Build/Test Explorer

TestFusion
Invocation status: Failed

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

2 targets evaluated on for 11 min, 38 sec
by kokoro-github-subscriber
2 Failed

Showing the last megabyte of build.log

Download
a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local block_state deflate_huff(s, flush)
^
external/zlib/deflate.c:2184:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
41 warnings generated.
INFO: From Compiling infback.c:
external/zlib/infback.c:28:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_size)
^
external/zlib/infback.c:83:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local void fixedtables(state)
^
external/zlib/infback.c:83:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/infback.c:251:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc)
^
external/zlib/infback.c:635:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT inflateBackEnd(strm)
^
5 warnings generated.
INFO: From Compiling inftrees.c [for tool]:
external/zlib/inftrees.c:32:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work)
^
1 warning generated.
INFO: From Compiling inffast.c:
external/zlib/inffast.c:50:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void ZLIB_INTERNAL inflate_fast(strm, start)
^
1 warning generated.
INFO: From Compiling compress.c:
external/zlib/compress.c:22:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT compress2(dest, destLen, source, sourceLen, level)
^
external/zlib/compress.c:68:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT compress(dest, destLen, source, sourceLen)
^
external/zlib/compress.c:81:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
uLong ZEXPORT compressBound(sourceLen)
^
3 warnings generated.
INFO: From Compiling inflate.c:
external/zlib/inflate.c:105:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local int inflateStateCheck(strm)
^
external/zlib/inflate.c:105:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/inflate.c:119:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT inflateResetKeep(strm)
^
external/zlib/inflate.c:145:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT inflateReset(strm)
^
external/zlib/inflate.c:158:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT inflateReset2(strm, windowBits)
^
external/zlib/inflate.c:198:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size)
^
external/zlib/inflate.c:242:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT inflateInit_(strm, version, stream_size)
^
external/zlib/inflate.c:250:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT inflatePrime(strm, bits, value)
^
external/zlib/inflate.c:281:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local void fixedtables(state)
^
external/zlib/inflate.c:281:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/inflate.c:399:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local int updatewindow(strm, end, copy)
^
external/zlib/inflate.c:399:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/inflate.c:625:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT inflate(strm, flush)
^
external/zlib/inflate.c:1304:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT inflateEnd(strm)
^
external/zlib/inflate.c:1318:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength)
^
external/zlib/inflate.c:1341:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength)
^
external/zlib/inflate.c:1376:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT inflateGetHeader(strm, head)
^
external/zlib/inflate.c:1404:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local unsigned syncsearch(have, buf, len)
^
external/zlib/inflate.c:1404:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/inflate.c:1427:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT inflateSync(strm)
^
external/zlib/inflate.c:1485:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT inflateSyncPoint(strm)
^
external/zlib/inflate.c:1495:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT inflateCopy(dest, source)
^
external/zlib/inflate.c:1542:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT inflateUndermine(strm, subvert)
^
external/zlib/inflate.c:1560:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT inflateValidate(strm, check)
^
external/zlib/inflate.c:1575:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
long ZEXPORT inflateMark(strm)
^
external/zlib/inflate.c:1588:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
unsigned long ZEXPORT inflateCodesUsed(strm)
^
26 warnings generated.
INFO: From Compiling uncompr.c:
external/zlib/uncompr.c:27:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT uncompress2(dest, destLen, source, sourceLen)
^
external/zlib/uncompr.c:86:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT uncompress(dest, destLen, source, sourceLen)
^
2 warnings generated.
INFO: From Compiling zutil.c [for tool]:
external/zlib/zutil.c:135:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
const char * ZEXPORT zError(err)
^
external/zlib/zutil.c:307:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
voidpf ZLIB_INTERNAL zcalloc(opaque, items, size)
^
external/zlib/zutil.c:317:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void ZLIB_INTERNAL zcfree(opaque, ptr)
^
3 warnings generated.
[2,702 / 8,263] Creating runfiles tree bazel-out/k8-opt/bin/test/core/bad_ssl/bad_ssl_alpn_test@poller=epoll1.runfiles; 3s local ... (197 actions, 58 running)
INFO: From Compiling src/google/protobuf/message_lite.cc:
external/com_google_protobuf/src/google/protobuf/message_lite.cc:69:62: warning: 'ByteSize' is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations]
if (PROTOBUF_PREDICT_FALSE(cached_size == nullptr)) return ByteSize();
^
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/message_lite.h:454:5: note: 'ByteSize' has been explicitly marked deprecated here
[[deprecated("Please use ByteSizeLong() instead")]] int ByteSize() const {
^
1 warning generated.
[3,023 / 8,583] Creating runfiles tree bazel-out/k8-opt/bin/test/core/bad_ssl/bad_ssl_alpn_test@poller=epoll1.runfiles; 4s local ... (195 actions, 59 running)
[3,284 / 8,792] Creating runfiles tree bazel-out/k8-opt/bin/test/core/bad_ssl/bad_ssl_alpn_test@poller=epoll1.runfiles; 5s local ... (198 actions, 66 running)
[3,490 / 8,936] Creating runfiles tree bazel-out/k8-opt/bin/test/core/client_channel/resolvers/binder_resolver_test@poller=poll.runfiles; 3s local ... (193 actions, 64 running)
INFO: From Compiling src/google/protobuf/message_lite.cc [for tool]:
external/com_google_protobuf/src/google/protobuf/message_lite.cc:69:62: warning: 'ByteSize' is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations]
if (PROTOBUF_PREDICT_FALSE(cached_size == nullptr)) return ByteSize();
^
bazel-out/k8-opt-exec-BC1EC6D5/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/message_lite.h:454:5: note: 'ByteSize' has been explicitly marked deprecated here
[[deprecated("Please use ByteSizeLong() instead")]] int ByteSize() const {
^
1 warning generated.
[3,760 / 9,125] Creating runfiles tree bazel-out/k8-opt/bin/test/core/client_channel/resolvers/binder_resolver_test@poller=poll.runfiles; 4s local ... (186 actions, 68 running)
[4,047 / 9,363] Creating runfiles tree bazel-out/k8-opt/bin/test/core/client_channel/resolvers/binder_resolver_test@poller=poll.runfiles; 5s local ... (194 actions, 93 running)
[4,311 / 9,468] Creating runfiles tree bazel-out/k8-opt/bin/test/core/end2end/call_creds_test@poller=epoll1@experiment=work_serializer_dispatch.runfiles; 3s local ... (188 actions, 90 running)
[4,533 / 9,650] Creating runfiles tree bazel-out/k8-opt/bin/test/core/end2end/call_creds_test@poller=epoll1@experiment=work_serializer_dispatch.runfiles; 4s local ... (192 actions, 89 running)
[4,804 / 9,824] Creating runfiles tree bazel-out/k8-opt/bin/test/core/end2end/call_creds_test@poller=epoll1@experiment=work_serializer_dispatch.runfiles; 5s local ... (199 actions, 101 running)
[5,088 / 9,959] Creating runfiles tree bazel-out/k8-opt/bin/test/core/end2end/call_creds_test@poller=epoll1@experiment=work_serializer_dispatch.runfiles; 6s local ... (197 actions, 91 running)
INFO: From Compiling crc32.c:
external/zlib/crc32.c:126:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local z_word_t byte_swap(word)
^
external/zlib/crc32.c:126:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/crc32.c:551:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local z_crc_t multmodp(a, b)
^
external/zlib/crc32.c:551:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/crc32.c:575:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local z_crc_t x2nmodp(n, k)
^
external/zlib/crc32.c:575:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/crc32.c:726:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local z_crc_t crc_word(data)
^
external/zlib/crc32.c:726:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/crc32.c:735:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local z_word_t crc_word_big(data)
^
external/zlib/crc32.c:735:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/crc32.c:748:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
unsigned long ZEXPORT crc32_z(crc, buf, len)
^
external/zlib/crc32.c:1072:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
unsigned long ZEXPORT crc32(crc, buf, len)
^
external/zlib/crc32.c:1081:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
uLong ZEXPORT crc32_combine64(crc1, crc2, len2)
^
external/zlib/crc32.c:1093:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
uLong ZEXPORT crc32_combine(crc1, crc2, len2)
^
external/zlib/crc32.c:1102:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
uLong ZEXPORT crc32_combine_gen64(len2)
^
external/zlib/crc32.c:1112:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
uLong ZEXPORT crc32_combine_gen(len2)
^
external/zlib/crc32.c:1119:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
uLong ZEXPORT crc32_combine_op(crc1, crc2, op)
^
17 warnings generated.
INFO: From Compiling infback.c:
external/zlib/infback.c:28:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_size)
^
external/zlib/infback.c:83:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local void fixedtables(state)
^
external/zlib/infback.c:83:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/infback.c:251:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc)
^
external/zlib/infback.c:635:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT inflateBackEnd(strm)
^
5 warnings generated.
INFO: From Compiling deflate.c:
external/zlib/deflate.c:198:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local void slide_hash(s)
^
external/zlib/deflate.c:198:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/deflate.c:225:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT deflateInit_(strm, level, version, stream_size)
^
external/zlib/deflate.c:237:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
^
external/zlib/deflate.c:389:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local int deflateStateCheck(strm)
^
external/zlib/deflate.c:389:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/deflate.c:412:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT deflateSetDictionary(strm, dictionary, dictLength)
^
external/zlib/deflate.c:481:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT deflateGetDictionary(strm, dictionary, dictLength)
^
external/zlib/deflate.c:503:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT deflateResetKeep(strm)
^
external/zlib/deflate.c:541:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT deflateReset(strm)
^
external/zlib/deflate.c:553:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT deflateSetHeader(strm, head)
^
external/zlib/deflate.c:564:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT deflatePending(strm, pending, bits)
^
external/zlib/deflate.c:578:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT deflatePrime(strm, bits, value)
^
external/zlib/deflate.c:605:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT deflateParams(strm, level, strategy)
^
external/zlib/deflate.c:654:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
^
external/zlib/deflate.c:696:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
uLong ZEXPORT deflateBound(strm, sourceLen)
^
external/zlib/deflate.c:768:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local void putShortMSB(s, b)
^
external/zlib/deflate.c:768:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/deflate.c:782:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local void flush_pending(strm)
^
external/zlib/deflate.c:782:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/deflate.c:815:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT deflate(strm, flush)
^
external/zlib/deflate.c:1130:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT deflateEnd(strm)
^
external/zlib/deflate.c:1156:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT deflateCopy(dest, source)
^
external/zlib/deflate.c:1215:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local unsigned read_buf(strm, buf, size)
^
external/zlib/deflate.c:1215:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/deflate.c:1245:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local void lm_init(s)
^
external/zlib/deflate.c:1245:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/deflate.c:1278:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local uInt longest_match(s, cur_match)
^
external/zlib/deflate.c:1278:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/deflate.c:1527:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local void fill_window(s)
^
external/zlib/deflate.c:1527:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/deflate.c:1690:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local block_state deflate_stored(s, flush)
^
external/zlib/deflate.c:1690:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/deflate.c:1877:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local block_state deflate_fast(s, flush)
^
external/zlib/deflate.c:1877:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/deflate.c:1979:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local block_state deflate_slow(s, flush)
^
external/zlib/deflate.c:1979:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/deflate.c:2110:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local block_state deflate_rle(s, flush)
^
external/zlib/deflate.c:2110:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/deflate.c:2184:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local block_state deflate_huff(s, flush)
^
external/zlib/deflate.c:2184:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
41 warnings generated.
INFO: From Compiling inffast.c:
external/zlib/inffast.c:50:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void ZLIB_INTERNAL inflate_fast(strm, start)
^
1 warning generated.
INFO: From Compiling adler32.c:
external/zlib/adler32.c:63:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
uLong ZEXPORT adler32_z(adler, buf, len)
^
external/zlib/adler32.c:134:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
uLong ZEXPORT adler32(adler, buf, len)
^
external/zlib/adler32.c:143:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local uLong adler32_combine_(adler1, adler2, len2)
^
external/zlib/adler32.c:143:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/adler32.c:172:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
uLong ZEXPORT adler32_combine(adler1, adler2, len2)
^
external/zlib/adler32.c:180:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
uLong ZEXPORT adler32_combine64(adler1, adler2, len2)
^
6 warnings generated.
INFO: From Compiling compress.c:
external/zlib/compress.c:22:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT compress2(dest, destLen, source, sourceLen, level)
^
external/zlib/compress.c:68:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT compress(dest, destLen, source, sourceLen)
^
external/zlib/compress.c:81:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
uLong ZEXPORT compressBound(sourceLen)
^
3 warnings generated.
INFO: From Compiling uncompr.c:
external/zlib/uncompr.c:27:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT uncompress2(dest, destLen, source, sourceLen)
^
external/zlib/uncompr.c:86:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT uncompress(dest, destLen, source, sourceLen)
^
2 warnings generated.
INFO: From Compiling inflate.c:
external/zlib/inflate.c:105:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local int inflateStateCheck(strm)
^
external/zlib/inflate.c:105:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/inflate.c:119:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT inflateResetKeep(strm)
^
external/zlib/inflate.c:145:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT inflateReset(strm)
^
external/zlib/inflate.c:158:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT inflateReset2(strm, windowBits)
^
external/zlib/inflate.c:198:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size)
^
external/zlib/inflate.c:242:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT inflateInit_(strm, version, stream_size)
^
external/zlib/inflate.c:250:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT inflatePrime(strm, bits, value)
^
external/zlib/inflate.c:281:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local void fixedtables(state)
^
external/zlib/inflate.c:281:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/inflate.c:399:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local int updatewindow(strm, end, copy)
^
external/zlib/inflate.c:399:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/inflate.c:625:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT inflate(strm, flush)
^
external/zlib/inflate.c:1304:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT inflateEnd(strm)
^
external/zlib/inflate.c:1318:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT inflateGetDictionary(strm, dictionary, dictLength)
^
external/zlib/inflate.c:1341:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT inflateSetDictionary(strm, dictionary, dictLength)
^
external/zlib/inflate.c:1376:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT inflateGetHeader(strm, head)
^
external/zlib/inflate.c:1404:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local unsigned syncsearch(have, buf, len)
^
external/zlib/inflate.c:1404:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/inflate.c:1427:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT inflateSync(strm)
^
external/zlib/inflate.c:1485:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT inflateSyncPoint(strm)
^
external/zlib/inflate.c:1495:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT inflateCopy(dest, source)
^
external/zlib/inflate.c:1542:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT inflateUndermine(strm, subvert)
^
external/zlib/inflate.c:1560:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZEXPORT inflateValidate(strm, check)
^
external/zlib/inflate.c:1575:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
long ZEXPORT inflateMark(strm)
^
external/zlib/inflate.c:1588:23: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
unsigned long ZEXPORT inflateCodesUsed(strm)
^
26 warnings generated.
INFO: From Compiling inftrees.c:
external/zlib/inftrees.c:32:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work)
^
1 warning generated.
INFO: From Compiling trees.c:
external/zlib/trees.c:379:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void ZLIB_INTERNAL _tr_init(s)
^
external/zlib/trees.c:407:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local void init_block(s)
^
external/zlib/trees.c:407:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/trees.c:451:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local void pqdownheap(s, tree, k)
^
external/zlib/trees.c:451:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/trees.c:486:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local void gen_bitlen(s, desc)
^
external/zlib/trees.c:486:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/trees.c:572:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local void gen_codes(tree, max_code, bl_count)
^
external/zlib/trees.c:572:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/trees.c:615:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local void build_tree(s, desc)
^
external/zlib/trees.c:615:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/trees.c:703:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local void scan_tree(s, tree, max_code)
^
external/zlib/trees.c:703:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/trees.c:748:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local void send_tree(s, tree, max_code)
^
external/zlib/trees.c:748:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/trees.c:799:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local int build_bl_tree(s)
^
external/zlib/trees.c:799:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/trees.c:834:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local void send_all_trees(s, lcodes, dcodes, blcodes)
^
external/zlib/trees.c:834:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/trees.c:863:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void ZLIB_INTERNAL _tr_stored_block(s, buf, stored_len, last)
^
external/zlib/trees.c:887:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void ZLIB_INTERNAL _tr_flush_bits(s)
^
external/zlib/trees.c:897:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void ZLIB_INTERNAL _tr_align(s)
^
external/zlib/trees.c:912:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last)
^
external/zlib/trees.c:1014:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ZLIB_INTERNAL _tr_tally(s, dist, lc)
^
external/zlib/trees.c:1042:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local void compress_block(s, ltree, dtree)
^
external/zlib/trees.c:1042:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/trees.c:1102:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local int detect_data_type(s)
^
external/zlib/trees.c:1102:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/trees.c:1136:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local unsigned bi_reverse(code, len)
^
external/zlib/trees.c:1136:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/trees.c:1151:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local void bi_flush(s)
^
external/zlib/trees.c:1151:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
external/zlib/trees.c:1168:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
local void bi_windup(s)
^
external/zlib/trees.c:1168:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
34 warnings generated.
INFO: From Compiling zutil.c:
external/zlib/zutil.c:135:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
const char * ZEXPORT zError(err)
^
external/zlib/zutil.c:307:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
voidpf ZLIB_INTERNAL zcalloc(opaque, items, size)
^
external/zlib/zutil.c:317:20: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void ZLIB_INTERNAL zcfree(opaque, ptr)
^
3 warnings generated.
[5,398 / 10,101] Creating runfiles tree bazel-out/k8-opt/bin/test/core/end2end/cancel_in_a_vacuum_test@poller=epoll1@experiment=promise_based_server_call.runfiles; 4s local ... (197 actions, 82 running)
[5,452 / 10,139] Creating runfiles tree bazel-out/k8-opt/bin/test/core/end2end/cancel_in_a_vacuum_test@poller=epoll1@experiment=promise_based_server_call.runfiles; 5s local ... (200 actions, 84 running)
[5,626 / 10,200] Creating runfiles tree bazel-out/k8-opt/bin/test/core/end2end/cancel_in_a_vacuum_test@poller=epoll1@experiment=promise_based_server_call.runfiles; 6s local ... (198 actions, 72 running)
[5,933 / 10,364] Creating runfiles tree bazel-out/k8-opt/bin/test/core/end2end/cancel_in_a_vacuum_test@poller=epoll1@experiment=promise_based_server_call.runfiles; 7s local ... (193 actions, 70 running)
[6,291 / 10,676] Creating runfiles tree bazel-out/k8-opt/bin/test/core/end2end/default_host_test@poller=poll.runfiles; 5s local ... (195 actions, 110 running)
[6,617 / 10,816] Creating runfiles tree bazel-out/k8-opt/bin/test/core/end2end/default_host_test@poller=poll.runfiles; 6s local ... (197 actions, 105 running)
[6,639 / 10,844] Creating runfiles tree bazel-out/k8-opt/bin/test/core/end2end/default_host_test@poller=poll.runfiles; 7s local ... (200 actions, 110 running)
INFO: From Compiling upb_generator/protoc-gen-upb.cc [for tool]:
external/com_google_protobuf/upb_generator/protoc-gen-upb.cc:817:6: warning: unused function 'ForwardDeclareMiniTableInit' [-Wunused-function]
void ForwardDeclareMiniTableInit(upb::MessageDefPtr message,
^
1 warning generated.
[7,152 / 11,447] Creating runfiles tree bazel-out/k8-opt/bin/test/core/end2end/default_host_test@poller=poll.runfiles; 8s local ... (196 actions, 181 running)
INFO: From Compiling upb_generator/protoc-gen-upb.cc [for tool]:
external/com_google_protobuf/upb_generator/protoc-gen-upb.cc:817:6: warning: unused function 'ForwardDeclareMiniTableInit' [-Wunused-function]
void ForwardDeclareMiniTableInit(upb::MessageDefPtr message,
^
1 warning generated.
[7,381 / 11,740] Creating runfiles tree bazel-out/k8-opt/bin/test/core/end2end/filtered_metadata_test@poller=epoll1@experiment=work_serializer_dispatch.runfiles; 5s local ... (199 actions, 186 running)
[7,621 / 12,045] Creating runfiles tree bazel-out/k8-opt/bin/test/core/end2end/filtered_metadata_test@poller=epoll1@experiment=work_serializer_dispatch.runfiles; 6s local ... (199 actions, 188 running)
[7,680 / 12,119] Creating runfiles tree bazel-out/k8-opt/bin/test/core/end2end/filtered_metadata_test@poller=epoll1@experiment=work_serializer_dispatch.runfiles; 7s local ... (200 actions, 184 running)
[7,750 / 12,156] Creating runfiles tree bazel-out/k8-opt/bin/test/core/end2end/filtered_metadata_test@poller=epoll1@experiment=work_serializer_dispatch.runfiles; 8s local ... (197 actions, 185 running)
[8,012 / 12,251] Creating runfiles tree bazel-out/k8-opt/bin/test/core/end2end/filtered_metadata_test@poller=epoll1@experiment=work_serializer_dispatch.runfiles; 9s local ... (200 actions, 167 running)
[8,344 / 12,372] Creating runfiles tree bazel-out/k8-opt/bin/test/core/end2end/filtered_metadata_test@poller=epoll1@experiment=work_serializer_dispatch.runfiles; 10s local ... (196 actions, 160 running)
[8,592 / 12,533] Creating runfiles tree bazel-out/k8-opt/bin/test/core/end2end/filtered_metadata_test@poller=epoll1@experiment=work_serializer_dispatch.runfiles; 12s local ... (200 actions, 161 running)
[8,796 / 12,659] Creating runfiles tree bazel-out/k8-opt/bin/test/core/end2end/negative_deadline_test@poller=epoll1@experiment=promise_based_server_call.runfiles; 8s local ... (196 actions, 149 running)
[9,053 / 12,836] Creating runfiles tree bazel-out/k8-opt/bin/test/core/end2end/negative_deadline_test@poller=epoll1@experiment=promise_based_server_call.runfiles; 9s local ... (197 actions, 137 running)
[9,296 / 13,081] Creating runfiles tree bazel-out/k8-opt/bin/test/core/end2end/negative_deadline_test@poller=epoll1@experiment=promise_based_server_call.runfiles; 10s local ... (199 actions, 141 running)
[9,372 / 13,138] Creating runfiles tree bazel-out/k8-opt/bin/test/core/end2end/negative_deadline_test@poller=epoll1@experiment=promise_based_server_call.runfiles; 11s local ... (198 actions, 137 running)
[9,707 / 13,327] Creating runfiles tree bazel-out/k8-opt/bin/test/core/end2end/negative_deadline_test@poller=epoll1@experiment=promise_based_server_call.runfiles; 12s local ... (198 actions, 132 running)
[10,109 / 13,569] [Sched] Compiling src/core/lib/iomgr/combiner.cc; 7s ... (194 actions, 136 running)
[10,423 / 13,826] [Sched] Compiling test/core/event_engine/event_engine_test_utils.cc; 6s ... (200 actions, 150 running)
[10,486 / 13,868] [Sched] Compiling test/core/event_engine/event_engine_test_utils.cc; 7s ... (196 actions, 143 running)
[10,744 / 14,110] Creating runfiles tree bazel-out/k8-opt/bin/test/core/end2end/retry_cancel_after_first_attempt_starts_test@poller=poll@experiment=work_serializer_dispatch.runfiles; 8s local ... (199 actions, 143 running)
[11,033 / 14,501] [Sched] Compiling src/core/lib/event_engine/posix_engine/posix_endpoint.cc; 8s ... (200 actions, 143 running)
[11,033 / 14,501] [Sched] Compiling src/core/lib/event_engine/posix_engine/posix_endpoint.cc; 10s ... (200 actions, 158 running)
[11,304 / 14,846] [Sched] Compiling src/core/lib/event_engine/posix_engine/posix_endpoint.cc; 11s ... (199 actions, 141 running)
[11,508 / 15,146] [Sched] Compiling src/core/lib/event_engine/posix_engine/posix_endpoint.cc; 12s ... (200 actions, 139 running)
[11,510 / 15,146] [Sched] Compiling src/core/lib/promise/sleep.cc; 7s ... (198 actions, 150 running)
[11,751 / 15,461] [Sched] Compiling src/core/ext/filters/stateful_session/stateful_session_filter.cc; 8s ... (198 actions, 135 running)
[12,017 / 15,836] [Sched] Compiling src/core/ext/filters/stateful_session/stateful_session_filter.cc; 9s ... (200 actions, 135 running)
[12,020 / 15,836] [Sched] Compiling src/core/ext/transport/inproc/legacy_inproc_transport.cc; 9s ... (197 actions, 146 running)
[12,240 / 16,135] [Sched] Compiling src/core/ext/transport/inproc/legacy_inproc_transport.cc; 10s ... (196 actions, 132 running)
[12,507 / 16,539] [Sched] Compiling src/core/ext/transport/inproc/legacy_inproc_transport.cc; 11s ... (196 actions, 122 running)
[12,631 / 16,703] [Sched] Compiling src/core/ext/filters/client_channel/resolver/dns/event_engine/service_config_helper.cc; 10s ... (198 actions, 135 running)
[12,910 / 16,998] [Sched] Compiling src/core/ext/filters/channel_idle/channel_idle_filter.cc; 11s ... (198 actions, 124 running)
[13,213 / 17,436] [Sched] Compiling src/core/ext/filters/channel_idle/channel_idle_filter.cc; 12s ... (199 actions, 131 running)
[13,291 / 17,550] [Sched] Compiling src/core/ext/filters/channel_idle/channel_idle_filter.cc; 13s ... (198 actions, 141 running)
[13,293 / 17,554] [Sched] Compiling src/core/ext/filters/channel_idle/channel_idle_filter.cc; 14s ... (199 actions, 145 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.
[13,589 / 18,120] [Sched] Compiling src/core/ext/filters/channel_idle/channel_idle_filter.cc; 15s ... (195 actions, 125 running)
[13,967 / 18,538] [Sched] Compiling src/core/ext/filters/http/message_compress/compression_filter.cc; 9s ... (199 actions, 133 running)
INFO: From Compiling src/google/protobuf/message_lite.cc:
external/com_google_protobuf/src/google/protobuf/message_lite.cc:69:62: warning: 'ByteSize' is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations]
if (PROTOBUF_PREDICT_FALSE(cached_size == nullptr)) return ByteSize();
^
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/message_lite.h:454:5: note: 'ByteSize' has been explicitly marked deprecated here
[[deprecated("Please use ByteSizeLong() instead")]] int ByteSize() const {
^
1 warning generated.
[14,326 / 18,954] [Sched] Compiling src/core/ext/filters/http/message_compress/compression_filter.cc; 10s ... (199 actions, 135 running)
[14,334 / 18,958] [Sched] Compiling src/core/ext/xds/xds_client.cc; 11s ... (196 actions, 151 running)
[14,589 / 19,224] [Sched] Compiling src/core/ext/xds/xds_client.cc; 12s ... (189 actions, 129 running)
[14,924 / 19,647] [Sched] Compiling src/core/ext/xds/xds_client.cc; 13s ... (197 actions, 128 running)
[15,227 / 19,981] [Sched] Compiling src/core/lib/channel/connected_channel.cc; 11s ... (197 actions, 120 running)
[15,262 / 20,009] [Sched] Compiling src/core/lib/channel/connected_channel.cc; 12s ... (199 actions, 124 running)
[15,550 / 20,403] [Sched] Compiling src/core/lib/channel/connected_channel.cc; 13s ... (199 actions, 124 running)
[15,974 / 21,126] [Sched] Compiling src/core/ext/transport/chttp2/transport/hpack_parser.cc; 10s ... (196 actions, 113 running)
[16,264 / 21,568] [Sched] Compiling src/core/ext/transport/chttp2/transport/hpack_parser.cc; 11s ... (200 actions, 125 running)
[16,598 / 21,930] [Sched] Compiling src/core/ext/transport/chttp2/transport/hpack_parser.cc; 12s ... (198 actions, 119 running)
[16,949 / 22,297] [Sched] Compiling src/core/ext/transport/chttp2/server/chttp2_server.cc; 9s ... (198 actions, 124 running)
[17,314 / 22,700] [Sched] Compiling src/core/ext/transport/chttp2/server/chttp2_server.cc; 10s ... (197 actions, 133 running)
[17,647 / 23,084] [Sched] Compiling src/core/ext/transport/chaotic_good/frame.cc; 9s ... (200 actions, 143 running)
[17,648 / 23,084] [Sched] Compiling src/core/ext/transport/chaotic_good/frame.cc; 11s ... (200 actions, 148 running)
[18,017 / 23,574] [Sched] Compiling src/core/ext/transport/chaotic_good/client_transport.cc; 9s ... (194 actions, 142 running)
[18,263 / 23,920] [Sched] Compiling src/core/ext/transport/chaotic_good/client_transport.cc; 10s ... (196 actions, 143 running)
[18,358 / 24,056] [Sched] Compiling src/core/ext/transport/chaotic_good/client_transport.cc; 11s ... (200 actions, 149 running)
[18,378 / 24,059] [Sched] Compiling src/core/ext/transport/chaotic_good/client_transport.cc; 12s ... (181 actions, 144 running)
[18,761 / 24,605] [Sched] Compiling src/core/lib/security/transport/client_auth_filter.cc; 9s ... (193 actions, 144 running)
[18,984 / 24,935] [Sched] Compiling src/core/lib/security/transport/client_auth_filter.cc; 10s ... (197 actions, 144 running)
[19,045 / 25,030] [Sched] Compiling src/core/lib/security/transport/server_auth_filter.cc; 10s ... (200 actions, 153 running)
[19,149 / 25,317] [Sched] Compiling src/core/ext/transport/chttp2/transport/chttp2_transport.cc; 9s ... (197 actions, 145 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.
google/logging/v2/log_entry.proto:27:1: warning: Import google/rpc/status.proto is unused.
google/logging/v2/log_entry.proto:28:1: warning: Import google/api/annotations.proto is unused.
google/logging/v2/logging_config.proto:22:1: warning: Import google/protobuf/duration.proto is unused.
google/logging/v2/logging.proto:28:1: warning: Import google/protobuf/timestamp.proto is unused.
google/logging/v2/logging.proto:27:1: warning: Import google/protobuf/field_mask.proto is unused.
google/logging/v2/logging.proto:24:1: warning: Import google/logging/v2/logging_config.proto is unused.
google/logging/v2/logging_metrics.proto:24:1: warning: Import google/protobuf/duration.proto is unused.
google/logging/v2/logging_metrics.proto:26:1: warning: Import google/protobuf/field_mask.proto is unused.
INFO: From Action external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.grpc.pb.h:
bazel-out/k8-opt/bin/external/com_google_googleapis/external/com_google_googleapis: warning: directory does not exist.
google/devtools/cloudtrace/v2/trace.proto:24:1: warning: Import google/api/annotations.proto is unused.
google/devtools/cloudtrace/v2/tracing.proto:25:1: warning: Import google/protobuf/timestamp.proto is unused.
INFO: From Generating proto_library @com_google_googleapis//google/logging/type:type_proto:
google/logging/type/http_request.proto:20:1: warning: Import google/api/annotations.proto is unused.
google/logging/type/log_severity.proto:19:1: warning: Import google/api/annotations.proto is unused.
INFO: From Generating proto_library @com_google_googleapis//google/devtools/cloudtrace/v2:cloudtrace_proto:
google/devtools/cloudtrace/v2/trace.proto:24:1: warning: Import google/api/annotations.proto is unused.
google/devtools/cloudtrace/v2/tracing.proto:25:1: warning: Import google/protobuf/timestamp.proto is unused.
INFO: From Generating proto_library @com_google_googleapis//google/logging/v2:logging_proto:
google/logging/v2/log_entry.proto:27:1: warning: Import google/rpc/status.proto is unused.
google/logging/v2/log_entry.proto:28:1: warning: Import google/api/annotations.proto is unused.
google/logging/v2/logging_config.proto:22:1: warning: Import google/protobuf/duration.proto is unused.
google/logging/v2/logging.proto:28:1: warning: Import google/protobuf/timestamp.proto is unused.
google/logging/v2/logging.proto:24:1: warning: Import google/logging/v2/logging_config.proto is unused.
google/logging/v2/logging.proto:27:1: warning: Import google/protobuf/field_mask.proto is unused.
google/logging/v2/logging_metrics.proto:24:1: warning: Import google/protobuf/duration.proto is unused.
google/logging/v2/logging_metrics.proto:26:1: warning: Import google/protobuf/field_mask.proto is unused.
INFO: From Compiling 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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:107:
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:22:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:107:
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:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:113:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/port.h:30:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:117:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:30:
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:62:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:32:
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:30:
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:23:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:32:
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:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:32:
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:33:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:32:
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:36:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:33:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:36:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:28:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:28:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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:21:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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:21:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/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/implicit_weak_message.h:16:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/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/implicit_weak_message.h:16:
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:43:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/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/implicit_weak_message.h:16:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/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/implicit_weak_message.h:23:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/parse_context.h:28:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/parse_context.h:30:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/parse_context.h:34:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/parse_context.h:38:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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:25:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:30:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:30:
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:17:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:30:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/generated_message_reflection.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/descriptor.h:52:
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:37:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/generated_message_reflection.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/descriptor.h:56:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/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_nowkt/google/protobuf/generated_enum_reflection.h:30:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/generated_message_reflection.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/generated_message_reflection.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/generated_message_reflection.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/unknown_field_set.h:32:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/generated_message_reflection.h:30:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:33:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/message.h:109:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/map.h:50:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:33:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/message.h:112:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/reflection.h:24:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:33:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/message.h:115:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
40 warnings generated.
INFO: From Action external/com_google_googleapis/google/devtools/cloudtrace/v1/trace.grpc.pb.h:
bazel-out/k8-opt/bin/external/com_google_googleapis/external/com_google_googleapis: warning: directory does not exist.
google/devtools/cloudtrace/v1/trace.proto:21:1: warning: Import google/api/resource.proto is unused.
INFO: From Generating proto_library @com_google_googleapis//google/devtools/cloudtrace/v1:cloudtrace_proto:
google/devtools/cloudtrace/v1/trace.proto:21:1: warning: Import google/api/resource.proto is unused.
INFO: From Action external/com_google_googleapis/google/longrunning/operations.grpc.pb.h:
bazel-out/k8-opt/bin/external/com_google_googleapis/external/com_google_googleapis: warning: directory does not exist.
[19,664 / 26,187] [Sched] Compiling src/core/ext/transport/chttp2/transport/chttp2_transport.cc; 10s ... (197 actions, 135 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.
INFO: From Generating proto_library @com_google_googleapis//google/monitoring/v3:monitoring_proto:
google/monitoring/v3/metric.proto:24:1: warning: Import google/protobuf/duration.proto is unused.
google/monitoring/v3/metric.proto:19:1: warning: Import google/api/distribution.proto is unused.
google/monitoring/v3/metric_service.proto:25:1: warning: Import google/monitoring/v3/alert.proto is unused.
google/monitoring/v3/metric_service.proto:28:1: warning: Import google/protobuf/duration.proto is unused.
google/monitoring/v3/notification_service.proto:26:1: warning: Import google/protobuf/struct.proto is unused.
google/monitoring/v3/query_service.proto:21:1: warning: Import google/monitoring/v3/metric.proto is unused.
google/monitoring/v3/query_service.proto:20:1: warning: Import google/api/label.proto is unused.
google/monitoring/v3/service.proto:21:1: warning: Import google/protobuf/timestamp.proto is unused.
google/monitoring/v3/uptime_service.proto:24:1: warning: Import google/protobuf/duration.proto is unused.
INFO: From Compiling src/civetweb.c:
external/civetweb/src/civetweb.c:14708:6: warning: variable 'uri_len' set but not used [-Wunused-but-set-variable]
int uri_len, ssl_index;
^
external/civetweb/src/civetweb.c:12482:1: warning: stack frame size (17192) exceeds limit (16384) in 'send_ssi_file' [-Wframe-larger-than]
send_ssi_file(struct mg_connection *conn,
^
external/civetweb/src/civetweb.c:19704:1: warning: stack frame size (17048) exceeds limit (16384) in 'worker_thread_run' [-Wframe-larger-than]
worker_thread_run(struct mg_connection *conn)
^
3 warnings generated.
INFO: From Compiling src/civetweb.c:
external/civetweb/src/civetweb.c:14708:6: warning: variable 'uri_len' set but not used [-Wunused-but-set-variable]
int uri_len, ssl_index;
^
external/civetweb/src/civetweb.c:12482:1: warning: stack frame size (17192) exceeds limit (16384) in 'send_ssi_file' [-Wframe-larger-than]
send_ssi_file(struct mg_connection *conn,
^
external/civetweb/src/civetweb.c:19704:1: warning: stack frame size (17048) exceeds limit (16384) in 'worker_thread_run' [-Wframe-larger-than]
worker_thread_run(struct mg_connection *conn)
^
3 warnings generated.
INFO: From Action external/com_google_googleapis/google/monitoring/v3/alert.grpc.pb.h:
bazel-out/k8-opt/bin/external/com_google_googleapis/external/com_google_googleapis: warning: directory does not exist.
google/monitoring/v3/metric.proto:24:1: warning: Import google/protobuf/duration.proto is unused.
google/monitoring/v3/metric.proto:19:1: warning: Import google/api/distribution.proto is unused.
google/monitoring/v3/metric_service.proto:28:1: warning: Import google/protobuf/duration.proto is unused.
google/monitoring/v3/metric_service.proto:25:1: warning: Import google/monitoring/v3/alert.proto is unused.
google/monitoring/v3/notification_service.proto:26:1: warning: Import google/protobuf/struct.proto is unused.
google/monitoring/v3/query_service.proto:20:1: warning: Import google/api/label.proto is unused.
google/monitoring/v3/query_service.proto:21:1: warning: Import google/monitoring/v3/metric.proto is unused.
google/monitoring/v3/service.proto:21:1: warning: Import google/protobuf/timestamp.proto is unused.
google/monitoring/v3/uptime_service.proto:24:1: warning: Import google/protobuf/duration.proto is unused.
[20,008 / 27,073] [Sched] Compiling src/core/ext/transport/chttp2/transport/chttp2_transport.cc; 11s ... (197 actions, 135 running)
[20,138 / 27,185] [Sched] Compiling src/core/ext/transport/chttp2/transport/chttp2_transport.cc; 13s ... (200 actions, 146 running)
[20,372 / 27,436] [Sched] Compiling src/core/ext/transport/chttp2/transport/chttp2_transport.cc; 14s ... (193 actions, 137 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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:107:
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:22:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:107:
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:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:113:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/port.h:30:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:117:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:30:
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:62:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:32:
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:30:
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:23:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:32:
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:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:32:
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:33:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:32:
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:36:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:33:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:36:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:28:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:28:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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:21:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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:21:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/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/implicit_weak_message.h:16:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/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/implicit_weak_message.h:16:
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:43:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/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/implicit_weak_message.h:16:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/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/implicit_weak_message.h:23:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/parse_context.h:28:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/parse_context.h:30:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/parse_context.h:34:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/parse_context.h:38:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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:25:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:30:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:30:
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:17:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:30:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_nowkt/google/protobuf/generated_message_reflection.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/descriptor.h:52:
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:37:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_nowkt/google/protobuf/generated_message_reflection.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/descriptor.h:56:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_nowkt/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_nowkt/google/protobuf/generated_enum_reflection.h:30:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_nowkt/google/protobuf/generated_message_reflection.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_nowkt/google/protobuf/generated_message_reflection.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_nowkt/google/protobuf/generated_message_reflection.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/unknown_field_set.h:32:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_nowkt/google/protobuf/generated_message_reflection.h:30:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:33:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/message.h:109:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/map.h:50:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:33:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/message.h:112:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/reflection.h:24:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:33:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/message.h:115:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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/protobuf_nowkt/google/protobuf/map_entry.h:25:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:38:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/map_field_inl.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/map_field.h:23:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:38:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/map_field_inl.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/map_field.h:32:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:38:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/map_field_inl.h:25:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/label.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/label.pb.h:41:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:42:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/launch_stage.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:42:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/launch_stage.pb.h:39:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:43:
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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:43:
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:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:47:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:42:
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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:42:
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:44:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:46:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:37:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/distribution.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:37:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/distribution.pb.h:37:
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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:37:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/distribution.pb.h:37:
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:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:37:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/distribution.pb.h:38:
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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:37:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/distribution.pb.h:38:
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:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:37:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/distribution.pb.h:42:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:41:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/common.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:41:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/common.pb.h:44:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:46:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
64 warnings generated.
[20,731 / 27,809] [Sched] Compiling src/core/lib/security/credentials/jwt/jwt_verifier.cc; 8s ... (197 actions, 140 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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:107:
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:22:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:107:
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:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:113:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/port.h:30:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:117:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:30:
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:62:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:32:
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:30:
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:23:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:32:
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:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:32:
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:33:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:32:
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:36:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:33:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:36:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:28:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:28:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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:21:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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:21:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/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/implicit_weak_message.h:16:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/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/implicit_weak_message.h:16:
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:43:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/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/implicit_weak_message.h:16:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/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/implicit_weak_message.h:23:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/parse_context.h:28:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/parse_context.h:30:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/parse_context.h:34:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/parse_context.h:38:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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:25:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:30:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:30:
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:17:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:30:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_nowkt/google/protobuf/generated_message_reflection.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/descriptor.h:52:
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:37:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_nowkt/google/protobuf/generated_message_reflection.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/descriptor.h:56:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_nowkt/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_nowkt/google/protobuf/generated_enum_reflection.h:30:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_nowkt/google/protobuf/generated_message_reflection.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_nowkt/google/protobuf/generated_message_reflection.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_nowkt/google/protobuf/generated_message_reflection.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/unknown_field_set.h:32:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_nowkt/google/protobuf/generated_message_reflection.h:30:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:33:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/message.h:109:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/map.h:50:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:33:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/message.h:112:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/reflection.h:24:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:33:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/message.h:115:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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/protobuf_nowkt/google/protobuf/map_entry.h:25:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:38:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/map_field_inl.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/map_field.h:23:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:38:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/map_field_inl.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/map_field.h:32:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:38:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/map_field_inl.h:25:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/label.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/label.pb.h:41:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:42:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/launch_stage.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:42:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/launch_stage.pb.h:39:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:43:
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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:43:
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:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:47:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:42:
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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:42:
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:44:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:46:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:37:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/distribution.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:37:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/distribution.pb.h:37:
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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:37:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/distribution.pb.h:37:
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:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:37:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/distribution.pb.h:38:
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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:37:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/distribution.pb.h:38:
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:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:37:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/distribution.pb.h:42:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:41:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/common.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:41:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/common.pb.h:44:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:46:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
64 warnings generated.
[20,993 / 28,061] [Sched] Compiling src/core/ext/filters/logging/logging_filter.cc; 9s ... (199 actions, 145 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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:107:
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:22:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:107:
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:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:113:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/port.h:30:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:117:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:30:
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:62:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:32:
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:30:
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:23:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:32:
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:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:32:
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:33:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:32:
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:36:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:33:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:36:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:28:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:28:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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:21:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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:21:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/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/implicit_weak_message.h:16:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/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/implicit_weak_message.h:16:
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:43:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/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/implicit_weak_message.h:16:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/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/implicit_weak_message.h:23:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/parse_context.h:28:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/parse_context.h:30:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/parse_context.h:34:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/parse_context.h:38:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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:25:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:30:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:30:
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:17:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:30:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/generated_message_reflection.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/descriptor.h:52:
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:37:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/generated_message_reflection.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/descriptor.h:56:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/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_nowkt/google/protobuf/generated_enum_reflection.h:30:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/generated_message_reflection.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/generated_message_reflection.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/generated_message_reflection.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/unknown_field_set.h:32:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:32:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/generated_message_reflection.h:30:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:33:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/message.h:109:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/map.h:50:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:33:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/message.h:112:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/reflection.h:24:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:33:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/message.h:115:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
40 warnings generated.
[21,107 / 28,164] [Sched] Compiling src/core/ext/filters/logging/logging_filter.cc; 11s ... (200 actions, 145 running)
[21,114 / 28,166] [Sched] Compiling src/core/lib/security/credentials/oauth2/oauth2_credentials.cc; 8s ... (200 actions, 148 running)
[21,359 / 28,428] [Sched] Compiling src/core/lib/security/credentials/oauth2/oauth2_credentials.cc; 9s ... (193 actions, 141 running)
[21,585 / 28,547] Creating runfiles tree bazel-out/k8-opt/bin/test/cpp/interop/interop_test_with_metadata_log.runfiles; 9s local ... (199 actions, 146 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]
size_t clen = inlen; /* the length of the cloned input */
^
1 warning generated.
[21,873 / 28,846] Creating runfiles tree bazel-out/k8-opt/bin/test/cpp/interop/interop_test_with_metadata_log.runfiles; 10s local ... (198 actions, 154 running)
[21,890 / 28,867] Creating runfiles tree bazel-out/k8-opt/bin/test/cpp/interop/interop_test_with_metadata_log.runfiles; 12s local ... (196 actions, 156 running)
[22,144 / 29,399] [Sched] Compiling src/core/ext/transport/chttp2/transport/writing.cc; 10s ... (199 actions, 149 running)
[22,283 / 29,527] 11 / 2739 tests; [Sched] Compiling src/core/ext/transport/chttp2/transport/chttp2_transport.cc; 10s ... (200 actions, 125 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]
size_t clen = inlen; /* the length of the cloned input */
^
1 warning generated.
[22,430 / 29,527] 21 / 2739 tests; [Sched] Compiling src/core/ext/transport/chttp2/transport/chttp2_transport.cc; 11s ... (199 actions, 89 running)
[22,476 / 29,527] 27 / 2739 tests; [Sched] Compiling src/core/ext/transport/chttp2/transport/chttp2_transport.cc; 12s ... (197 actions, 87 running)
[22,601 / 29,527] 43 / 2739 tests; Creating runfiles tree bazel-out/k8-opt/bin/test/cpp/qps/json_run_localhost_cpp_protobuf_async_streaming_qps_unconstrained_secure____@poller=epoll1.runfiles; 12s local ... (199 actions, 38 running)
[22,703 / 29,527] 59 / 2739 tests; [Sched] Compiling src/core/lib/surface/call.cc; 8s ... (200 actions, 0 running)
[22,773 / 29,527] 85 / 2739 tests; [Sched] Compiling src/core/lib/surface/call.cc; 9s ... (199 actions, 0 running)
[22,782 / 29,530] 88 / 2739 tests; [Sched] Compiling src/core/lib/surface/call.cc; 10s ... (200 actions, 0 running)
[22,785 / 29,530] 88 / 2739 tests; [Sched] Compiling src/core/lib/surface/call.cc; 11s ... (200 actions, 6 running)
[22,801 / 29,530] 88 / 2739 tests; [Sched] Compiling src/core/ext/filters/client_channel/lb_policy/rls/rls.cc; 12s ... (200 actions, 1 running)
[22,807 / 29,530] 88 / 2739 tests; [Sched] Compiling src/core/ext/filters/client_channel/lb_policy/rls/rls.cc; 9s ... (200 actions, 1 running)
[22,828 / 29,530] 88 / 2739 tests; [Sched] Compiling src/core/ext/filters/client_channel/lb_policy/rls/rls.cc; 10s ... (200 actions, 2 running)
[22,860 / 29,530] 88 / 2739 tests; [Sched] Compiling src/core/ext/filters/client_channel/lb_policy/rls/rls.cc; 11s ... (200 actions, 1 running)
[22,892 / 29,530] 88 / 2739 tests; [Sched] Compiling src/core/ext/filters/client_channel/lb_policy/rls/rls.cc; 12s ... (200 actions, 2 running)
[22,924 / 29,530] 88 / 2739 tests; [Sched] Compiling src/core/ext/filters/client_channel/resolver/xds/xds_resolver.cc; 12s ... (200 actions, 1 running)
[22,962 / 29,530] 88 / 2739 tests; [Sched] Compiling src/core/ext/filters/client_channel/resolver/xds/xds_resolver.cc; 13s ... (199 actions, 5 running)
[22,991 / 29,530] 88 / 2739 tests; [Sched] Compiling src/core/ext/filters/client_channel/resolver/xds/xds_resolver.cc; 14s ... (200 actions, 0 running)
[23,018 / 29,530] 88 / 2739 tests; [Sched] Compiling src/core/ext/filters/client_channel/resolver/xds/xds_resolver.cc; 15s ... (200 actions, 0 running)
[23,040 / 29,532] 90 / 2739 tests; [Sched] Compiling src/core/ext/filters/client_channel/client_channel.cc; 15s ... (200 actions, 3 running)
[23,056 / 29,532] 90 / 2739 tests; [Sched] Compiling src/core/ext/filters/client_channel/client_channel.cc; 16s ... (200 actions, 1 running)
[23,070 / 29,532] 90 / 2739 tests; [Sched] Compiling src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc; 16s ... (200 actions, 1 running)
[23,096 / 29,532] 90 / 2739 tests; [Sched] Compiling src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc; 17s ... (200 actions, 3 running)
[23,128 / 29,532] 90 / 2739 tests; [Sched] Compiling src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc; 19s ... (200 actions, 3 running)
[23,161 / 29,532] 90 / 2739 tests; [Sched] Compiling src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc; 20s ... (200 actions, 1 running)
[23,179 / 29,532] 90 / 2739 tests; [Sched] Compiling src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc; 21s ... (200 actions, 2 running)
[23,204 / 29,532] 90 / 2739 tests; [Sched] Compiling src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc; 22s ... (200 actions, 1 running)
[23,252 / 29,544] 100 / 2739 tests; [Sched] Compiling src/core/ext/filters/client_channel/lb_policy/xds/xds_cluster_impl.cc; 23s ... (200 actions, 1 running)
[23,281 / 29,545] 103 / 2739 tests; [Sched] Compiling test/core/event_engine/thread_pool_test.cc; 14s ... (200 actions, 3 running)
[23,296 / 29,547] 105 / 2739 tests; [Sched] Compiling test/core/event_engine/thread_pool_test.cc; 15s ... (200 actions, 0 running)
[23,322 / 29,550] 108 / 2739 tests; [Sched] Compiling test/core/transport/chaotic_good/client_transport_error_test.cc; 13s ... (200 actions, 1 running)
[23,347 / 29,551] 109 / 2739 tests; [Sched] Compiling test/core/transport/chaotic_good/client_transport_error_test.cc; 14s ... (200 actions, 2 running)
[23,372 / 29,552] 110 / 2739 tests; [Sched] Compiling test/core/transport/chaotic_good/client_transport_error_test.cc; 15s ... (200 actions, 0 running)
[23,398 / 29,555] 113 / 2739 tests; [Sched] Compiling test/core/transport/chaotic_good/client_transport_error_test.cc; 16s ... (200 actions, 2 running)
[23,428 / 29,555] 113 / 2739 tests; [Sched] Compiling test/core/transport/chaotic_good/client_transport_error_test.cc; 17s ... (199 actions, 0 running)
[23,465 / 29,558] 116 / 2739 tests; [Sched] Compiling test/core/transport/chaotic_good/client_transport_error_test.cc; 18s ... (200 actions, 0 running)
[23,494 / 29,561] 119 / 2739 tests; [Sched] Compiling test/core/client_channel/lb_policy/outlier_detection_test.cc; 16s ... (200 actions, 1 running)
[23,511 / 29,563] 120 / 2739 tests; [Sched] Compiling test/core/client_channel/lb_policy/outlier_detection_test.cc; 17s ... (200 actions, 0 running)
INFO: From Compiling test/core/client_channel/http_proxy_mapper_test.cc:
test/core/client_channel/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]
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'
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
GTEST_INTERNAL_DEPRECATED(
^
external/com_google_googletest/googletest/include/gtest/internal/gtest-port.h:2352:59: note: expanded from macro 'GTEST_INTERNAL_DEPRECATED'
#define GTEST_INTERNAL_DEPRECATED(message) __attribute__((deprecated(message)))
^
1 warning generated.
[23,541 / 29,564] 122 / 2739 tests; [Sched] Compiling test/core/client_channel/lb_policy/outlier_detection_test.cc; 18s ... (200 actions, 0 running)
[23,563 / 29,565] 123 / 2739 tests; [Sched] Compiling test/core/client_channel/lb_policy/outlier_detection_test.cc; 19s ... (200 actions, 1 running)
[23,578 / 29,566] 124 / 2739 tests; [Sched] Compiling test/core/client_channel/lb_policy/outlier_detection_test.cc; 17s ... (200 actions, 1 running)
[23,592 / 29,567] 125 / 2739 tests; [Sched] Compiling test/core/client_channel/lb_policy/outlier_detection_test.cc; 18s ... (200 actions, 0 running)
[23,615 / 29,569] 127 / 2739 tests; [Sched] Compiling test/core/client_channel/lb_policy/outlier_detection_test.cc; 19s ... (199 actions, 2 running)
[23,659 / 29,578] 134 / 2739 tests; [Sched] Compiling test/core/filters/filter_test.cc; 18s ... (200 actions, 1 running)
[23,694 / 29,579] 135 / 2739 tests; [Sched] Compiling test/core/client_channel/lb_policy/pick_first_test.cc; 18s ... (199 actions, 0 running)
[23,723 / 29,579] 135 / 2739 tests; [Sched] Compiling test/core/client_channel/lb_policy/pick_first_test.cc; 19s ... (199 actions, 3 running)
[23,770 / 29,582] 138 / 2739 tests; [Sched] Compiling test/core/client_channel/lb_policy/pick_first_test.cc; 20s ... (200 actions, 2 running)
[23,796 / 29,583] 139 / 2739 tests; [Sched] Compiling test/core/transport/chaotic_good/client_transport_test.cc; 16s ... (200 actions, 3 running)
[23,832 / 29,586] 142 / 2739 tests; [Sched] Compiling test/core/transport/chaotic_good/client_transport_test.cc; 17s ... (200 actions, 4 running)
[23,861 / 29,587] 143 / 2739 tests; [Sched] Compiling test/core/transport/chaotic_good/client_transport_test.cc; 18s ... (200 actions, 1 running)
[23,893 / 29,590] 146 / 2739 tests; [Sched] Compiling test/core/transport/chaotic_good/client_transport_test.cc; 19s ... (199 actions, 2 running)
[23,918 / 29,592] 148 / 2739 tests; [Sched] Compiling test/core/client_channel/lb_policy/outlier_detection_test.cc; 18s ... (200 actions, 1 running)
[23,973 / 29,605] 161 / 2739 tests; [Sched] Compiling test/core/client_channel/lb_policy/outlier_detection_test.cc; 19s ... (199 actions, 1 running)
[24,011 / 29,615] 170 / 2739 tests; [Sched] Compiling test/core/client_channel/lb_policy/outlier_detection_test.cc; 20s ... (199 actions, 0 running)
[24,039 / 29,618] 171 / 2739 tests; [Sched] Compiling test/core/client_channel/lb_policy/pick_first_test.cc; 20s ... (200 actions, 1 running)
[24,065 / 29,628] 171 / 2739 tests; [Sched] Compiling test/core/client_channel/lb_policy/pick_first_test.cc; 19s ... (200 actions, 2 running)
[24,133 / 29,639] 178 / 2739 tests; [Sched] Compiling test/core/client_channel/lb_policy/pick_first_test.cc; 20s ... (198 actions, 0 running)
[24,177 / 29,655] 189 / 2739 tests; [Sched] Compiling test/core/client_channel/lb_policy/pick_first_test.cc; 21s ... (199 actions, 1 running)
[24,208 / 29,664] 196 / 2739 tests; [Sched] Compiling test/core/client_channel/lb_policy/pick_first_test.cc; 22s ... (200 actions, 1 running)
[24,239 / 29,673] 206 / 2739 tests; [Sched] Compiling test/core/client_channel/lb_policy/pick_first_test.cc; 23s ... (199 actions, 1 running)
[24,282 / 29,692] 222 / 2739 tests; [Sched] Compiling test/core/client_channel/lb_policy/pick_first_test.cc; 24s ... (199 actions, 1 running)
[24,327 / 29,706] 233 / 2739 tests; [Sched] Compiling test/core/client_channel/lb_policy/pick_first_test.cc; 25s ... (199 actions, 1 running)
[24,351 / 29,713] 240 / 2739 tests; [Sched] Compiling test/core/client_channel/lb_policy/pick_first_test.cc; 26s ... (198 actions, 6 running)
[24,394 / 29,719] 246 / 2739 tests; [Sched] Compiling test/core/client_channel/lb_policy/pick_first_test.cc; 27s ... (194 actions, 3 running)
[24,433 / 29,734] 253 / 2739 tests; [Sched] Compiling test/core/client_channel/lb_policy/pick_first_test.cc; 28s ... (197 actions, 0 running)
[24,468 / 29,741] 265 / 2739 tests; [Sched] Compiling test/core/client_channel/lb_policy/pick_first_test.cc; 29s ... (198 actions, 5 running)
[24,499 / 29,767] 274 / 2739 tests; [Sched] Compiling test/core/client_channel/lb_policy/pick_first_test.cc; 30s ... (196 actions, 5 running)
[24,525 / 29,767] 275 / 2739 tests; [Sched] Compiling test/core/client_channel/lb_policy/pick_first_test.cc; 31s ... (196 actions, 4 running)
[24,559 / 29,780] 281 / 2739 tests; [Sched] Compiling test/core/client_channel/lb_policy/pick_first_test.cc; 32s ... (200 actions, 2 running)
[24,592 / 29,785] 285 / 2739 tests; [Sched] Compiling test/core/client_channel/lb_policy/pick_first_test.cc; 33s ... (197 actions, 1 running)
[24,622 / 29,798] 287 / 2739 tests; [Sched] Compiling test/core/client_channel/lb_policy/pick_first_test.cc; 34s ... (198 actions, 2 running)
[24,661 / 29,817] 292 / 2739 tests; [Sched] Compiling test/core/client_channel/lb_policy/pick_first_test.cc; 35s ... (198 actions, 1 running)
[24,686 / 29,822] 296 / 2739 tests; [Sched] Compiling test/core/client_channel/lb_policy/pick_first_test.cc; 36s ... (194 actions, 1 running)
[24,719 / 29,833] 303 / 2739 tests; [Sched] Compiling test/core/client_channel/lb_policy/pick_first_test.cc; 37s ... (200 actions, 1 running)
[24,757 / 29,838] 320 / 2739 tests; [Sched] Compiling test/core/client_channel/lb_policy/pick_first_test.cc; 39s ... (200 actions, 0 running)
[24,794 / 29,857] 330 / 2739 tests; [Sched] Compiling test/core/client_channel/lb_policy/pick_first_test.cc; 40s ... (199 actions, 1 running)
[24,838 / 29,877] 344 / 2739 tests; [Sched] Compiling test/core/client_channel/lb_policy/pick_first_test.cc; 41s ... (198 actions, 0 running)
[24,923 / 29,916] 380 / 2739 tests; [Sched] Compiling test/core/security/credentials_test.cc; 18s ... (198 actions, 0 running)
[25,015 / 29,989] 431 / 2739 tests; [Sched] Compiling test/core/security/credentials_test.cc; 19s ... (200 actions, 1 running)
[25,106 / 30,058] 467 / 2739 tests; [Sched] Compiling test/core/xds/xds_endpoint_resource_type_test.cc; 16s ... (199 actions, 0 running)
[25,145 / 30,075] 481 / 2739 tests; [Sched] Compiling test/core/xds/xds_endpoint_resource_type_test.cc; 17s ... (200 actions, 1 running)
[25,169 / 30,089] 485 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 17s ... (200 actions, 0 running)
[25,198 / 30,100] 488 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 18s ... (200 actions, 0 running)
[25,224 / 30,107] 498 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 19s ... (200 actions, 0 running)
[25,250 / 30,112] 503 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 20s ... (200 actions, 0 running)
[25,289 / 30,118] 508 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 21s ... (200 actions, 0 running)
[25,335 / 30,129] 521 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 22s ... (200 actions, 1 running)
[25,397 / 30,163] 533 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 23s ... (199 actions, 3 running)
[25,481 / 30,198] 567 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 24s ... (200 actions, 6 running)
[25,602 / 30,261] 620 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 25s ... (197 actions, 3 running)
[25,671 / 30,308] 655 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 26s ... (200 actions, 2 running)
[25,729 / 30,329] 670 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 27s ... (200 actions, 1 running)
[25,774 / 30,352] 685 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 28s ... (200 actions, 0 running)
[25,828 / 30,380] 694 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 29s ... (200 actions, 0 running)
[25,846 / 30,385] 701 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 30s ... (200 actions, 0 running)
[25,872 / 30,410] 705 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 31s ... (200 actions, 0 running)
[25,912 / 30,416] 718 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 32s ... (200 actions, 1 running)
[25,947 / 30,425] 735 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 33s ... (200 actions, 1 running)
[25,963 / 30,429] 738 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 34s ... (200 actions, 3 running)
[26,003 / 30,437] 753 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 35s ... (200 actions, 0 running)
[26,034 / 30,443] 762 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 36s ... (199 actions, 3 running)
[26,111 / 30,483] 780 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 37s ... (198 actions, 0 running)
[26,164 / 30,497] 793 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 38s ... (200 actions, 2 running)
[26,181 / 30,500] 796 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 39s ... (200 actions, 1 running)
INFO: From Compiling test/core/transport/chttp2/hpack_parser_test.cc:
test/core/transport/chttp2/hpack_parser_test.cc:222:1: warning: stack frame size (17176) exceeds limit (16384) in 'grpc_core::(anonymous namespace)::gtest_ParseTestParseTest_EvalGenerator_()' [-Wframe-larger-than]
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'
gtest_##prefix##test_suite_name##_EvalGenerator_() { \
^
:65:1: note: expanded from here
gtest_ParseTestParseTest_EvalGenerator_
^
test/core/transport/chttp2/hpack_parser_test.cc:222:1: warning: stack frame size (17144) 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'
static ::std::string gtest_##prefix##test_suite_name##_EvalGenerateName_( \
^
:68:1: note: expanded from here
gtest_ParseTestParseTest_EvalGenerateName_
^
2 warnings generated.
[26,238 / 30,529] 806 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 40s ... (200 actions, 1 running)
[26,269 / 30,545] 810 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 41s ... (200 actions, 0 running)
[26,306 / 30,569] 813 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 42s ... (200 actions, 0 running)
[26,342 / 30,584] 818 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 43s ... (200 actions, 1 running)
[26,380 / 30,601] 825 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 45s ... (200 actions, 0 running)
[26,398 / 30,604] 827 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 46s ... (200 actions, 1 running)
[26,419 / 30,606] 830 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 47s ... (200 actions, 0 running)
[26,445 / 30,612] 834 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 48s ... (200 actions, 0 running)
[26,480 / 30,635] 836 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 49s ... (200 actions, 1 running)
[26,496 / 30,635] 840 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 50s ... (200 actions, 4 running)
[26,536 / 30,639] 847 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 51s ... (200 actions, 2 running)
[26,590 / 30,664] 855 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 52s ... (200 actions, 0 running)
[26,631 / 30,689] 856 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 53s ... (200 actions, 0 running)
[26,664 / 30,692] 865 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 54s ... (200 actions, 2 running)
[26,692 / 30,704] 867 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 55s ... (200 actions, 0 running)
[26,736 / 30,719] 876 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 56s ... (200 actions, 5 running)
INFO: From Compiling test/cpp/interop/xds_stats_watcher.cc:
test/cpp/interop/xds_stats_watcher.cc:152:18: warning: 'mutable_num_rpcs_started_by_method' is deprecated [-Wdeprecated-declarations]
*response->mutable_num_rpcs_started_by_method();
^
bazel-out/k8-opt/bin/src/proto/grpc/testing/messages.pb.h:6212:5: note: 'mutable_num_rpcs_started_by_method' has been explicitly marked deprecated here
[[deprecated]] ::google::protobuf::Map* mutable_num_rpcs_started_by_method();
^
test/cpp/interop/xds_stats_watcher.cc:154:18: warning: 'mutable_num_rpcs_succeeded_by_method' is deprecated [-Wdeprecated-declarations]
*response->mutable_num_rpcs_succeeded_by_method();
^
bazel-out/k8-opt/bin/src/proto/grpc/testing/messages.pb.h:6227:5: note: 'mutable_num_rpcs_succeeded_by_method' has been explicitly marked deprecated here
[[deprecated]] ::google::protobuf::Map* mutable_num_rpcs_succeeded_by_method();
^
test/cpp/interop/xds_stats_watcher.cc:156:18: warning: 'mutable_num_rpcs_failed_by_method' is deprecated [-Wdeprecated-declarations]
*response->mutable_num_rpcs_failed_by_method();
^
bazel-out/k8-opt/bin/src/proto/grpc/testing/messages.pb.h:6242:5: note: 'mutable_num_rpcs_failed_by_method' has been explicitly marked deprecated here
[[deprecated]] ::google::protobuf::Map* mutable_num_rpcs_failed_by_method();
^
3 warnings generated.
[26,786 / 30,743] 883 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 57s ... (200 actions, 1 running)
[26,826 / 30,767] 887 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 58s ... (200 actions, 0 running)
[26,869 / 30,782] 893 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 59s ... (200 actions, 1 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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:107:
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:22:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:107:
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:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:113:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/port.h:30:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:117:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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_lite/google/protobuf/arena.h:30:
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:62:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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_lite/google/protobuf/arena.h:32:
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:30:
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:23:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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_lite/google/protobuf/arena.h:32:
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:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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_lite/google/protobuf/arena.h:32:
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:33:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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_lite/google/protobuf/arena.h:32:
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:36:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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_lite/google/protobuf/arena.h:33:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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_lite/google/protobuf/arena.h:36:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:28:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:28:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:29:
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:21:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:29:
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:21:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:29:
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/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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:29:
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/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/implicit_weak_message.h:16:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:29:
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/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/implicit_weak_message.h:16:
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:43:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:29:
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/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/implicit_weak_message.h:16:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:29:
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/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/implicit_weak_message.h:23:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:29:
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/parse_context.h:28:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:29:
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/parse_context.h:30:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:29:
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/parse_context.h:34:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:29:
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/parse_context.h:38:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:29:
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:25:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:30:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:30:
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:17:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:30:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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_nowkt/google/protobuf/generated_message_reflection.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/descriptor.h:52:
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:37:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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_nowkt/google/protobuf/generated_message_reflection.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/descriptor.h:56:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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_nowkt/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_nowkt/google/protobuf/generated_enum_reflection.h:30:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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_nowkt/google/protobuf/generated_message_reflection.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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_nowkt/google/protobuf/generated_message_reflection.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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_nowkt/google/protobuf/generated_message_reflection.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/unknown_field_set.h:32:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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_nowkt/google/protobuf/generated_message_reflection.h:30:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:33:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/message.h:109:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/map.h:50:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:33:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/message.h:112:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/reflection.h:24:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:33:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/message.h:115:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:37:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/map_entry.h:25:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:38:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/map_field_inl.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/map_field.h:23:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:38:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/map_field_inl.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/map_field.h:32:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:38:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/map_field_inl.h:25:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/label.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/label.pb.h:41:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:41:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/launch_stage.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:41:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/launch_stage.pb.h:39:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:42:
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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:42:
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:44:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:46:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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/api/annotations.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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/api/annotations.pb.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/http.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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/api/annotations.pb.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/http.pb.h:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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/api/annotations.pb.h:36:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/descriptor.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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/api/annotations.pb.h:36:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/descriptor.pb.h:41:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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/api/annotations.pb.h:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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/api/client.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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/api/client.pb.h:39:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:40:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/field_behavior.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:40:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/field_behavior.pb.h:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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/api/metric.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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/api/metric.pb.h:43:
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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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/api/metric.pb.h:43:
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:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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/api/metric.pb.h:47:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:43:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/resource.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:43:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/resource.pb.h:42:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:44:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:44:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:43:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/common.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:44:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:43:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/common.pb.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/distribution.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:44:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:43:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/common.pb.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/distribution.pb.h:37:
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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:44:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:43:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/common.pb.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/distribution.pb.h:37:
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:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:44:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:43:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/common.pb.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/distribution.pb.h:38:
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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:44:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:43:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/common.pb.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/distribution.pb.h:38:
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:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:44:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:43:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/common.pb.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/distribution.pb.h:42:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:44:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:43:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/common.pb.h:44:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:44:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:44:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/mutation_record.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:44:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:44:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/mutation_record.pb.h:41:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:44:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:46:
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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:44:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:46:
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:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:44:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:47:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/rpc/status.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:44:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:47:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/rpc/status.pb.h:41:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:44:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:51:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:46:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:46:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric.pb.h:46:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:48:
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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:48:
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:29:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:48:
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:29:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/generated_message_bases.h:22:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:48:
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:41:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:53:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
90 warnings generated.
[26,888 / 30,784] 899 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 60s ... (200 actions, 0 running)
[26,947 / 30,820] 906 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 61s ... (200 actions, 1 running)
[27,016 / 30,856] 918 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 62s ... (200 actions, 3 running)
[27,072 / 30,924] 927 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 63s ... (200 actions, 1 running)
[27,200 / 31,134] 936 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 64s ... (200 actions, 0 running)
[27,363 / 31,152] 949 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 65s ... (199 actions, 0 running)
[27,467 / 31,219] 971 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 42s ... (200 actions, 0 running)
INFO: From Compiling test/cpp/interop/xds_stats_watcher.cc:
test/cpp/interop/xds_stats_watcher.cc:152:18: warning: 'mutable_num_rpcs_started_by_method' is deprecated [-Wdeprecated-declarations]
*response->mutable_num_rpcs_started_by_method();
^
bazel-out/k8-opt/bin/src/proto/grpc/testing/messages.pb.h:6212:5: note: 'mutable_num_rpcs_started_by_method' has been explicitly marked deprecated here
[[deprecated]] ::google::protobuf::Map* mutable_num_rpcs_started_by_method();
^
test/cpp/interop/xds_stats_watcher.cc:154:18: warning: 'mutable_num_rpcs_succeeded_by_method' is deprecated [-Wdeprecated-declarations]
*response->mutable_num_rpcs_succeeded_by_method();
^
bazel-out/k8-opt/bin/src/proto/grpc/testing/messages.pb.h:6227:5: note: 'mutable_num_rpcs_succeeded_by_method' has been explicitly marked deprecated here
[[deprecated]] ::google::protobuf::Map* mutable_num_rpcs_succeeded_by_method();
^
test/cpp/interop/xds_stats_watcher.cc:156:18: warning: 'mutable_num_rpcs_failed_by_method' is deprecated [-Wdeprecated-declarations]
*response->mutable_num_rpcs_failed_by_method();
^
bazel-out/k8-opt/bin/src/proto/grpc/testing/messages.pb.h:6242:5: note: 'mutable_num_rpcs_failed_by_method' has been explicitly marked deprecated here
[[deprecated]] ::google::protobuf::Map* mutable_num_rpcs_failed_by_method();
^
3 warnings generated.
[27,623 / 31,383] 987 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 43s ... (200 actions, 2 running)
[27,739 / 31,493] 995 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 44s ... (200 actions, 1 running)
[27,873 / 31,596] 999 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 45s ... (200 actions, 0 running)
[27,992 / 31,705] 1004 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 46s ... (200 actions, 2 running)
[28,131 / 31,856] 1007 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 47s ... (199 actions, 2 running)
[28,306 / 32,060] 1013 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 48s ... (200 actions, 1 running)
[28,507 / 32,143] 1021 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 49s ... (200 actions, 2 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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:107:
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:22:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:107:
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:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:113:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/port.h:30:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:117:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:30:
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:62:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:32:
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:30:
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:23:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:32:
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:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:32:
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:33:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:32:
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:36:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:33:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:36:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:28:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:28:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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:21:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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:21:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/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/implicit_weak_message.h:16:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/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/implicit_weak_message.h:16:
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:43:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/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/implicit_weak_message.h:16:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/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/implicit_weak_message.h:23:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/parse_context.h:28:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/parse_context.h:30:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/parse_context.h:34:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/parse_context.h:38:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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:25:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:30:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:30:
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:17:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:30:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/generated_message_reflection.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/descriptor.h:52:
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:37:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/generated_message_reflection.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/descriptor.h:56:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/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_nowkt/google/protobuf/generated_enum_reflection.h:30:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/generated_message_reflection.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/generated_message_reflection.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/generated_message_reflection.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/unknown_field_set.h:32:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/generated_message_reflection.h:30:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/message.h:109:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/map.h:50:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/message.h:112:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/reflection.h:24:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/message.h:115:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:37:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/annotations.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:37:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/annotations.pb.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/http.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:37:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/annotations.pb.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/http.pb.h:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:37:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/annotations.pb.h:36:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/descriptor.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:37:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/annotations.pb.h:36:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/descriptor.pb.h:41:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:37:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/annotations.pb.h:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:38:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/client.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:38:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/client.pb.h:39:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:39:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/field_behavior.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:39:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/field_behavior.pb.h:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/resource.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/resource.pb.h:42:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:41:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:41:
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/protobuf_nowkt/google/protobuf/map_entry.h:25:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:41:
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/protobuf_nowkt/google/protobuf/map_field_inl.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/map_field.h:23:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:41:
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/protobuf_nowkt/google/protobuf/map_field_inl.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/map_field.h:32:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:41:
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/protobuf_nowkt/google/protobuf/map_field_inl.h:25:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:41:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.pb.h:43:
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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:41:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.pb.h:43:
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:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:41:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.pb.h:44:
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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:41:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.pb.h:44:
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:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:41:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.pb.h:45:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/rpc/status.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:41:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.pb.h:45:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/rpc/status.pb.h:37:
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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:41:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.pb.h:45:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/rpc/status.pb.h:37:
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:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:41:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.pb.h:45:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/rpc/status.pb.h:41:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:41:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.pb.h:50:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:42:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/empty_proto/google/protobuf/empty.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:42:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/empty_proto/google/protobuf/empty.pb.h:29:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:42:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/empty_proto/google/protobuf/empty.pb.h:29:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/generated_message_bases.h:22:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:42:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/empty_proto/google/protobuf/empty.pb.h:41:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:47:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
70 warnings generated.
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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:107:
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:22:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:107:
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:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:113:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/port.h:30:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:117:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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_lite/google/protobuf/arena.h:30:
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:62:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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_lite/google/protobuf/arena.h:32:
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:30:
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:23:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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_lite/google/protobuf/arena.h:32:
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:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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_lite/google/protobuf/arena.h:32:
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:33:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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_lite/google/protobuf/arena.h:32:
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:36:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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_lite/google/protobuf/arena.h:33:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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_lite/google/protobuf/arena.h:36:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:28:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:28:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:29:
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:21:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:29:
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:21:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:29:
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/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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:29:
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/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/implicit_weak_message.h:16:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:29:
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/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/implicit_weak_message.h:16:
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:43:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:29:
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/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/implicit_weak_message.h:16:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:29:
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/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/implicit_weak_message.h:23:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:29:
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/parse_context.h:28:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:29:
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/parse_context.h:30:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:29:
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/parse_context.h:34:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:29:
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/parse_context.h:38:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:29:
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:25:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:30:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:30:
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:17:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:30:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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_nowkt/google/protobuf/generated_message_reflection.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/descriptor.h:52:
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:37:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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_nowkt/google/protobuf/generated_message_reflection.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/descriptor.h:56:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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_nowkt/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_nowkt/google/protobuf/generated_enum_reflection.h:30:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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_nowkt/google/protobuf/generated_message_reflection.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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_nowkt/google/protobuf/generated_message_reflection.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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_nowkt/google/protobuf/generated_message_reflection.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/unknown_field_set.h:32:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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_nowkt/google/protobuf/generated_message_reflection.h:30:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:33:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/message.h:109:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/map.h:50:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:33:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/message.h:112:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/reflection.h:24:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:33:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/message.h:115:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:37:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/map_entry.h:25:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:38:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/map_field_inl.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/map_field.h:23:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:38:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/map_field_inl.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/map_field.h:32:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:38:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/map_field_inl.h:25:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/label.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/label.pb.h:41:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:41:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/launch_stage.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:41:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/launch_stage.pb.h:39:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:42:
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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:42:
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:44:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:46:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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/api/annotations.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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/api/annotations.pb.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/http.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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/api/annotations.pb.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/http.pb.h:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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/api/annotations.pb.h:36:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/descriptor.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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/api/annotations.pb.h:36:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/descriptor.pb.h:41:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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/api/annotations.pb.h:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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/api/client.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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/api/client.pb.h:39:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:40:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/field_behavior.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/stats/stackdriver/stackdriver_exporter.h:26:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric_service.pb.h:40:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/field_behavior.pb.h:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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/api/metric.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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/api/metric.pb.h:43:
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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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/api/metric.pb.h:43:
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:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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/api/metric.pb.h:47:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:43:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/resource.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:43:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/resource.pb.h:42:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:44:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:44:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:43:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/common.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:44:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:43:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/common.pb.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/distribution.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:44:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:43:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/common.pb.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/distribution.pb.h:37:
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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:44:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:43:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/common.pb.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/distribution.pb.h:37:
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:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:44:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:43:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/common.pb.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/distribution.pb.h:38:
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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:44:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:43:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/common.pb.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/distribution.pb.h:38:
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:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:44:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:43:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/common.pb.h:38:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/distribution.pb.h:42:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:44:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:43:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/common.pb.h:44:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:44:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:44:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/mutation_record.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:44:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:44:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/mutation_record.pb.h:41:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:44:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:46:
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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:44:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:46:
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:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:44:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:47:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/rpc/status.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:44:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:47:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/rpc/status.pb.h:41:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:44:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/alert.pb.h:51:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:46:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:46:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/monitoring/v3/metric.pb.h:46:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:48:
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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:48:
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:29:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:48:
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:29:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/generated_message_bases.h:22:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:48:
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:41:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/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:53:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
90 warnings generated.
[28,673 / 32,302] 1034 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 50s ... (199 actions, 0 running)
[28,831 / 32,608] 1045 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 51s ... (199 actions, 0 running)
[28,995 / 32,666] 1056 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 52s ... (199 actions, 0 running)
[29,157 / 32,827] 1061 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 53s ... (200 actions, 1 running)
[29,322 / 33,022] 1069 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 54s ... (200 actions, 0 running)
[29,514 / 33,193] 1077 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 55s ... (200 actions, 0 running)
INFO: From Compiling test/cpp/interop/observability_client.cc:
test/cpp/interop/observability_client.cc:218:39: warning: 'GcpObservabilityInit' is deprecated: Use grpc::GcpObservability::Init() instead. [-Wdeprecated-declarations]
auto status = grpc::experimental::GcpObservabilityInit();
^
include/grpcpp/ext/gcp_observability.h:105:1: note: 'GcpObservabilityInit' has been explicitly marked deprecated here
GRPC_DEPRECATED("Use grpc::GcpObservability::Init() instead.")
^
include/grpc/support/port_platform.h:32:35: note: expanded from macro 'GRPC_DEPRECATED'
#define GRPC_DEPRECATED(reason) [[deprecated(reason)]]
^
test/cpp/interop/observability_client.cc:400:25: warning: 'GcpObservabilityClose' is deprecated: Use grpc::GcpObservability::Init() instead. [-Wdeprecated-declarations]
grpc::experimental::GcpObservabilityClose();
^
include/grpcpp/ext/gcp_observability.h:107:1: note: 'GcpObservabilityClose' has been explicitly marked deprecated here
GRPC_DEPRECATED("Use grpc::GcpObservability::Init() instead.")
^
include/grpc/support/port_platform.h:32:35: note: expanded from macro 'GRPC_DEPRECATED'
#define GRPC_DEPRECATED(reason) [[deprecated(reason)]]
^
2 warnings generated.
[29,695 / 33,236] 1083 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 56s ... (200 actions, 2 running)
[29,871 / 33,322] 1096 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 57s ... (200 actions, 0 running)
[29,989 / 33,355] 1108 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 58s ... (200 actions, 1 running)
INFO: From Compiling test/cpp/interop/observability_client.cc:
test/cpp/interop/observability_client.cc:218:39: warning: 'GcpObservabilityInit' is deprecated: Use grpc::GcpObservability::Init() instead. [-Wdeprecated-declarations]
auto status = grpc::experimental::GcpObservabilityInit();
^
include/grpcpp/ext/gcp_observability.h:105:1: note: 'GcpObservabilityInit' has been explicitly marked deprecated here
GRPC_DEPRECATED("Use grpc::GcpObservability::Init() instead.")
^
include/grpc/support/port_platform.h:32:35: note: expanded from macro 'GRPC_DEPRECATED'
#define GRPC_DEPRECATED(reason) [[deprecated(reason)]]
^
test/cpp/interop/observability_client.cc:400:25: warning: 'GcpObservabilityClose' is deprecated: Use grpc::GcpObservability::Init() instead. [-Wdeprecated-declarations]
grpc::experimental::GcpObservabilityClose();
^
include/grpcpp/ext/gcp_observability.h:107:1: note: 'GcpObservabilityClose' has been explicitly marked deprecated here
GRPC_DEPRECATED("Use grpc::GcpObservability::Init() instead.")
^
include/grpc/support/port_platform.h:32:35: note: expanded from macro 'GRPC_DEPRECATED'
#define GRPC_DEPRECATED(reason) [[deprecated(reason)]]
^
2 warnings generated.
[30,084 / 33,429] 1116 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 59s ... (200 actions, 1 running)
[30,200 / 33,524] 1126 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 60s ... (199 actions, 2 running)
[30,345 / 33,579] 1137 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 61s ... (197 actions, 0 running)
[30,453 / 33,630] 1155 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 62s ... (199 actions, 1 running)
[30,550 / 33,739] 1174 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 63s ... (194 actions, 2 running)
[30,704 / 33,967] 1191 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 64s ... (199 actions, 2 running)
[30,863 / 34,114] 1210 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 65s ... (199 actions, 1 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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:107:
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:22:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:107:
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:34:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:113:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/port.h:30:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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/io/_virtual_includes/io/google/protobuf/io/coded_stream.h:117:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:30:
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:62:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:32:
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:30:
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:23:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:32:
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:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:32:
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:33:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:32:
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:36:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:33:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_lite/google/protobuf/arena.h:36:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:28:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:28:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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:21:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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:21:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/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/implicit_weak_message.h:16:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/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/implicit_weak_message.h:16:
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:43:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/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/implicit_weak_message.h:16:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/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/implicit_weak_message.h:23:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/parse_context.h:28:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/parse_context.h:30:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/parse_context.h:34:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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/parse_context.h:38:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:29:
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:25:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:30:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:30:
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:17:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:30:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/generated_message_reflection.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/descriptor.h:52:
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:37:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/generated_message_reflection.h:24:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/descriptor.h:56:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/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_nowkt/google/protobuf/generated_enum_reflection.h:30:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/generated_message_reflection.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/generated_message_reflection.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/generated_message_reflection.h:27:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/unknown_field_set.h:32:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/generated_message_reflection.h:30:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/message.h:109:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/map.h:50:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/message.h:112:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/reflection.h:24:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/message.h:115:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:37:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/annotations.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:37:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/annotations.pb.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/http.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:37:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/annotations.pb.h:35:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/http.pb.h:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:37:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/annotations.pb.h:36:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/descriptor.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:37:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/annotations.pb.h:36:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/descriptor.pb.h:41:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:37:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/annotations.pb.h:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:38:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/client.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:38:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/client.pb.h:39:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:39:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/field_behavior.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:39:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/field_behavior.pb.h:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/resource.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/api/resource.pb.h:42:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:41:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:41:
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/protobuf_nowkt/google/protobuf/map_entry.h:25:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:41:
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/protobuf_nowkt/google/protobuf/map_field_inl.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/map_field.h:23:
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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:41:
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/protobuf_nowkt/google/protobuf/map_field_inl.h:19:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/map_field.h:32:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:41:
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/protobuf_nowkt/google/protobuf/map_field_inl.h:25:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:41:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.pb.h:43:
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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:41:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.pb.h:43:
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:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:41:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.pb.h:44:
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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:41:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.pb.h:44:
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:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:41:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.pb.h:45:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/rpc/status.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:41:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.pb.h:45:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/rpc/status.pb.h:37:
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:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:41:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.pb.h:45:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/rpc/status.pb.h:37:
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:40:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:41:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.pb.h:45:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/rpc/status.pb.h:41:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/internal/stackdriver_exporter.cc:15:
In file included from external/io_opencensus_cpp/opencensus/exporters/trace/stackdriver/stackdriver_exporter.h:25:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.grpc.pb.h:22:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/tracing.pb.h:41:
In file included from bazel-out/k8-opt/bin/external/com_google_googleapis/google/devtools/cloudtrace/v2/trace.pb.h:50:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:42:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/empty_proto/google/protobuf/empty.pb.h:13:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:42:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/empty_proto/google/protobuf/empty.pb.h:29:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/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_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:42:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/empty_proto/google/protobuf/empty.pb.h:29:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/protobuf_nowkt/google/protobuf/generated_message_bases.h:22:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:42:
In file included from bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/empty_proto/google/protobuf/empty.pb.h:41:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#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:47:
bazel-out/k8-opt/bin/external/com_google_protobuf/src/google/protobuf/_virtual_includes/port_def/google/protobuf/port_def.inc:1117:5: warning: 'PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII' is not defined, evaluates to 0 [-Wundef]
#if PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII
^
70 warnings generated.
[30,993 / 34,230] 1234 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 66s ... (198 actions, 1 running)
[31,123 / 34,327] 1261 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 67s ... (200 actions, 1 running)
[31,259 / 34,455] 1280 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 68s ... (200 actions, 0 running)
[31,443 / 34,508] 1290 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 69s ... (198 actions, 1 running)
INFO: From Compiling test/cpp/ext/filters/logging/logging_test.cc:
test/cpp/ext/filters/logging/logging_test.cc:54:1: warning: stack frame size (28568) exceeds limit (16384) in 'grpc::testing::(anonymous namespace)::LoggingTest_SimpleRpc_Test::TestBody()' [-Wframe-larger-than]
TEST_F(LoggingTest, SimpleRpc) {
^
external/com_google_googletest/googletest/include/gtest/gtest.h:2207:41: note: expanded from macro 'TEST_F'
#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'
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_'
void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
^
test/cpp/ext/filters/logging/logging_test.cc:239:1: warning: stack frame size (28520) exceeds limit (16384) in 'grpc::testing::(anonymous namespace)::LoggingTest_SimpleRpcNoMetadata_Test::TestBody()' [-Wframe-larger-than]
TEST_F(LoggingTest, SimpleRpcNoMetadata) {
^
external/com_google_googletest/googletest/include/gtest/gtest.h:2207:41: note: expanded from macro 'TEST_F'
#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'
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_'
void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
^
test/cpp/ext/filters/logging/logging_test.cc:437:1: warning: stack frame size (28568) exceeds limit (16384) in 'grpc::testing::(anonymous namespace)::LoggingTest_MetadataTruncated_Test::TestBody()' [-Wframe-larger-than]
TEST_F(LoggingTest, MetadataTruncated) {
^
external/com_google_googletest/googletest/include/gtest/gtest.h:2207:41: note: expanded from macro 'TEST_F'
#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'
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_'
void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
^
test/cpp/ext/filters/logging/logging_test.cc:624:1: warning: stack frame size (29224) exceeds limit (16384) in 'grpc::testing::(anonymous namespace)::LoggingTest_PayloadTruncated_Test::TestBody()' [-Wframe-larger-than]
TEST_F(LoggingTest, PayloadTruncated) {
^
external/com_google_googletest/googletest/include/gtest/gtest.h:2207:41: note: expanded from macro 'TEST_F'
#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'
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_'
void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
^
4 warnings generated.
[31,628 / 34,538] 1319 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 70s ... (199 actions, 1 running)
[31,756 / 34,613] 1341 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 71s ... (200 actions, 2 running)
[31,887 / 34,700] 1359 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 72s ... (198 actions, 3 running)
[32,076 / 34,822] 1381 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 73s ... (199 actions, 2 running)
[32,165 / 34,889] 1393 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 74s ... (199 actions, 1 running)
[32,278 / 34,964] 1411 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 75s ... (194 actions, 6 running)
[32,444 / 35,171] 1426 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 76s ... (197 actions, 3 running)
[32,599 / 35,363] 1437 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 77s ... (200 actions, 5 running)
[32,721 / 35,441] 1449 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 78s ... (191 actions, 8 running)
[32,875 / 35,678] 1465 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 79s ... (200 actions, 2 running)
[33,005 / 35,788] 1481 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 80s ... (198 actions, 3 running)
[33,125 / 35,981] 1493 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 81s ... (199 actions, 8 running)
INFO: From Compiling test/cpp/interop/observability_interop_server_bootstrap.cc:
test/cpp/interop/observability_interop_server_bootstrap.cc:46:39: warning: 'GcpObservabilityInit' is deprecated: Use grpc::GcpObservability::Init() instead. [-Wdeprecated-declarations]
auto status = grpc::experimental::GcpObservabilityInit();
^
include/grpcpp/ext/gcp_observability.h:105:1: note: 'GcpObservabilityInit' has been explicitly marked deprecated here
GRPC_DEPRECATED("Use grpc::GcpObservability::Init() instead.")
^
include/grpc/support/port_platform.h:32:35: note: expanded from macro 'GRPC_DEPRECATED'
#define GRPC_DEPRECATED(reason) [[deprecated(reason)]]
^
1 warning generated.
[33,258 / 36,183] 1511 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 82s ... (195 actions, 7 running)
[33,371 / 36,243] 1522 / 2739 tests; [Sched] Compiling test/cpp/microbenchmarks/bm_huffman_decode.cc; 83s ... (198 actions, 5 running)
[33,509 / 36,329] 1544 / 2739 tests; [Sched] Compiling test/cpp/end2end/client_lb_end2end_test.cc; 34s ... (199 actions, 7 running)
[33,654 / 36,540] 1567 / 2739 tests; [Sched] Compiling test/cpp/end2end/client_lb_end2end_test.cc; 35s ... (199 actions, 4 running)
[33,761 / 36,641] 1589 / 2739 tests; [Sched] Compiling test/cpp/end2end/client_lb_end2end_test.cc; 36s ... (199 actions, 2 running)
[33,867 / 36,701] 1615 / 2739 tests; [Sched] Compiling test/cpp/end2end/xds/xds_core_end2end_test.cc; 17s ... (199 actions, 2 running)
[33,993 / 36,711] 1637 / 2739 tests; [Sched] Compiling test/cpp/end2end/xds/xds_core_end2end_test.cc; 18s ... (200 actions, 4 running)
[34,164 / 36,945] 1659 / 2739 tests; [Sched] Compiling test/cpp/end2end/xds/xds_core_end2end_test.cc; 19s ... (198 actions, 4 running)
[34,280 / 37,017] 1675 / 2739 tests; [Sched] Compiling test/cpp/end2end/xds/xds_core_end2end_test.cc; 20s ... (199 actions, 3 running)
[34,411 / 37,091] 1685 / 2739 tests; [Sched] Compiling test/cpp/ext/filters/logging/logging_test.cc; 21s ... (199 actions, 1 running)
INFO: From Compiling test/cpp/ext/filters/logging/logging_test.cc:
test/cpp/ext/filters/logging/logging_test.cc:54:1: warning: stack frame size (28568) exceeds limit (16384) in 'grpc::testing::(anonymous namespace)::LoggingTest_SimpleRpc_Test::TestBody()' [-Wframe-larger-than]
TEST_F(LoggingTest, SimpleRpc) {
^
external/com_google_googletest/googletest/include/gtest/gtest.h:2207:41: note: expanded from macro 'TEST_F'
#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'
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_'
void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
^
test/cpp/ext/filters/logging/logging_test.cc:239:1: warning: stack frame size (28520) exceeds limit (16384) in 'grpc::testing::(anonymous namespace)::LoggingTest_SimpleRpcNoMetadata_Test::TestBody()' [-Wframe-larger-than]
TEST_F(LoggingTest, SimpleRpcNoMetadata) {
^
external/com_google_googletest/googletest/include/gtest/gtest.h:2207:41: note: expanded from macro 'TEST_F'
#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'
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_'
void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
^
test/cpp/ext/filters/logging/logging_test.cc:437:1: warning: stack frame size (28568) exceeds limit (16384) in 'grpc::testing::(anonymous namespace)::LoggingTest_MetadataTruncated_Test::TestBody()' [-Wframe-larger-than]
TEST_F(LoggingTest, MetadataTruncated) {
^
external/com_google_googletest/googletest/include/gtest/gtest.h:2207:41: note: expanded from macro 'TEST_F'
#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'
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_'
void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
^
test/cpp/ext/filters/logging/logging_test.cc:624:1: warning: stack frame size (29224) exceeds limit (16384) in 'grpc::testing::(anonymous namespace)::LoggingTest_PayloadTruncated_Test::TestBody()' [-Wframe-larger-than]
TEST_F(LoggingTest, PayloadTruncated) {
^
external/com_google_googletest/googletest/include/gtest/gtest.h:2207:41: note: expanded from macro 'TEST_F'
#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'
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_'
void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
^
4 warnings generated.
[34,565 / 37,241] 1703 / 2739 tests; [Sched] Compiling test/cpp/end2end/xds/xds_core_end2end_test.cc; 16s ... (200 actions, 3 running)
[34,710 / 37,303] 1713 / 2739 tests; [Sched] Compiling test/cpp/end2end/xds/xds_core_end2end_test.cc; 17s ... (198 actions, 2 running)
[34,901 / 37,508] 1725 / 2739 tests; [Sched] Compiling test/cpp/end2end/xds/xds_core_end2end_test.cc; 18s ... (198 actions, 4 running)
[35,047 / 37,647] 1729 / 2739 tests; [Sched] Compiling test/cpp/end2end/xds/xds_core_end2end_test.cc; 12s ... (197 actions, 4 running)
[35,206 / 37,833] 1742 / 2739 tests; [Sched] Compiling test/cpp/end2end/xds/xds_core_end2end_test.cc; 13s ... (197 actions, 5 running)
[35,365 / 37,980] 1752 / 2739 tests; [Sched] Compiling test/cpp/end2end/xds/xds_core_end2end_test.cc; 14s ... (199 actions, 2 running)
[35,499 / 38,218] 1758 / 2739 tests; [Sched] Compiling test/cpp/end2end/xds/xds_core_end2end_test.cc; 15s ... (196 actions, 1 running)
[35,662 / 38,360] 1773 / 2739 tests; [Sched] Compiling test/cpp/end2end/xds/xds_core_end2end_test.cc; 16s ... (197 actions, 7 running)
[35,803 / 38,414] 1791 / 2739 tests; [Sched] Compiling test/cpp/end2end/xds/xds_core_end2end_test.cc; 17s ... (198 actions, 4 running)
[35,920 / 38,513] 1799 / 2739 tests; [Sched] Compiling test/cpp/end2end/rls_end2end_test.cc; 16s ... (198 actions, 1 running)
[36,026 / 38,586] 1811 / 2739 tests; [Sched] Compiling test/cpp/end2end/service_config_end2end_test.cc; 15s ... (197 actions, 1 running)
[36,145 / 38,716] 1815 / 2739 tests; [Sched] Compiling test/cpp/end2end/service_config_end2end_test.cc; 16s ... (198 actions, 0 running)
[36,278 / 38,879] 1828 / 2739 tests; [Sched] Compiling test/cpp/end2end/service_config_end2end_test.cc; 17s ... (199 actions, 0 running)
[36,451 / 38,936] 1834 / 2739 tests; [Sched] Compiling test/cpp/end2end/service_config_end2end_test.cc; 18s ... (200 actions, 0 running)
INFO: From Compiling test/cpp/ext/filters/logging/logging_test.cc:
test/cpp/ext/filters/logging/logging_test.cc:54:1: warning: stack frame size (28568) exceeds limit (16384) in 'grpc::testing::(anonymous namespace)::LoggingTest_SimpleRpc_Test::TestBody()' [-Wframe-larger-than]
TEST_F(LoggingTest, SimpleRpc) {
^
external/com_google_googletest/googletest/include/gtest/gtest.h:2207:41: note: expanded from macro 'TEST_F'
#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'
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_'
void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
^
test/cpp/ext/filters/logging/logging_test.cc:239:1: warning: stack frame size (28520) exceeds limit (16384) in 'grpc::testing::(anonymous namespace)::LoggingTest_SimpleRpcNoMetadata_Test::TestBody()' [-Wframe-larger-than]
TEST_F(LoggingTest, SimpleRpcNoMetadata) {
^
external/com_google_googletest/googletest/include/gtest/gtest.h:2207:41: note: expanded from macro 'TEST_F'
#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'
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_'
void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
^
test/cpp/ext/filters/logging/logging_test.cc:437:1: warning: stack frame size (28568) exceeds limit (16384) in 'grpc::testing::(anonymous namespace)::LoggingTest_MetadataTruncated_Test::TestBody()' [-Wframe-larger-than]
TEST_F(LoggingTest, MetadataTruncated) {
^
external/com_google_googletest/googletest/include/gtest/gtest.h:2207:41: note: expanded from macro 'TEST_F'
#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'
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_'
void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
^
test/cpp/ext/filters/logging/logging_test.cc:624:1: warning: stack frame size (29224) exceeds limit (16384) in 'grpc::testing::(anonymous namespace)::LoggingTest_PayloadTruncated_Test::TestBody()' [-Wframe-larger-than]
TEST_F(LoggingTest, PayloadTruncated) {
^
external/com_google_googletest/googletest/include/gtest/gtest.h:2207:41: note: expanded from macro 'TEST_F'
#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'
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_'
void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
^
4 warnings generated.
[36,647 / 38,968] 1847 / 2739 tests; [Sched] Compiling test/cpp/end2end/service_config_end2end_test.cc; 19s ... (200 actions, 1 running)
[36,786 / 39,038] 1856 / 2739 tests; [Sched] Compiling test/cpp/end2end/service_config_end2end_test.cc; 20s ... (198 actions, 1 running)
[36,935 / 39,120] 1861 / 2739 tests; [Sched] Compiling test/cpp/end2end/service_config_end2end_test.cc; 21s ... (199 actions, 1 running)
[37,139 / 39,190] 1874 / 2739 tests; [Sched] Compiling test/cpp/end2end/service_config_end2end_test.cc; 22s ... (198 actions, 0 running)
INFO: From Compiling test/cpp/ext/filters/logging/logging_test.cc:
test/cpp/ext/filters/logging/logging_test.cc:54:1: warning: stack frame size (28568) exceeds limit (16384) in 'grpc::testing::(anonymous namespace)::LoggingTest_SimpleRpc_Test::TestBody()' [-Wframe-larger-than]
TEST_F(LoggingTest, SimpleRpc) {
^
external/com_google_googletest/googletest/include/gtest/gtest.h:2207:41: note: expanded from macro 'TEST_F'
#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'
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_'
void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
^
test/cpp/ext/filters/logging/logging_test.cc:239:1: warning: stack frame size (28520) exceeds limit (16384) in 'grpc::testing::(anonymous namespace)::LoggingTest_SimpleRpcNoMetadata_Test::TestBody()' [-Wframe-larger-than]
TEST_F(LoggingTest, SimpleRpcNoMetadata) {
^
external/com_google_googletest/googletest/include/gtest/gtest.h:2207:41: note: expanded from macro 'TEST_F'
#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'
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_'
void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
^
test/cpp/ext/filters/logging/logging_test.cc:437:1: warning: stack frame size (28568) exceeds limit (16384) in 'grpc::testing::(anonymous namespace)::LoggingTest_MetadataTruncated_Test::TestBody()' [-Wframe-larger-than]
TEST_F(LoggingTest, MetadataTruncated) {
^
external/com_google_googletest/googletest/include/gtest/gtest.h:2207:41: note: expanded from macro 'TEST_F'
#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'
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_'
void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
^
test/cpp/ext/filters/logging/logging_test.cc:624:1: warning: stack frame size (29224) exceeds limit (16384) in 'grpc::testing::(anonymous namespace)::LoggingTest_PayloadTruncated_Test::TestBody()' [-Wframe-larger-than]
TEST_F(LoggingTest, PayloadTruncated) {
^
external/com_google_googletest/googletest/include/gtest/gtest.h:2207:41: note: expanded from macro 'TEST_F'
#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'
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_'
void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
^
4 warnings generated.
[37,307 / 39,283] 1882 / 2739 tests; [Sched] Compiling test/cpp/end2end/service_config_end2end_test.cc; 23s ... (199 actions, 0 running)
[37,455 / 39,407] 1895 / 2739 tests; [Sched] Compiling test/cpp/end2end/service_config_end2end_test.cc; 24s ... (199 actions, 1 running)
[37,637 / 39,452] 1913 / 2739 tests; [Sched] Compiling test/cpp/end2end/service_config_end2end_test.cc; 25s ... (200 actions, 1 running)
[37,764 / 39,558] 1929 / 2739 tests; [Sched] Compiling test/cpp/end2end/service_config_end2end_test.cc; 26s ... (196 actions, 1 running)
[37,930 / 39,809] 1935 / 2739 tests; [Sched] Compiling test/cpp/end2end/service_config_end2end_test.cc; 27s ... (199 actions, 5 running)
[38,168 / 39,929] 1947 / 2739 tests; [Sched] Compiling test/cpp/end2end/service_config_end2end_test.cc; 28s ... (198 actions, 4 running)
[38,353 / 40,080] 1966 / 2739 tests; [Sched] Compiling test/cpp/end2end/service_config_end2end_test.cc; 29s ... (200 actions, 2 running)
[38,526 / 40,141] 1984 / 2739 tests; [Sched] Compiling test/cpp/end2end/service_config_end2end_test.cc; 30s ... (199 actions, 3 running)
[38,704 / 40,281] 1999 / 2739 tests; [Sched] Compiling test/cpp/end2end/service_config_end2end_test.cc; 31s ... (198 actions, 2 running)
[38,897 / 40,631] 2014 / 2739 tests; [Sched] Compiling test/cpp/end2end/service_config_end2end_test.cc; 32s ... (198 actions, 2 running)
[39,073 / 40,973] 2028 / 2739 tests; [Sched] Compiling test/cpp/end2end/service_config_end2end_test.cc; 33s ... (199 actions, 3 running)
[39,237 / 41,094] 2037 / 2739 tests; [Sched] Compiling test/cpp/end2end/service_config_end2end_test.cc; 34s ... (199 actions, 1 running)
[39,469 / 41,285] 2043 / 2739 tests; [Sched] Compiling test/cpp/end2end/service_config_end2end_test.cc; 35s ... (197 actions, 2 running)
[39,679 / 41,477] 2052 / 2739 tests; [Sched] Compiling test/cpp/end2end/service_config_end2end_test.cc; 36s ... (199 actions, 2 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 (41464) exceeds limit (16384) in 'grpc::testing::LoggingCensusIntegrationTest_Basic_Test::TestBody()' [-Wframe-larger-than]
TEST_F(LoggingCensusIntegrationTest, Basic) {
^
external/com_google_googletest/googletest/include/gtest/gtest.h:2207:41: note: expanded from macro 'TEST_F'
#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'
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_'
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 (41464) exceeds limit (16384) in 'grpc::testing::LoggingCensusIntegrationTest_Basic_Test::TestBody()' [-Wframe-larger-than]
TEST_F(LoggingCensusIntegrationTest, Basic) {
^
external/com_google_googletest/googletest/include/gtest/gtest.h:2207:41: note: expanded from macro 'TEST_F'
#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'
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_'
void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
^
1 warning generated.
[39,863 / 41,538] 2065 / 2739 tests; [Sched] Compiling test/cpp/end2end/service_config_end2end_test.cc; 37s ... (199 actions, 3 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 (41464) exceeds limit (16384) in 'grpc::testing::LoggingCensusIntegrationTest_Basic_Test::TestBody()' [-Wframe-larger-than]
TEST_F(LoggingCensusIntegrationTest, Basic) {
^
external/com_google_googletest/googletest/include/gtest/gtest.h:2207:41: note: expanded from macro 'TEST_F'
#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'
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_'
void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
^
1 warning generated.
[40,084 / 41,701] 2083 / 2739 tests; [Sched] Compiling test/cpp/end2end/service_config_end2end_test.cc; 38s ... (198 actions, 2 running)
[40,237 / 41,832] 2093 / 2739 tests; [Sched] Compiling test/cpp/end2end/service_config_end2end_test.cc; 39s ... (200 actions, 3 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 (41464) exceeds limit (16384) in 'grpc::testing::LoggingCensusIntegrationTest_Basic_Test::TestBody()' [-Wframe-larger-than]
TEST_F(LoggingCensusIntegrationTest, Basic) {
^
external/com_google_googletest/googletest/include/gtest/gtest.h:2207:41: note: expanded from macro 'TEST_F'
#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'
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_'
void GTEST_TEST_CLASS_NAME_(test_suite_name, test_name)::TestBody()
^
1 warning generated.
[40,347 / 41,918] 2097 / 2739 tests; [Sched] Compiling test/cpp/end2end/service_config_end2end_test.cc; 40s ... (199 actions, 3 running)
[40,517 / 42,080] 2105 / 2739 tests; [Sched] Compiling test/cpp/end2end/service_config_end2end_test.cc; 41s ... (198 actions, 3 running)
[40,684 / 42,135] 2122 / 2739 tests; [Sched] Compiling test/cpp/end2end/service_config_end2end_test.cc; 42s ... (200 actions, 3 running)
[40,825 / 42,253] 2131 / 2739 tests; [Sched] Compiling test/cpp/end2end/service_config_end2end_test.cc; 43s ... (200 actions, 1 running)
[40,991 / 42,330] 2151 / 2739 tests; [Sched] Compiling test/cpp/end2end/service_config_end2end_test.cc; 44s ... (194 actions, 1 running)
[41,110 / 42,414] 2163 / 2739 tests; [Sched] Compiling test/cpp/end2end/service_config_end2end_test.cc; 45s ... (199 actions, 4 running)
[41,232 / 42,528] 2181 / 2739 tests; [Sched] Compiling test/cpp/end2end/service_config_end2end_test.cc; 46s ... (199 actions, 1 running)
[41,357 / 42,632] 2195 / 2739 tests; [Sched] Compiling test/cpp/end2end/service_config_end2end_test.cc; 47s ... (200 actions, 2 running)
[41,464 / 42,734] 2206 / 2739 tests; [Sched] Compiling test/cpp/end2end/service_config_end2end_test.cc; 48s ... (200 actions, 1 running)
[41,597 / 42,916] 2218 / 2739 tests; [Sched] Compiling test/cpp/end2end/service_config_end2end_test.cc; 49s ... (199 actions, 1 running)
[41,723 / 43,058] 2229 / 2739 tests; [Sched] Compiling test/cpp/end2end/xds/xds_csds_end2end_test.cc; 39s ... (200 actions, 1 running)
[41,883 / 43,232] 2243 / 2739 tests; [Sched] Compiling test/cpp/end2end/xds/xds_csds_end2end_test.cc; 40s ... (200 actions, 3 running)
[42,054 / 43,443] 2254 / 2739 tests; [Sched] Compiling test/cpp/end2end/xds/xds_csds_end2end_test.cc; 41s ... (199 actions, 0 running)
[42,227 / 43,555] 2270 / 2739 tests; [Sched] Compiling test/cpp/end2end/xds/xds_csds_end2end_test.cc; 42s ... (200 actions, 1 running)
[42,401 / 43,686] 2286 / 2739 tests; [Sched] Compiling test/cpp/end2end/xds/xds_csds_end2end_test.cc; 43s ... (200 actions, 3 running)
[42,597 / 43,836] 2302 / 2739 tests; [Sched] Compiling test/cpp/end2end/xds/xds_csds_end2end_test.cc; 44s ... (200 actions, 1 running)
[42,709 / 43,907] 2310 / 2739 tests; [Sched] Compiling test/cpp/end2end/xds/xds_csds_end2end_test.cc; 45s ... (197 actions, 2 running)
[42,885 / 44,120] 2323 / 2739 tests; [Sched] Compiling test/cpp/end2end/xds/xds_csds_end2end_test.cc; 46s ... (199 actions, 1 running)
[43,062 / 44,294] 2335 / 2739 tests; [Sched] Compiling test/cpp/end2end/xds/xds_csds_end2end_test.cc; 47s ... (200 actions, 3 running)
[43,301 / 44,455] 2346 / 2739 tests; [Sched] Compiling test/cpp/end2end/xds/xds_override_host_end2end_test.cc; 18s ... (197 actions, 2 running)
[43,470 / 44,586] 2358 / 2739 tests; [Sched] Compiling test/cpp/end2end/xds/xds_ring_hash_end2end_test.cc; 15s ... (200 actions, 4 running)
[43,630 / 44,667] 2370 / 2739 tests; [Sched] Compiling test/cpp/end2end/xds/xds_ring_hash_end2end_test.cc; 16s ... (200 actions, 1 running)
[43,773 / 44,842] 2383 / 2739 tests; [Sched] Compiling test/cpp/end2end/xds/xds_ring_hash_end2end_test.cc; 17s ... (196 actions, 2 running)
[43,903 / 44,945] 2398 / 2739 tests; [Sched] Compiling test/cpp/end2end/xds/xds_ring_hash_end2end_test.cc; 17s ... (200 actions, 1 running)
[44,033 / 45,107] 2408 / 2739 tests; [Sched] Compiling test/cpp/end2end/xds/xds_ring_hash_end2end_test.cc; 18s ... (200 actions, 1 running)
[44,231 / 45,218] 2418 / 2739 tests; [Sched] Compiling test/cpp/end2end/xds/xds_override_host_end2end_test.cc; 16s ... (196 actions, 3 running)
[44,430 / 45,360] 2438 / 2739 tests; [Sched] Compiling test/cpp/end2end/xds/xds_routing_end2end_test.cc; 17s ... (200 actions, 2 running)
[44,579 / 45,432] 2452 / 2739 tests; [Sched] Compiling test/cpp/end2end/xds/xds_routing_end2end_test.cc; 18s ... (200 actions, 0 running)
[44,772 / 45,534] 2471 / 2739 tests; [Sched] Compiling test/cpp/end2end/xds/xds_routing_end2end_test.cc; 19s ... (200 actions, 0 running)
[44,946 / 45,605] 2492 / 2739 tests; [Sched] Compiling test/cpp/end2end/xds/xds_routing_end2end_test.cc; 20s ... (196 actions, 1 running)
[45,115 / 45,746] 2507 / 2739 tests; [Sched] Compiling test/cpp/end2end/xds/xds_routing_end2end_test.cc; 21s ... (200 actions, 0 running)
[45,251 / 45,786] 2524 / 2739 tests; [Sched] Compiling test/cpp/end2end/xds/xds_routing_end2end_test.cc; 20s ... (198 actions, 2 running)
[45,378 / 45,876] 2535 / 2739 tests; [Sched] Compiling test/cpp/end2end/xds/xds_routing_end2end_test.cc; 21s ... (198 actions, 2 running)
[45,586 / 46,136] 2553 / 2739 tests; [Sched] Compiling test/cpp/end2end/xds/xds_routing_end2end_test.cc; 22s ... (200 actions, 3 running)
[45,813 / 46,316] 2570 / 2739 tests; [Sched] Compiling test/cpp/end2end/xds/xds_routing_end2end_test.cc; 23s ... (200 actions, 4 running)
[46,047 / 46,456] 2588 / 2739 tests; [Sched] Compiling test/core/end2end/tests/server_finishes_request.cc; 5s ... (200 actions, 1 running)
[46,286 / 46,646] 2610 / 2739 tests; [Sched] Compiling test/core/end2end/tests/server_streaming.cc; 6s ... (200 actions, 3 running)
FAIL: //test/core/end2end:retry_transparent_max_concurrent_streams_test@poller=poll (shard 9 of 10) (see /tmpfs/bazel/4114fdc8154d6b98b8d84b473010c8c6/execroot/com_github_grpc_grpc/bazel-out/k8-opt/testlogs/test/core/end2end/retry_transparent_max_concurrent_streams_test@poller=poll/shard_9_of_10/test.log)
INFO: From Testing //test/core/end2end:retry_transparent_max_concurrent_streams_test@poller=poll (shard 9 of 10):
==================== Test output for //test/core/end2end:retry_transparent_max_concurrent_streams_test@poller=poll (shard 9 of 10):
D1116 21:34:56.427696203 17 test_config.cc:129] test slowdown factor: sanitizer=1, fixture=1, poller=1, total=1
Note: This is test shard 9 of 10.
[==========] Running 2 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 2 tests from RetryHttp2Test
[ RUN ] RetryHttp2Test.RetryTransparentMaxConcurrentStreams/Chttp2FullstackLocalAbstractUdsPercentEncoded
D1116 21:34:56.428242993 17 config.cc:196] gRPC EXPERIMENT block_excessive_requests_before_settings_ack ON (default:ON)
D1116 21:34:56.428252003 17 config.cc:196] gRPC EXPERIMENT call_status_override_on_cancellation OFF (default:OFF)
D1116 21:34:56.428255063 17 config.cc:196] gRPC EXPERIMENT canary_client_privacy OFF (default:OFF)
D1116 21:34:56.428257543 17 config.cc:196] gRPC EXPERIMENT chttp2_batch_requests ON (default:ON)
D1116 21:34:56.428260113 17 config.cc:196] gRPC EXPERIMENT chttp2_offload_on_rst_stream ON (default:ON)
D1116 21:34:56.428262533 17 config.cc:196] gRPC EXPERIMENT client_idleness ON (default:ON)
D1116 21:34:56.428265013 17 config.cc:196] gRPC EXPERIMENT client_privacy OFF (default:OFF)
D1116 21:34:56.428267493 17 config.cc:196] gRPC EXPERIMENT combiner_offload_to_event_engine ON (default:ON)
D1116 21:34:56.428270103 17 config.cc:196] gRPC EXPERIMENT event_engine_client OFF (default:OFF)
D1116 21:34:56.428272543 17 config.cc:196] gRPC EXPERIMENT event_engine_dns OFF (default:OFF)
D1116 21:34:56.428274813 17 config.cc:196] gRPC EXPERIMENT event_engine_listener ON (default:ON)
D1116 21:34:56.428277143 17 config.cc:196] gRPC EXPERIMENT free_large_allocator OFF (default:OFF)
D1116 21:34:56.428279293 17 config.cc:196] gRPC EXPERIMENT http2_stats_fix ON (default:ON)
D1116 21:34:56.428281673 17 config.cc:196] gRPC EXPERIMENT keepalive_fix OFF (default:OFF)
D1116 21:34:56.428283893 17 config.cc:196] gRPC EXPERIMENT keepalive_server_fix OFF (default:OFF)
D1116 21:34:56.428286333 17 config.cc:196] gRPC EXPERIMENT lazier_stream_updates ON (default:ON)
D1116 21:34:56.428289033 17 config.cc:196] gRPC EXPERIMENT memory_pressure_controller OFF (default:OFF)
D1116 21:34:56.428292163 17 config.cc:196] gRPC EXPERIMENT monitoring_experiment ON (default:ON)
D1116 21:34:56.428294673 17 config.cc:196] gRPC EXPERIMENT multiping OFF (default:OFF)
D1116 21:34:56.428297123 17 config.cc:196] gRPC EXPERIMENT overload_protection ON (default:ON)
D1116 21:34:56.428299853 17 config.cc:196] gRPC EXPERIMENT peer_state_based_framing OFF (default:OFF)
D1116 21:34:56.428302353 17 config.cc:196] gRPC EXPERIMENT pending_queue_cap ON (default:ON)
D1116 21:34:56.428305363 17 config.cc:196] gRPC EXPERIMENT pick_first_happy_eyeballs ON (default:ON)
D1116 21:34:56.428308163 17 config.cc:196] gRPC EXPERIMENT ping_on_rst_stream ON (default:ON)
D1116 21:34:56.428311143 17 config.cc:196] gRPC EXPERIMENT promise_based_client_call OFF (default:OFF)
D1116 21:34:56.428313973 17 config.cc:196] gRPC EXPERIMENT promise_based_inproc_transport OFF (default:OFF)
D1116 21:34:56.428318863 17 config.cc:196] gRPC EXPERIMENT promise_based_server_call OFF (default:OFF)
D1116 21:34:56.428321583 17 config.cc:196] gRPC EXPERIMENT red_max_concurrent_streams OFF (default:OFF)
D1116 21:34:56.428324153 17 config.cc:196] gRPC EXPERIMENT registered_method_lookup_in_transport ON (default:ON)
D1116 21:34:56.428326473 17 config.cc:196] gRPC EXPERIMENT registered_methods_map OFF (default:OFF)
D1116 21:34:56.428329263 17 config.cc:196] gRPC EXPERIMENT rfc_max_concurrent_streams OFF (default:OFF)
D1116 21:34:56.428332053 17 config.cc:196] gRPC EXPERIMENT round_robin_delegate_to_pick_first ON (default:ON)
D1116 21:34:56.428334623 17 config.cc:196] gRPC EXPERIMENT rstpit OFF (default:OFF)
D1116 21:34:56.428337123 17 config.cc:196] gRPC EXPERIMENT schedule_cancellation_over_write OFF (default:OFF)
D1116 21:34:56.428339793 17 config.cc:196] gRPC EXPERIMENT separate_ping_from_keepalive ON (default:ON)
D1116 21:34:56.428342413 17 config.cc:196] gRPC EXPERIMENT server_privacy OFF (default:OFF)
D1116 21:34:56.428345043 17 config.cc:196] gRPC EXPERIMENT settings_timeout ON (default:ON)
D1116 21:34:56.428347763 17 config.cc:196] gRPC EXPERIMENT tarpit ON (default:ON)
D1116 21:34:56.428350013 17 config.cc:196] gRPC EXPERIMENT tcp_frame_size_tuning OFF (default:OFF)
D1116 21:34:56.428352403 17 config.cc:196] gRPC EXPERIMENT tcp_rcv_lowat OFF (default:OFF)
D1116 21:34:56.428354823 17 config.cc:196] gRPC EXPERIMENT trace_record_callops OFF (default:OFF)
D1116 21:34:56.428357593 17 config.cc:196] gRPC EXPERIMENT unconstrained_max_quota_buffer_size OFF (default:OFF)
D1116 21:34:56.428360133 17 config.cc:196] gRPC EXPERIMENT uniquely_unowned ON (default:ON)
D1116 21:34:56.428362813 17 config.cc:196] gRPC EXPERIMENT work_serializer_clears_time_cache ON (default:ON)
D1116 21:34:56.428365183 17 config.cc:196] gRPC EXPERIMENT work_serializer_dispatch OFF (default:OFF)
D1116 21:34:56.428367663 17 config.cc:196] gRPC EXPERIMENT write_size_cap ON (default:ON)
D1116 21:34:56.428369983 17 config.cc:196] gRPC EXPERIMENT write_size_policy ON (default:ON)
D1116 21:34:56.428372463 17 config.cc:196] gRPC EXPERIMENT wrr_delegate_to_pick_first ON (default:ON)
D1116 21:34:56.428607783 17 ev_posix.cc:113] Using polling engine: poll
D1116 21:34:56.428705033 17 lb_policy_registry.cc:46] registering LB policy factory for "priority_experimental"
D1116 21:34:56.428725053 17 lb_policy_registry.cc:46] registering LB policy factory for "outlier_detection_experimental"
D1116 21:34:56.428730013 17 lb_policy_registry.cc:46] registering LB policy factory for "weighted_target_experimental"
D1116 21:34:56.428739703 17 lb_policy_registry.cc:46] registering LB policy factory for "pick_first"
D1116 21:34:56.428743413 17 lb_policy_registry.cc:46] registering LB policy factory for "round_robin"
D1116 21:34:56.428778753 17 lb_policy_registry.cc:46] registering LB policy factory for "weighted_round_robin"
D1116 21:34:56.428812473 17 lb_policy_registry.cc:46] registering LB policy factory for "grpclb"
D1116 21:34:56.428827343 17 dns_resolver_plugin.cc:50] Using ares dns resolver
D1116 21:34:56.428864873 17 lb_policy_registry.cc:46] registering LB policy factory for "rls_experimental"
D1116 21:34:56.429234393 17 posix_engine_listener_utils.cc:159] Node does not support SO_ZEROCOPY, continuing.
D1116 21:34:56.429800023 17 tcp_posix.cc:2013] cannot set inq fd=5 errno=95
E1116 21:34:56.430006053 17 cq_verifier.cc:362] Verify tag(101)-✅ for 10000ms
D1116 21:34:56.430207373 29 posix_endpoint.cc:1303] cannot set inq fd=7 errno=95
E1116 21:34:56.430810553 17 cq_verifier.cc:362] Verify tag(103)-✅ for 10000ms
E1116 21:34:56.430913833 17 cq_verifier.cc:362] Verify tag(104)-✅ tag(102)-✅ tag(1)-✅ for 10000ms
D1116 21:34:56.431247023 17 tcp_posix.cc:2013] cannot set inq fd=8 errno=95
E1116 21:34:56.431667673 17 cq_verifier.cc:362] Verify tag(-1)-🤷 for 10000ms
D1116 21:34:56.431711293 17 posix_engine_listener_utils.cc:159] Node does not support SO_ZEROCOPY, continuing.
E1116 21:34:56.431768483 17 chttp2_server.cc:1051] UNKNOWN:No address added out of total 1 resolved for 'unix-abstract:grpc_fullstack_test.%00.17.974.661825339.14468088171934000544.7442035989947845277' {created_time:"2023-11-16T21:34:56.431729283+00:00", children:[FAILED_PRECONDITION:Error in bind: Address already in use]}
E1116 21:34:56.431804073 17 local_util.cc:56] ASSERTION FAILED: grpc_server_add_http2_port(server, localaddr_.c_str(), server_creds)
*** SIGABRT received at time=1700170496 on cpu 0 ***
PC: @ 0x7ff39483200b (unknown) raise
@ 0x7ff396492772 208 absl::lts_20230802::AbslFailureSignalHandler()
@ 0x7ff3949f5420 (unknown) (unknown)
@ 0x7ff3950006a2 176 gpr_assertion_failed
@ 0x7ff396526891 96 LocalTestFixture::MakeServer()
@ 0x55d873e899f7 944 grpc_core::(anonymous namespace)::CoreEnd2endTest_RetryHttp2Test_RetryTransparentMaxConcurrentStreams::RunTest()
@ 0x7ff394db5429 96 testing::internal::HandleExceptionsInMethodIfSupported<>()
@ 0x7ff394db5317 32 testing::Test::Run()
@ 0x7ff394db6651 64 testing::TestInfo::Run()
@ 0x7ff394db75e5 96 testing::TestSuite::Run()
@ 0x7ff394dc77bc 192 testing::internal::UnitTestImpl::RunAllTests()
@ 0x7ff394dc7199 96 testing::internal::HandleExceptionsInMethodIfSupported<>()
@ 0x7ff394dc702b 64 testing::UnitTest::Run()
@ 0x7ff39657624a 784 main
@ 0x7ff394813083 (unknown) __libc_start_main
================================================================================
[46,562 / 46,819] 2642 / 2739 tests, 1 failed; [Sched] Compiling test/core/end2end/tests/server_streaming.cc; 7s ... (163 actions, 1 running)
[46,820 / 46,963] 2671 / 2739 tests, 1 failed; [Sched] Compiling test/core/end2end/tests/server_streaming.cc; 8s ... (71 actions, 1 running)
[46,978 / 47,092] 2686 / 2739 tests, 1 failed; [Sched] Compiling test/core/end2end/tests/server_streaming.cc; 9s ... (63 actions, 2 running)
[47,187 / 47,253] 2704 / 2739 tests, 1 failed; [Sched] Compiling test/core/end2end/tests/server_streaming.cc; 10s ... (35 actions, 1 running)
[47,415 / 47,472] 2719 / 2739 tests, 1 failed; [Sched] Compiling test/core/end2end/tests/server_streaming.cc; 11s ... (45 actions, 0 running)
[47,565 / 47,572] 2736 / 2739 tests, 1 failed; [Sched] Compiling test/core/end2end/tests/server_streaming.cc; 12s ... (4 actions, 0 running)
[47,566 / 47,572] 2736 / 2739 tests, 1 failed; [Sched] Compiling test/core/end2end/tests/server_streaming.cc; 13s ... (3 actions, 1 running)
[47,578 / 47,582] 2737 / 2739 tests, 1 failed; [Sched] Compiling test/core/end2end/tests/server_streaming.cc; 14s ... (2 actions, 0 running)
[47,590 / 47,592] 2738 / 2739 tests, 1 failed; [Sched] Compiling test/core/end2end/tests/simple_metadata.cc; 12s
[47,590 / 47,592] 2738 / 2739 tests, 1 failed; Compiling test/core/end2end/tests/simple_metadata.cc; 0s remote
INFO: Elapsed time: 452.477s, Critical Path: 100.12s
INFO: 47602 processes: 27572 remote cache hit, 15703 internal, 4327 remote.
INFO: Build completed, 1 test FAILED, 47602 total actions
//test/core/address_utils:parse_address_test@poller=epoll1 (cached) PASSED in 0.6s
//test/core/address_utils:parse_address_test@poller=poll (cached) PASSED in 0.6s
//test/core/address_utils:parse_address_with_named_scope_id_test (cached) PASSED in 0.7s
//test/core/address_utils:sockaddr_utils_test@poller=epoll1 (cached) PASSED in 0.7s
//test/core/address_utils:sockaddr_utils_test@poller=poll (cached) PASSED in 0.7s
//test/core/avl:avl_test (cached) PASSED in 0.5s
//test/core/backoff:backoff_test (cached) PASSED in 1.7s
//test/core/backoff:random_early_detection_test (cached) PASSED in 0.5s
//test/core/bad_client:bad_streaming_id_bad_client_test@poller=epoll1 (cached) PASSED in 1.0s
//test/core/bad_client:bad_streaming_id_bad_client_test@poller=epoll1@experiment=no_block_excessive_requests_before_settings_ack (cached) PASSED in 1.9s
//test/core/bad_client:bad_streaming_id_bad_client_test@poller=epoll1@experiment=no_tarpit (cached) PASSED in 1.0s
//test/core/bad_client:bad_streaming_id_bad_client_test@poller=epoll1@experiment=rfc_max_concurrent_streams (cached) PASSED in 2.5s
//test/core/bad_client:bad_streaming_id_bad_client_test@poller=poll (cached) PASSED in 2.3s
//test/core/bad_client:bad_streaming_id_bad_client_test@poller=poll@experiment=no_block_excessive_requests_before_settings_ack (cached) PASSED in 1.3s
//test/core/bad_client:bad_streaming_id_bad_client_test@poller=poll@experiment=no_tarpit (cached) PASSED in 2.2s
//test/core/bad_client:bad_streaming_id_bad_client_test@poller=poll@experiment=rfc_max_concurrent_streams (cached) PASSED in 0.8s
//test/core/bad_client:badreq_bad_client_test@poller=epoll1 (cached) PASSED in 2.3s
//test/core/bad_client:badreq_bad_client_test@poller=epoll1@experiment=no_block_excessive_requests_before_settings_ack (cached) PASSED in 0.7s
//test/core/bad_client:badreq_bad_client_test@poller=epoll1@experiment=no_tarpit (cached) PASSED in 0.9s
//test/core/bad_client:badreq_bad_client_test@poller=epoll1@experiment=rfc_max_concurrent_streams (cached) PASSED in 1.1s
//test/core/bad_client:badreq_bad_client_test@poller=poll (cached) PASSED in 1.3s
//test/core/bad_client:badreq_bad_client_test@poller=poll@experiment=no_block_excessive_requests_before_settings_ack (cached) PASSED in 2.2s
//test/core/bad_client:badreq_bad_client_test@poller=poll@experiment=no_tarpit (cached) PASSED in 0.7s
//test/core/bad_client:badreq_bad_client_test@poller=poll@experiment=rfc_max_concurrent_streams (cached) PASSED in 1.7s
//test/core/bad_client:connection_prefix_bad_client_test@poller=epoll1 (cached) PASSED in 1.6s
//test/core/bad_client:connection_prefix_bad_client_test@poller=epoll1@experiment=no_block_excessive_requests_before_settings_ack (cached) PASSED in 1.2s
//test/core/bad_client:connection_prefix_bad_client_test@poller=epoll1@experiment=no_tarpit (cached) PASSED in 2.7s
//test/core/bad_client:connection_prefix_bad_client_test@poller=epoll1@experiment=rfc_max_concurrent_streams (cached) PASSED in 2.9s
//test/core/bad_client:connection_prefix_bad_client_test@poller=poll (cached) PASSED in 1.0s
//test/core/bad_client:connection_prefix_bad_client_test@poller=poll@experiment=no_block_excessive_requests_before_settings_ack (cached) PASSED in 1.3s
//test/core/bad_client:connection_prefix_bad_client_test@poller=poll@experiment=no_tarpit (cached) PASSED in 2.8s
//test/core/bad_client:connection_prefix_bad_client_test@poller=poll@experiment=rfc_max_concurrent_streams (cached) PASSED in 1.3s
//test/core/bad_client:duplicate_header_bad_client_test@poller=epoll1 (cached) PASSED in 0.6s
//test/core/bad_client:duplicate_header_bad_client_test@poller=epoll1@experiment=no_block_excessive_requests_before_settings_ack (cached) PASSED in 1.2s
//test/core/bad_client:duplicate_header_bad_client_test@poller=epoll1@experiment=no_tarpit (cached) PASSED in 0.6s
//test/core/bad_client:duplicate_header_bad_client_test@poller=epoll1@experiment=rfc_max_concurrent_streams (cached) PASSED in 0.8s
//test/core/bad_client:duplicate_header_bad_client_test@poller=poll (cached) PASSED in 0.9s
//test/core/bad_client:duplicate_header_bad_client_test@poller=poll@experiment=no_block_excessive_requests_before_settings_ack (cached) PASSED in 0.7s
//test/core/bad_client:duplicate_header_bad_client_test@poller=poll@experiment=no_tarpit (cached) PASSED in 0.6s
//test/core/bad_client:duplicate_header_bad_client_test@poller=poll@experiment=rfc_max_concurrent_streams (cached) PASSED in 0.9s
//test/core/bad_client:head_of_line_blocking_bad_client_test@poller=epoll1 (cached) PASSED in 0.5s
//test/core/bad_client:head_of_line_blocking_bad_client_test@poller=epoll1@experiment=no_block_excessive_requests_before_settings_ack (cached) PASSED in 0.7s
//test/core/bad_client:head_of_line_blocking_bad_client_test@poller=epoll1@experiment=no_tarpit (cached) PASSED in 1.0s
//test/core/bad_client:head_of_line_blocking_bad_client_test@poller=epoll1@experiment=rfc_max_concurrent_streams (cached) PASSED in 0.7s
//test/core/bad_client:head_of_line_blocking_bad_client_test@poller=poll (cached) PASSED in 1.5s
//test/core/bad_client:head_of_line_blocking_bad_client_test@poller=poll@experiment=no_block_excessive_requests_before_settings_ack (cached) PASSED in 0.8s
//test/core/bad_client:head_of_line_blocking_bad_client_test@poller=poll@experiment=no_tarpit (cached) PASSED in 0.7s
//test/core/bad_client:head_of_line_blocking_bad_client_test@poller=poll@experiment=rfc_max_concurrent_streams (cached) PASSED in 1.8s
//test/core/bad_client:headers_bad_client_test@poller=epoll1 (cached) PASSED in 3.1s
//test/core/bad_client:headers_bad_client_test@poller=epoll1@experiment=no_block_excessive_requests_before_settings_ack (cached) PASSED in 2.8s
//test/core/bad_client:headers_bad_client_test@poller=epoll1@experiment=no_tarpit (cached) PASSED in 1.9s
//test/core/bad_client:headers_bad_client_test@poller=epoll1@experiment=rfc_max_concurrent_streams (cached) PASSED in 2.6s
//test/core/bad_client:headers_bad_client_test@poller=poll (cached) PASSED in 2.4s
//test/core/bad_client:headers_bad_client_test@poller=poll@experiment=no_block_excessive_requests_before_settings_ack (cached) PASSED in 2.7s
//test/core/bad_client:headers_bad_client_test@poller=poll@experiment=no_tarpit (cached) PASSED in 2.0s
//test/core/bad_client:headers_bad_client_test@poller=poll@experiment=rfc_max_concurrent_streams (cached) PASSED in 3.0s
//test/core/bad_client:initial_settings_frame_bad_client_test@poller=epoll1 (cached) PASSED in 1.3s
//test/core/bad_client:initial_settings_frame_bad_client_test@poller=epoll1@experiment=no_block_excessive_requests_before_settings_ack (cached) PASSED in 2.5s
//test/core/bad_client:initial_settings_frame_bad_client_test@poller=epoll1@experiment=no_tarpit (cached) PASSED in 1.4s
//test/core/bad_client:initial_settings_frame_bad_client_test@poller=epoll1@experiment=rfc_max_concurrent_streams (cached) PASSED in 1.7s
//test/core/bad_client:initial_settings_frame_bad_client_test@poller=poll (cached) PASSED in 1.4s
//test/core/bad_client:initial_settings_frame_bad_client_test@poller=poll@experiment=no_block_excessive_requests_before_settings_ack (cached) PASSED in 1.4s
//test/core/bad_client:initial_settings_frame_bad_client_test@poller=poll@experiment=no_tarpit (cached) PASSED in 1.3s
//test/core/bad_client:initial_settings_frame_bad_client_test@poller=poll@experiment=rfc_max_concurrent_streams (cached) PASSED in 1.5s
//test/core/bad_client:out_of_bounds_bad_client_test@poller=epoll1 (cached) PASSED in 1.7s
//test/core/bad_client:out_of_bounds_bad_client_test@poller=epoll1@experiment=no_block_excessive_requests_before_settings_ack (cached) PASSED in 1.3s
//test/core/bad_client:out_of_bounds_bad_client_test@poller=epoll1@experiment=no_tarpit (cached) PASSED in 1.3s
//test/core/bad_client:out_of_bounds_bad_client_test@poller=epoll1@experiment=rfc_max_concurrent_streams (cached) PASSED in 1.6s
//test/core/bad_client:out_of_bounds_bad_client_test@poller=poll (cached) PASSED in 1.6s
//test/core/bad_client:out_of_bounds_bad_client_test@poller=poll@experiment=no_block_excessive_requests_before_settings_ack (cached) PASSED in 1.4s
//test/core/bad_client:out_of_bounds_bad_client_test@poller=poll@experiment=no_tarpit (cached) PASSED in 1.2s
//test/core/bad_client:out_of_bounds_bad_client_test@poller=poll@experiment=rfc_max_concurrent_streams (cached) PASSED in 1.4s
//test/core/bad_client:server_registered_method_bad_client_test@poller=epoll1 (cached) PASSED in 1.0s
//test/core/bad_client:server_registered_method_bad_client_test@poller=epoll1@experiment=no_block_excessive_requests_before_settings_ack (cached) PASSED in 1.2s
//test/core/bad_client:server_registered_method_bad_client_test@poller=epoll1@experiment=no_tarpit (cached) PASSED in 0.7s
//test/core/bad_client:server_registered_method_bad_client_test@poller=epoll1@experiment=rfc_max_concurrent_streams (cached) PASSED in 1.0s
//test/core/bad_client:server_registered_method_bad_client_test@poller=poll (cached) PASSED in 1.0s
//test/core/bad_client:server_registered_method_bad_client_test@poller=poll@experiment=no_block_excessive_requests_before_settings_ack (cached) PASSED in 1.1s
//test/core/bad_client:server_registered_method_bad_client_test@poller=poll@experiment=no_tarpit (cached) PASSED in 1.1s
//test/core/bad_client:server_registered_method_bad_client_test@poller=poll@experiment=rfc_max_concurrent_streams (cached) PASSED in 0.8s
//test/core/bad_client:simple_request_bad_client_test@poller=epoll1 (cached) PASSED in 0.9s
//test/core/bad_client:simple_request_bad_client_test@poller=epoll1@experiment=no_block_excessive_requests_before_settings_ack (cached) PASSED in 0.7s
//test/core/bad_client:simple_request_bad_client_test@poller=epoll1@experiment=no_tarpit (cached) PASSED in 0.9s
//test/core/bad_client:simple_request_bad_client_test@poller=epoll1@experiment=rfc_max_concurrent_streams (cached) PASSED in 0.8s
//test/core/bad_client:simple_request_bad_client_test@poller=poll (cached) PASSED in 1.0s
//test/core/bad_client:simple_request_bad_client_test@poller=poll@experiment=no_block_excessive_requests_before_settings_ack (cached) PASSED in 0.8s
//test/core/bad_client:simple_request_bad_client_test@poller=poll@experiment=no_tarpit (cached) PASSED in 1.1s
//test/core/bad_client:simple_request_bad_client_test@poller=poll@experiment=rfc_max_concurrent_streams (cached) PASSED in 0.6s
//test/core/bad_client:unknown_frame_bad_client_test@poller=epoll1 (cached) PASSED in 28.3s
//test/core/bad_client:unknown_frame_bad_client_test@poller=epoll1@experiment=no_block_excessive_requests_before_settings_ack (cached) PASSED in 27.3s
//test/core/bad_client:unknown_frame_bad_client_test@poller=epoll1@experiment=no_tarpit (cached) PASSED in 27.2s
//test/core/bad_client:unknown_frame_bad_client_test@poller=epoll1@experiment=rfc_max_concurrent_streams (cached) PASSED in 27.3s
//test/core/bad_client:unknown_frame_bad_client_test@poller=poll (cached) PASSED in 27.8s
//test/core/bad_client:unknown_frame_bad_client_test@poller=poll@experiment=no_block_excessive_requests_before_settings_ack (cached) PASSED in 27.2s
//test/core/bad_client:unknown_frame_bad_client_test@poller=poll@experiment=no_tarpit (cached) PASSED in 27.0s
//test/core/bad_client:unknown_frame_bad_client_test@poller=poll@experiment=rfc_max_concurrent_streams (cached) PASSED in 27.6s
//test/core/bad_client:window_overflow_bad_client_test@poller=epoll1 (cached) PASSED in 0.7s
//test/core/bad_client:window_overflow_bad_client_test@poller=epoll1@experiment=no_block_excessive_requests_before_settings_ack (cached) PASSED in 1.5s
//test/core/bad_client:window_overflow_bad_client_test@poller=epoll1@experiment=no_tarpit (cached) PASSED in 0.9s
//test/core/bad_client:window_overflow_bad_client_test@poller=epoll1@experiment=rfc_max_concurrent_streams (cached) PASSED in 1.9s
//test/core/bad_client:window_overflow_bad_client_test@poller=poll (cached) PASSED in 1.1s
//test/core/bad_client:window_overflow_bad_client_test@poller=poll@experiment=no_block_excessive_requests_before_settings_ack (cached) PASSED in 0.9s
//test/core/bad_client:window_overflow_bad_client_test@poller=poll@experiment=no_tarpit (cached) PASSED in 0.9s
//test/core/bad_client:window_overflow_bad_client_test@poller=poll@experiment=rfc_max_concurrent_streams (cached) PASSED in 0.9s
//test/core/bad_ssl:bad_ssl_alpn_test@poller=epoll1 (cached) PASSED in 11.5s
//test/core/bad_ssl:bad_ssl_alpn_test@poller=poll (cached) PASSED in 10.9s
//test/core/bad_ssl:bad_ssl_cert_test@poller=epoll1 (cached) PASSED in 10.7s
//test/core/bad_ssl:bad_ssl_cert_test@poller=poll (cached) PASSED in 11.5s
//test/core/channel:call_finalization_test@poller=epoll1 (cached) PASSED in 0.7s
//test/core/channel:call_finalization_test@poller=poll (cached) PASSED in 0.5s
//test/core/channel:call_tracer_test (cached) PASSED in 0.5s
//test/core/channel:channel_args_test (cached) PASSED in 0.6s
//test/core/channel:channel_stack_builder_test@poller=epoll1 (cached) PASSED in 0.5s
//test/core/channel:channel_stack_builder_test@poller=poll (cached) PASSED in 0.6s
//test/core/channel:channel_stack_test (cached) PASSED in 0.8s
//test/core/channel:channel_trace_test@poller=epoll1 (cached) PASSED in 0.7s
//test/core/channel:channel_trace_test@poller=poll (cached) PASSED in 1.2s
//test/core/channel:channelz_registry_test (cached) PASSED in 2.1s
//test/core/channel:channelz_test@poller=epoll1 (cached) PASSED in 6.0s
//test/core/channel:channelz_test@poller=poll (cached) PASSED in 5.9s
//test/core/channel:minimal_stack_is_minimal_test (cached) PASSED in 0.7s
//test/core/channel:server_call_tracer_factory_test (cached) PASSED in 1.1s
//test/core/channel:status_util_test (cached) PASSED in 0.7s
//test/core/client_channel:client_channel_service_config_test (cached) PASSED in 0.7s
//test/core/client_channel:client_channel_test (cached) PASSED in 0.6s
//test/core/client_channel:http_proxy_mapper_test (cached) PASSED in 1.1s
//test/core/client_channel:retry_service_config_test (cached) PASSED in 1.1s
//test/core/client_channel:retry_throttle_test (cached) PASSED in 0.8s
//test/core/client_channel/lb_policy:outlier_detection_lb_config_parser_test (cached) PASSED in 0.8s
//test/core/client_channel/lb_policy:outlier_detection_test (cached) PASSED in 0.9s
//test/core/client_channel/lb_policy:outlier_detection_test@experiment=no_pick_first_happy_eyeballs (cached) PASSED in 1.0s
//test/core/client_channel/lb_policy:outlier_detection_test@experiment=no_round_robin_delegate_to_pick_first (cached) PASSED in 0.7s
//test/core/client_channel/lb_policy:outlier_detection_test@experiment=no_wrr_delegate_to_pick_first (cached) PASSED in 1.1s
//test/core/client_channel/lb_policy:outlier_detection_test@experiment=work_serializer_dispatch (cached) PASSED in 1.6s
//test/core/client_channel/lb_policy:pick_first_test (cached) PASSED in 1.2s
//test/core/client_channel/lb_policy:pick_first_test@experiment=no_pick_first_happy_eyeballs (cached) PASSED in 0.9s
//test/core/client_channel/lb_policy:pick_first_test@experiment=no_round_robin_delegate_to_pick_first (cached) PASSED in 0.8s
//test/core/client_channel/lb_policy:pick_first_test@experiment=no_wrr_delegate_to_pick_first (cached) PASSED in 1.0s
//test/core/client_channel/lb_policy:pick_first_test@experiment=work_serializer_dispatch (cached) PASSED in 2.4s
//test/core/client_channel/lb_policy:ring_hash_test (cached) PASSED in 0.5s
//test/core/client_channel/lb_policy:ring_hash_test@experiment=no_pick_first_happy_eyeballs (cached) PASSED in 0.9s
//test/core/client_channel/lb_policy:ring_hash_test@experiment=no_round_robin_delegate_to_pick_first (cached) PASSED in 1.0s
//test/core/client_channel/lb_policy:ring_hash_test@experiment=no_wrr_delegate_to_pick_first (cached) PASSED in 0.7s
//test/core/client_channel/lb_policy:ring_hash_test@experiment=work_serializer_dispatch (cached) PASSED in 0.5s
//test/core/client_channel/lb_policy:rls_lb_config_parser_test (cached) PASSED in 0.7s
//test/core/client_channel/lb_policy:round_robin_test (cached) PASSED in 0.7s
//test/core/client_channel/lb_policy:round_robin_test@experiment=no_pick_first_happy_eyeballs (cached) PASSED in 0.7s
//test/core/client_channel/lb_policy:round_robin_test@experiment=no_round_robin_delegate_to_pick_first (cached) PASSED in 1.7s
//test/core/client_channel/lb_policy:round_robin_test@experiment=no_wrr_delegate_to_pick_first (cached) PASSED in 0.8s
//test/core/client_channel/lb_policy:round_robin_test@experiment=work_serializer_dispatch (cached) PASSED in 0.8s
//test/core/client_channel/lb_policy:static_stride_scheduler_benchmark (cached) PASSED in 11.5s
//test/core/client_channel/lb_policy:static_stride_scheduler_test (cached) PASSED in 0.6s
//test/core/client_channel/lb_policy:weighted_round_robin_config_test (cached) PASSED in 0.6s
//test/core/client_channel/lb_policy:weighted_round_robin_test (cached) PASSED in 1.0s
//test/core/client_channel/lb_policy:weighted_round_robin_test@experiment=no_pick_first_happy_eyeballs (cached) PASSED in 0.6s
//test/core/client_channel/lb_policy:weighted_round_robin_test@experiment=no_round_robin_delegate_to_pick_first (cached) PASSED in 0.6s
//test/core/client_channel/lb_policy:weighted_round_robin_test@experiment=no_wrr_delegate_to_pick_first (cached) PASSED in 1.0s
//test/core/client_channel/lb_policy:weighted_round_robin_test@experiment=work_serializer_dispatch (cached) PASSED in 2.5s
//test/core/client_channel/lb_policy:xds_override_host_lb_config_parser_test (cached) PASSED in 0.6s
//test/core/client_channel/lb_policy:xds_override_host_test (cached) PASSED in 1.0s
//test/core/client_channel/lb_policy:xds_override_host_test@experiment=no_pick_first_happy_eyeballs (cached) PASSED in 0.8s
//test/core/client_channel/lb_policy:xds_override_host_test@experiment=no_round_robin_delegate_to_pick_first (cached) PASSED in 0.8s
//test/core/client_channel/lb_policy:xds_override_host_test@experiment=no_wrr_delegate_to_pick_first (cached) PASSED in 0.7s
//test/core/client_channel/lb_policy:xds_override_host_test@experiment=work_serializer_dispatch (cached) PASSED in 3.2s
//test/core/client_channel/resolvers:binder_resolver_test@poller=epoll1 (cached) PASSED in 0.7s
//test/core/client_channel/resolvers:binder_resolver_test@poller=poll (cached) PASSED in 0.6s
//test/core/client_channel/resolvers:dns_resolver_cooldown_test@poller=epoll1 (cached) PASSED in 13.5s
//test/core/client_channel/resolvers:dns_resolver_cooldown_test@poller=poll (cached) PASSED in 14.2s
//test/core/client_channel/resolvers:dns_resolver_test@poller=epoll1 (cached) PASSED in 0.7s
//test/core/client_channel/resolvers:dns_resolver_test@poller=poll (cached) PASSED in 0.7s
//test/core/client_channel/resolvers:fake_resolver_test@poller=epoll1 (cached) PASSED in 0.9s
//test/core/client_channel/resolvers:fake_resolver_test@poller=poll (cached) PASSED in 0.6s
//test/core/client_channel/resolvers:google_c2p_resolver_test@poller=epoll1 (cached) PASSED in 2.1s
//test/core/client_channel/resolvers:google_c2p_resolver_test@poller=poll (cached) PASSED in 1.9s
//test/core/client_channel/resolvers:sockaddr_resolver_test@poller=epoll1 (cached) PASSED in 0.6s
//test/core/client_channel/resolvers:sockaddr_resolver_test@poller=poll (cached) PASSED in 0.8s
//test/core/client_idle:idle_filter_state_test (cached) PASSED in 2.0s
//test/core/compiler_bugs:miscompile_with_no_unique_address_test (cached) PASSED in 0.4s
//test/core/compression:compression_test (cached) PASSED in 0.8s
//test/core/compression:message_compress_test (cached) PASSED in 1.0s
//test/core/config:core_configuration_test (cached) PASSED in 1.5s
//test/core/config:load_config_test (cached) PASSED in 0.7s
//test/core/debug:stats_test (cached) PASSED in 1.5s
//test/core/end2end:bad_ping_test@poller=epoll1 (cached) PASSED in 17.2s
Stats over 10 runs: max = 17.2s, min = 12.7s, avg = 15.6s, dev = 1.4s
//test/core/end2end:bad_ping_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 7.5s
Stats over 10 runs: max = 7.5s, min = 6.6s, avg = 6.9s, dev = 0.3s
//test/core/end2end:bad_ping_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 8.1s
Stats over 10 runs: max = 8.1s, min = 6.6s, avg = 7.1s, dev = 0.5s
//test/core/end2end:bad_ping_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 8.1s
Stats over 10 runs: max = 8.1s, min = 6.7s, avg = 7.3s, dev = 0.5s
//test/core/end2end:bad_ping_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 7.9s
Stats over 10 runs: max = 7.9s, min = 6.5s, avg = 7.2s, dev = 0.4s
//test/core/end2end:bad_ping_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 7.8s
Stats over 10 runs: max = 7.8s, min = 6.8s, avg = 7.1s, dev = 0.3s
//test/core/end2end:bad_ping_test@poller=poll (cached) PASSED in 17.0s
Stats over 10 runs: max = 17.0s, min = 12.9s, avg = 15.5s, dev = 1.3s
//test/core/end2end:bad_ping_test@poller=poll@experiment=event_engine_client (cached) PASSED in 7.6s
Stats over 10 runs: max = 7.6s, min = 6.7s, avg = 7.0s, dev = 0.2s
//test/core/end2end:bad_ping_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 8.1s
Stats over 10 runs: max = 8.1s, min = 6.5s, avg = 7.0s, dev = 0.4s
//test/core/end2end:bad_ping_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 7.1s
Stats over 10 runs: max = 7.1s, min = 6.5s, avg = 6.8s, dev = 0.1s
//test/core/end2end:bad_ping_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 7.3s
Stats over 10 runs: max = 7.3s, min = 6.6s, avg = 6.9s, dev = 0.2s
//test/core/end2end:bad_ping_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 7.1s
Stats over 10 runs: max = 7.1s, min = 6.9s, avg = 6.9s, dev = 0.1s
//test/core/end2end:bad_server_response_test@poller=epoll1 (cached) PASSED in 6.5s
//test/core/end2end:bad_server_response_test@poller=poll (cached) PASSED in 17.2s
//test/core/end2end:binary_metadata_test@poller=epoll1 (cached) PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 1.2s, avg = 1.7s, dev = 0.4s
//test/core/end2end:binary_metadata_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 2.2s
Stats over 10 runs: max = 2.2s, min = 0.7s, avg = 1.2s, dev = 0.4s
//test/core/end2end:binary_metadata_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.7s, avg = 1.0s, dev = 0.2s
//test/core/end2end:binary_metadata_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 3.4s
Stats over 10 runs: max = 3.4s, min = 0.8s, avg = 1.3s, dev = 0.7s
//test/core/end2end:binary_metadata_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.8s, avg = 1.2s, dev = 0.2s
//test/core/end2end:binary_metadata_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 0.8s, avg = 1.2s, dev = 0.3s
//test/core/end2end:binary_metadata_test@poller=poll (cached) PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.3s, avg = 1.7s, dev = 0.5s
//test/core/end2end:binary_metadata_test@poller=poll@experiment=event_engine_client (cached) PASSED in 1.9s
Stats over 10 runs: max = 1.9s, min = 0.9s, avg = 1.4s, dev = 0.4s
//test/core/end2end:binary_metadata_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 2.3s
Stats over 10 runs: max = 2.3s, min = 0.6s, avg = 1.1s, dev = 0.5s
//test/core/end2end:binary_metadata_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.9s, avg = 1.2s, dev = 0.2s
//test/core/end2end:binary_metadata_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.8s, avg = 1.0s, dev = 0.2s
//test/core/end2end:binary_metadata_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 2.1s
Stats over 10 runs: max = 2.1s, min = 0.8s, avg = 1.5s, dev = 0.4s
//test/core/end2end:call_creds_test@poller=epoll1 (cached) PASSED in 2.4s
Stats over 10 runs: max = 2.4s, min = 0.9s, avg = 1.6s, dev = 0.4s
//test/core/end2end:call_creds_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:call_creds_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.8s, dev = 0.1s
//test/core/end2end:call_creds_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 1.6s
Stats over 10 runs: max = 1.6s, min = 0.7s, avg = 0.9s, dev = 0.3s
//test/core/end2end:call_creds_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 2.4s
Stats over 10 runs: max = 2.4s, min = 0.5s, avg = 1.1s, dev = 0.6s
//test/core/end2end:call_creds_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.6s
Stats over 10 runs: max = 1.6s, min = 0.8s, avg = 1.0s, dev = 0.3s
//test/core/end2end:call_creds_test@poller=poll (cached) PASSED in 1.6s
Stats over 10 runs: max = 1.6s, min = 1.0s, avg = 1.4s, dev = 0.2s
//test/core/end2end:call_creds_test@poller=poll@experiment=event_engine_client (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.6s, avg = 0.9s, dev = 0.2s
//test/core/end2end:call_creds_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 2.1s
Stats over 10 runs: max = 2.1s, min = 0.8s, avg = 1.3s, dev = 0.5s
//test/core/end2end:call_creds_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 0.7s, avg = 1.0s, dev = 0.3s
//test/core/end2end:call_creds_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 2.1s
Stats over 10 runs: max = 2.1s, min = 0.7s, avg = 1.1s, dev = 0.4s
//test/core/end2end:call_creds_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 1.8s
Stats over 10 runs: max = 1.8s, min = 0.7s, avg = 1.0s, dev = 0.3s
//test/core/end2end:call_host_override_test@poller=epoll1 (cached) PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.6s, avg = 0.9s, dev = 0.3s
//test/core/end2end:call_host_override_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.5s, avg = 0.9s, dev = 0.3s
//test/core/end2end:call_host_override_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.7s, avg = 0.8s, dev = 0.2s
//test/core/end2end:call_host_override_test@poller=epoll1@experiment=promise_based_client_call (cached) 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=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.9s
Stats over 10 runs: max = 1.9s, min = 0.5s, avg = 1.0s, dev = 0.4s
//test/core/end2end:call_host_override_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 2.2s
Stats over 10 runs: max = 2.2s, min = 0.6s, avg = 1.0s, dev = 0.4s
//test/core/end2end:call_host_override_test@poller=poll (cached) PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.6s, avg = 1.0s, dev = 0.2s
//test/core/end2end:call_host_override_test@poller=poll@experiment=event_engine_client (cached) PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.5s, avg = 0.8s, dev = 0.3s
//test/core/end2end:call_host_override_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 1.8s
Stats over 10 runs: max = 1.8s, min = 0.5s, avg = 0.9s, dev = 0.4s
//test/core/end2end:call_host_override_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 1.9s
Stats over 10 runs: max = 1.9s, min = 0.5s, avg = 0.9s, dev = 0.4s
//test/core/end2end:call_host_override_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.6s, avg = 0.9s, dev = 0.2s
//test/core/end2end:call_host_override_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:cancel_after_accept_test@poller=epoll1 (cached) PASSED in 10.5s
Stats over 50 runs: max = 10.5s, min = 3.9s, avg = 5.9s, dev = 1.7s
//test/core/end2end:cancel_after_accept_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 6.8s
Stats over 50 runs: max = 6.8s, min = 0.5s, avg = 3.2s, dev = 2.3s
//test/core/end2end:cancel_after_accept_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 6.2s
Stats over 50 runs: max = 6.2s, min = 0.6s, avg = 3.1s, dev = 2.2s
//test/core/end2end:cancel_after_accept_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 7.2s
Stats over 50 runs: max = 7.2s, min = 0.6s, avg = 3.2s, dev = 2.3s
//test/core/end2end:cancel_after_accept_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 15.7s
Stats over 50 runs: max = 15.7s, min = 0.5s, avg = 3.4s, dev = 2.8s
//test/core/end2end:cancel_after_accept_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 7.3s
Stats over 50 runs: max = 7.3s, min = 0.5s, avg = 3.2s, dev = 2.2s
//test/core/end2end:cancel_after_accept_test@poller=poll (cached) PASSED in 22.7s
Stats over 50 runs: max = 22.7s, min = 3.7s, avg = 6.1s, dev = 2.9s
//test/core/end2end:cancel_after_accept_test@poller=poll@experiment=event_engine_client (cached) PASSED in 15.7s
Stats over 50 runs: max = 15.7s, min = 0.5s, avg = 3.6s, dev = 3.3s
//test/core/end2end:cancel_after_accept_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 7.2s
Stats over 50 runs: max = 7.2s, min = 0.5s, avg = 3.1s, dev = 2.2s
//test/core/end2end:cancel_after_accept_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 6.1s
Stats over 50 runs: max = 6.1s, min = 0.5s, avg = 3.1s, dev = 2.2s
//test/core/end2end:cancel_after_accept_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 7.3s
Stats over 50 runs: max = 7.3s, min = 0.5s, avg = 3.2s, dev = 2.4s
//test/core/end2end:cancel_after_accept_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 9.3s
Stats over 50 runs: max = 9.3s, min = 0.6s, avg = 3.2s, dev = 2.4s
//test/core/end2end:cancel_after_client_done_test@poller=epoll1 (cached) PASSED in 11.9s
Stats over 50 runs: max = 11.9s, min = 0.6s, avg = 4.7s, dev = 2.9s
//test/core/end2end:cancel_after_client_done_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 6.4s
Stats over 50 runs: max = 6.4s, min = 0.5s, avg = 2.3s, dev = 2.3s
//test/core/end2end:cancel_after_client_done_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 12.7s
Stats over 50 runs: max = 12.7s, min = 0.5s, avg = 2.6s, dev = 3.0s
//test/core/end2end:cancel_after_client_done_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 6.4s
Stats over 50 runs: max = 6.4s, min = 0.5s, avg = 2.3s, dev = 2.2s
//test/core/end2end:cancel_after_client_done_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 6.1s
Stats over 50 runs: max = 6.1s, min = 0.5s, avg = 2.2s, dev = 2.2s
//test/core/end2end:cancel_after_client_done_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 6.7s
Stats over 50 runs: max = 6.7s, min = 0.5s, avg = 2.2s, dev = 2.3s
//test/core/end2end:cancel_after_client_done_test@poller=poll (cached) PASSED in 6.8s
Stats over 50 runs: max = 6.8s, min = 0.5s, avg = 4.0s, dev = 2.5s
//test/core/end2end:cancel_after_client_done_test@poller=poll@experiment=event_engine_client (cached) PASSED in 6.9s
Stats over 50 runs: max = 6.9s, min = 0.4s, avg = 2.2s, dev = 2.4s
//test/core/end2end:cancel_after_client_done_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 12.3s
Stats over 50 runs: max = 12.3s, min = 0.5s, avg = 2.5s, dev = 2.6s
//test/core/end2end:cancel_after_client_done_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 6.6s
Stats over 50 runs: max = 6.6s, min = 0.5s, avg = 2.2s, dev = 2.3s
//test/core/end2end:cancel_after_client_done_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 13.3s
Stats over 50 runs: max = 13.3s, min = 0.5s, avg = 2.9s, dev = 3.3s
//test/core/end2end:cancel_after_client_done_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 6.4s
Stats over 50 runs: max = 6.4s, min = 0.4s, avg = 2.2s, dev = 2.3s
//test/core/end2end:cancel_after_invoke_test@poller=epoll1 (cached) PASSED in 24.9s
Stats over 50 runs: max = 24.9s, min = 4.6s, avg = 6.7s, dev = 3.4s
//test/core/end2end:cancel_after_invoke_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 14.5s
Stats over 50 runs: max = 14.5s, min = 2.5s, avg = 3.4s, dev = 1.7s
//test/core/end2end:cancel_after_invoke_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 24.7s
Stats over 50 runs: max = 24.7s, min = 2.4s, avg = 5.1s, dev = 5.9s
//test/core/end2end:cancel_after_invoke_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 25.1s
Stats over 50 runs: max = 25.1s, min = 2.5s, avg = 4.6s, dev = 4.4s
//test/core/end2end:cancel_after_invoke_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 23.0s
Stats over 50 runs: max = 23.0s, min = 2.5s, avg = 3.7s, dev = 3.2s
//test/core/end2end:cancel_after_invoke_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 16.2s
Stats over 50 runs: max = 16.2s, min = 2.6s, avg = 3.6s, dev = 2.4s
//test/core/end2end:cancel_after_invoke_test@poller=poll (cached) PASSED in 28.2s
Stats over 50 runs: max = 28.2s, min = 4.6s, avg = 8.4s, dev = 6.3s
//test/core/end2end:cancel_after_invoke_test@poller=poll@experiment=event_engine_client (cached) PASSED in 16.4s
Stats over 50 runs: max = 16.4s, min = 2.5s, avg = 3.4s, dev = 2.0s
//test/core/end2end:cancel_after_invoke_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 42.8s
Stats over 50 runs: max = 42.8s, min = 2.5s, avg = 6.6s, dev = 8.4s
//test/core/end2end:cancel_after_invoke_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 42.8s
Stats over 50 runs: max = 42.8s, min = 2.5s, avg = 4.5s, dev = 6.4s
//test/core/end2end:cancel_after_invoke_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 22.9s
Stats over 50 runs: max = 22.9s, min = 2.6s, avg = 4.0s, dev = 3.9s
//test/core/end2end:cancel_after_invoke_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 7.9s
Stats over 50 runs: max = 7.9s, min = 2.6s, avg = 3.3s, dev = 1.0s
//test/core/end2end:cancel_after_round_trip_test@poller=epoll1 (cached) PASSED in 10.2s
Stats over 50 runs: max = 10.2s, min = 3.8s, avg = 5.9s, dev = 1.8s
//test/core/end2end:cancel_after_round_trip_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 6.2s
Stats over 50 runs: max = 6.2s, min = 0.5s, avg = 3.2s, dev = 2.2s
//test/core/end2end:cancel_after_round_trip_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 6.2s
Stats over 50 runs: max = 6.2s, min = 0.5s, avg = 3.1s, dev = 2.2s
//test/core/end2end:cancel_after_round_trip_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 6.2s
Stats over 50 runs: max = 6.2s, min = 0.5s, avg = 3.1s, dev = 2.1s
//test/core/end2end:cancel_after_round_trip_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 6.2s
Stats over 50 runs: max = 6.2s, min = 0.4s, avg = 3.1s, dev = 2.2s
//test/core/end2end:cancel_after_round_trip_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 6.1s
Stats over 50 runs: max = 6.1s, min = 0.4s, avg = 3.1s, dev = 2.3s
//test/core/end2end:cancel_after_round_trip_test@poller=poll (cached) PASSED in 9.4s
Stats over 50 runs: max = 9.4s, min = 3.8s, avg = 5.8s, dev = 1.6s
//test/core/end2end:cancel_after_round_trip_test@poller=poll@experiment=event_engine_client (cached) PASSED in 6.5s
Stats over 50 runs: max = 6.5s, min = 0.5s, avg = 3.1s, dev = 2.3s
//test/core/end2end:cancel_after_round_trip_test@poller=poll@experiment=no_event_engine_listener (cached) 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=promise_based_client_call (cached) PASSED in 6.7s
Stats over 50 runs: max = 6.7s, min = 0.5s, avg = 3.1s, dev = 2.3s
//test/core/end2end:cancel_after_round_trip_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 16.9s
Stats over 50 runs: max = 16.9s, min = 0.5s, avg = 3.3s, dev = 2.9s
//test/core/end2end:cancel_after_round_trip_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 6.9s
Stats over 50 runs: max = 6.9s, min = 0.5s, avg = 3.1s, dev = 2.2s
//test/core/end2end:cancel_before_invoke_test@poller=epoll1 (cached) PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 0.9s, avg = 1.8s, dev = 0.6s
//test/core/end2end:cancel_before_invoke_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 10.9s
Stats over 10 runs: max = 10.9s, min = 0.8s, avg = 2.0s, dev = 2.9s
//test/core/end2end:cancel_before_invoke_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:cancel_before_invoke_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 1.9s
Stats over 10 runs: max = 1.9s, min = 0.8s, avg = 1.2s, dev = 0.4s
//test/core/end2end:cancel_before_invoke_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.8s, avg = 1.1s, dev = 0.3s
//test/core/end2end:cancel_before_invoke_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 0.8s, avg = 1.2s, dev = 0.3s
//test/core/end2end:cancel_before_invoke_test@poller=poll (cached) PASSED in 1.9s
Stats over 10 runs: max = 1.9s, min = 1.1s, avg = 1.5s, dev = 0.3s
//test/core/end2end:cancel_before_invoke_test@poller=poll@experiment=event_engine_client (cached) PASSED in 2.2s
Stats over 10 runs: max = 2.2s, min = 0.5s, avg = 1.1s, dev = 0.5s
//test/core/end2end:cancel_before_invoke_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.5s, avg = 0.9s, dev = 0.2s
//test/core/end2end:cancel_before_invoke_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.8s, avg = 1.1s, dev = 0.2s
//test/core/end2end:cancel_before_invoke_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 2.2s
Stats over 10 runs: max = 2.2s, min = 0.7s, avg = 1.3s, dev = 0.5s
//test/core/end2end:cancel_before_invoke_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 1.8s
Stats over 10 runs: max = 1.8s, min = 0.7s, avg = 1.1s, dev = 0.3s
//test/core/end2end:cancel_in_a_vacuum_test@poller=epoll1 (cached) PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.7s, avg = 1.0s, dev = 0.2s
//test/core/end2end:cancel_in_a_vacuum_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:cancel_in_a_vacuum_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.5s, avg = 0.9s, dev = 0.3s
//test/core/end2end:cancel_in_a_vacuum_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:cancel_in_a_vacuum_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 2.1s
Stats over 10 runs: max = 2.1s, min = 0.5s, avg = 1.0s, dev = 0.5s
//test/core/end2end:cancel_in_a_vacuum_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:cancel_in_a_vacuum_test@poller=poll (cached) PASSED in 1.6s
Stats over 10 runs: max = 1.6s, min = 0.7s, avg = 1.0s, dev = 0.3s
//test/core/end2end:cancel_in_a_vacuum_test@poller=poll@experiment=event_engine_client (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:cancel_in_a_vacuum_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:cancel_in_a_vacuum_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:cancel_in_a_vacuum_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.6s, avg = 0.8s, dev = 0.2s
//test/core/end2end:cancel_in_a_vacuum_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 2.2s
Stats over 10 runs: max = 2.2s, min = 0.7s, avg = 1.0s, dev = 0.4s
//test/core/end2end:cancel_with_status_test@poller=epoll1 (cached) PASSED in 21.5s
Stats over 10 runs: max = 21.5s, min = 1.0s, avg = 3.5s, dev = 6.0s
//test/core/end2end:cancel_with_status_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.6s, avg = 0.9s, dev = 0.2s
//test/core/end2end:cancel_with_status_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 21.0s
Stats over 10 runs: max = 21.0s, min = 0.7s, avg = 4.8s, dev = 8.1s
//test/core/end2end:cancel_with_status_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.5s, avg = 1.0s, dev = 0.2s
//test/core/end2end:cancel_with_status_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 0.7s, avg = 1.1s, dev = 0.6s
//test/core/end2end:cancel_with_status_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.9s
Stats over 10 runs: max = 1.9s, min = 0.9s, avg = 1.2s, dev = 0.3s
//test/core/end2end:cancel_with_status_test@poller=poll (cached) PASSED in 41.3s
Stats over 10 runs: max = 41.3s, min = 1.1s, avg = 6.4s, dev = 11.8s
//test/core/end2end:cancel_with_status_test@poller=poll@experiment=event_engine_client (cached) PASSED in 1.9s
Stats over 10 runs: max = 1.9s, min = 0.7s, avg = 1.0s, dev = 0.3s
//test/core/end2end:cancel_with_status_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 26.2s
Stats over 10 runs: max = 26.2s, min = 0.6s, avg = 5.5s, dev = 9.2s
//test/core/end2end:cancel_with_status_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 6.5s
Stats over 10 runs: max = 6.5s, min = 0.7s, avg = 1.6s, dev = 1.7s
//test/core/end2end:cancel_with_status_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 41.1s
Stats over 10 runs: max = 41.1s, min = 0.6s, avg = 4.9s, dev = 12.1s
//test/core/end2end:cancel_with_status_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 1.6s
Stats over 10 runs: max = 1.6s, min = 1.0s, avg = 1.2s, dev = 0.2s
//test/core/end2end:channelz_test@poller=epoll1 (cached) PASSED in 1.9s
Stats over 10 runs: max = 1.9s, min = 0.9s, avg = 1.2s, dev = 0.3s
//test/core/end2end:channelz_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.6s, avg = 0.8s, dev = 0.2s
//test/core/end2end:channelz_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:channelz_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 1.8s
Stats over 10 runs: max = 1.8s, min = 0.7s, avg = 1.0s, dev = 0.3s
//test/core/end2end:channelz_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.6s, avg = 0.9s, dev = 0.3s
//test/core/end2end:channelz_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:channelz_test@poller=poll (cached) PASSED in 1.8s
Stats over 10 runs: max = 1.8s, min = 0.9s, avg = 1.3s, dev = 0.3s
//test/core/end2end:channelz_test@poller=poll@experiment=event_engine_client (cached) PASSED in 1.8s
Stats over 10 runs: max = 1.8s, min = 0.7s, avg = 1.1s, dev = 0.3s
//test/core/end2end:channelz_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.5s, avg = 0.9s, dev = 0.3s
//test/core/end2end:channelz_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.7s, avg = 1.0s, dev = 0.2s
//test/core/end2end:channelz_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.6s, avg = 0.8s, dev = 0.2s
//test/core/end2end:channelz_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 1.6s
Stats over 10 runs: max = 1.6s, min = 0.8s, avg = 1.0s, dev = 0.2s
//test/core/end2end:client_streaming_test@poller=epoll1 (cached) PASSED in 17.7s
Stats over 10 runs: max = 17.7s, min = 17.1s, avg = 17.4s, dev = 0.2s
//test/core/end2end:client_streaming_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 9.2s
Stats over 10 runs: max = 9.2s, min = 7.7s, avg = 8.5s, dev = 0.6s
//test/core/end2end:client_streaming_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 9.1s
Stats over 10 runs: max = 9.1s, min = 7.6s, avg = 8.3s, dev = 0.5s
//test/core/end2end:client_streaming_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 9.2s
Stats over 10 runs: max = 9.2s, min = 7.6s, avg = 8.4s, dev = 0.6s
//test/core/end2end:client_streaming_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 8.9s
Stats over 10 runs: max = 8.9s, min = 7.7s, avg = 8.4s, dev = 0.5s
//test/core/end2end:client_streaming_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 9.5s
Stats over 10 runs: max = 9.5s, min = 8.0s, avg = 8.7s, dev = 0.5s
//test/core/end2end:client_streaming_test@poller=poll (cached) PASSED in 17.9s
Stats over 10 runs: max = 17.9s, min = 17.3s, avg = 17.5s, dev = 0.2s
//test/core/end2end:client_streaming_test@poller=poll@experiment=event_engine_client (cached) PASSED in 10.7s
Stats over 10 runs: max = 10.7s, min = 7.8s, avg = 8.7s, dev = 0.8s
//test/core/end2end:client_streaming_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 9.4s
Stats over 10 runs: max = 9.4s, min = 7.5s, avg = 8.3s, dev = 0.7s
//test/core/end2end:client_streaming_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 9.0s
Stats over 10 runs: max = 9.0s, min = 7.8s, avg = 8.4s, dev = 0.4s
//test/core/end2end:client_streaming_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 9.0s
Stats over 10 runs: max = 9.0s, min = 7.7s, avg = 8.4s, dev = 0.5s
//test/core/end2end:client_streaming_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 10.4s
Stats over 10 runs: max = 10.4s, min = 8.1s, avg = 9.0s, dev = 0.8s
//test/core/end2end:compressed_payload_test@poller=epoll1 (cached) PASSED in 4.4s
Stats over 10 runs: max = 4.4s, min = 3.1s, avg = 3.6s, dev = 0.3s
//test/core/end2end:compressed_payload_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 2.3s
Stats over 10 runs: max = 2.3s, min = 1.2s, avg = 1.8s, dev = 0.3s
//test/core/end2end:compressed_payload_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 0.7s, avg = 1.0s, dev = 0.3s
//test/core/end2end:compressed_payload_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 12.3s
Stats over 10 runs: max = 12.3s, min = 1.2s, avg = 2.7s, dev = 3.2s
//test/core/end2end:compressed_payload_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 2.1s
Stats over 10 runs: max = 2.1s, min = 1.1s, avg = 1.6s, dev = 0.3s
//test/core/end2end:compressed_payload_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 13.5s
Stats over 10 runs: max = 13.5s, min = 1.5s, avg = 3.2s, dev = 3.5s
//test/core/end2end:compressed_payload_test@poller=poll (cached) PASSED in 4.0s
Stats over 10 runs: max = 4.0s, min = 2.8s, avg = 3.5s, dev = 0.4s
//test/core/end2end:compressed_payload_test@poller=poll@experiment=event_engine_client (cached) PASSED in 2.4s
Stats over 10 runs: max = 2.4s, min = 1.1s, avg = 1.7s, dev = 0.4s
//test/core/end2end:compressed_payload_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.8s, avg = 1.0s, dev = 0.2s
//test/core/end2end:compressed_payload_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 13.3s
Stats over 10 runs: max = 13.3s, min = 1.4s, avg = 3.9s, dev = 4.6s
//test/core/end2end:compressed_payload_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 2.5s
Stats over 10 runs: max = 2.5s, min = 0.9s, avg = 1.5s, dev = 0.4s
//test/core/end2end:compressed_payload_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 2.3s
Stats over 10 runs: max = 2.3s, min = 1.5s, avg = 1.9s, dev = 0.3s
//test/core/end2end:connection_refused_test@poller=epoll1 (cached) PASSED in 5.0s
//test/core/end2end:connection_refused_test@poller=poll (cached) PASSED in 5.2s
//test/core/end2end:connectivity_test@poller=epoll1 (cached) PASSED in 15.2s
Stats over 10 runs: max = 15.2s, min = 3.8s, avg = 5.8s, dev = 3.2s
//test/core/end2end:connectivity_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 13.7s
Stats over 10 runs: max = 13.7s, min = 2.2s, avg = 3.5s, dev = 3.4s
//test/core/end2end:connectivity_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 2.2s, avg = 2.5s, dev = 0.2s
//test/core/end2end:connectivity_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 2.2s, avg = 2.4s, dev = 0.2s
//test/core/end2end:connectivity_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 3.2s
Stats over 10 runs: max = 3.2s, min = 2.2s, avg = 2.4s, dev = 0.3s
//test/core/end2end:connectivity_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 13.7s
Stats over 10 runs: max = 13.7s, min = 2.2s, avg = 3.6s, dev = 3.4s
//test/core/end2end:connectivity_test@poller=poll (cached) PASSED in 15.4s
Stats over 10 runs: max = 15.4s, min = 3.8s, avg = 5.9s, dev = 3.3s
//test/core/end2end:connectivity_test@poller=poll@experiment=event_engine_client (cached) PASSED in 13.6s
Stats over 10 runs: max = 13.6s, min = 2.2s, avg = 3.5s, dev = 3.4s
//test/core/end2end:connectivity_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 2.5s
Stats over 10 runs: max = 2.5s, min = 2.1s, avg = 2.3s, dev = 0.1s
//test/core/end2end:connectivity_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 2.1s, avg = 2.5s, dev = 0.2s
//test/core/end2end:connectivity_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 2.1s, avg = 2.4s, dev = 0.2s
//test/core/end2end:connectivity_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 2.2s, avg = 2.3s, dev = 0.2s
//test/core/end2end:default_host_test@poller=epoll1 (cached) PASSED in 2.4s
Stats over 10 runs: max = 2.4s, min = 0.7s, avg = 1.0s, dev = 0.5s
//test/core/end2end:default_host_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:default_host_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 12.1s
Stats over 10 runs: max = 12.1s, min = 0.5s, avg = 1.9s, dev = 3.4s
//test/core/end2end:default_host_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.4s, avg = 0.8s, dev = 0.2s
//test/core/end2end:default_host_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.4s, avg = 0.8s, dev = 0.3s
//test/core/end2end:default_host_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.7s, avg = 1.0s, dev = 0.2s
//test/core/end2end:default_host_test@poller=poll (cached) PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.6s, avg = 0.9s, dev = 0.3s
//test/core/end2end:default_host_test@poller=poll@experiment=event_engine_client (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.6s, avg = 0.8s, dev = 0.2s
//test/core/end2end:default_host_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.5s, avg = 0.8s, dev = 0.3s
//test/core/end2end:default_host_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:default_host_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 2.0s
Stats over 10 runs: max = 2.0s, min = 0.4s, avg = 0.9s, dev = 0.4s
//test/core/end2end:default_host_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 12.0s
Stats over 10 runs: max = 12.0s, min = 0.5s, avg = 1.9s, dev = 3.4s
//test/core/end2end:disappearing_server_test@poller=epoll1 (cached) PASSED in 7.7s
Stats over 10 runs: max = 7.7s, min = 4.5s, avg = 6.3s, dev = 1.1s
//test/core/end2end:disappearing_server_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 4.8s
Stats over 10 runs: max = 4.8s, min = 2.5s, avg = 3.4s, dev = 0.9s
//test/core/end2end:disappearing_server_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 4.8s
Stats over 10 runs: max = 4.8s, min = 2.5s, avg = 3.3s, dev = 0.9s
//test/core/end2end:disappearing_server_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 16.0s
Stats over 10 runs: max = 16.0s, min = 2.5s, avg = 4.4s, dev = 3.9s
//test/core/end2end:disappearing_server_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 5.1s
Stats over 10 runs: max = 5.1s, min = 2.5s, avg = 3.4s, dev = 0.9s
//test/core/end2end:disappearing_server_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 14.1s
Stats over 10 runs: max = 14.1s, min = 2.7s, avg = 4.7s, dev = 3.3s
//test/core/end2end:disappearing_server_test@poller=poll (cached) PASSED in 8.6s
Stats over 10 runs: max = 8.6s, min = 4.6s, avg = 6.5s, dev = 1.2s
//test/core/end2end:disappearing_server_test@poller=poll@experiment=event_engine_client (cached) PASSED in 4.8s
Stats over 10 runs: max = 4.8s, min = 2.5s, avg = 3.3s, dev = 0.9s
//test/core/end2end:disappearing_server_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 4.8s
Stats over 10 runs: max = 4.8s, min = 2.5s, avg = 3.4s, dev = 0.9s
//test/core/end2end:disappearing_server_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 11.0s
Stats over 10 runs: max = 11.0s, min = 2.5s, avg = 4.0s, dev = 2.4s
//test/core/end2end:disappearing_server_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 4.7s
Stats over 10 runs: max = 4.7s, min = 2.4s, avg = 3.3s, dev = 0.9s
//test/core/end2end:disappearing_server_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 14.0s
Stats over 10 runs: max = 14.0s, min = 2.5s, avg = 4.6s, dev = 3.3s
//test/core/end2end:dualstack_socket_test@poller=epoll1 (cached) PASSED in 1.7s
//test/core/end2end:dualstack_socket_test@poller=poll (cached) PASSED in 1.8s
//test/core/end2end:empty_batch_test@poller=epoll1 (cached) PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 0.5s, avg = 1.2s, dev = 0.7s
//test/core/end2end:empty_batch_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 3.4s
Stats over 10 runs: max = 3.4s, min = 0.7s, avg = 1.1s, dev = 0.8s
//test/core/end2end:empty_batch_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 13.4s
Stats over 10 runs: max = 13.4s, min = 0.5s, avg = 2.0s, dev = 3.8s
//test/core/end2end:empty_batch_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:empty_batch_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.4s, avg = 0.7s, dev = 0.2s
//test/core/end2end:empty_batch_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:empty_batch_test@poller=poll (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:empty_batch_test@poller=poll@experiment=event_engine_client (cached) PASSED in 6.1s
Stats over 10 runs: max = 6.1s, min = 0.5s, avg = 1.3s, dev = 1.6s
//test/core/end2end:empty_batch_test@poller=poll@experiment=no_event_engine_listener (cached) 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@experiment=promise_based_client_call (cached) PASSED in 2.3s
Stats over 10 runs: max = 2.3s, min = 0.5s, avg = 1.0s, dev = 0.6s
//test/core/end2end:empty_batch_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.5s, avg = 0.6s, dev = 0.1s
//test/core/end2end:empty_batch_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:filter_causes_close_test@poller=epoll1 (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.6s, avg = 0.9s, dev = 0.1s
//test/core/end2end:filter_causes_close_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 1.9s
Stats over 10 runs: max = 1.9s, min = 0.5s, avg = 0.9s, dev = 0.4s
//test/core/end2end:filter_causes_close_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 12.4s
Stats over 10 runs: max = 12.4s, min = 0.5s, avg = 2.1s, dev = 3.5s
//test/core/end2end:filter_causes_close_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:filter_causes_close_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 3.2s
Stats over 10 runs: max = 3.2s, min = 0.6s, avg = 1.0s, dev = 0.7s
//test/core/end2end:filter_causes_close_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:filter_causes_close_test@poller=poll (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.6s, avg = 0.9s, dev = 0.2s
//test/core/end2end:filter_causes_close_test@poller=poll@experiment=event_engine_client (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:filter_causes_close_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.4s, avg = 0.8s, dev = 0.3s
//test/core/end2end:filter_causes_close_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.6s, avg = 0.8s, dev = 0.2s
//test/core/end2end:filter_causes_close_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 2.3s
Stats over 10 runs: max = 2.3s, min = 0.6s, avg = 0.9s, dev = 0.5s
//test/core/end2end:filter_causes_close_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 0.6s, avg = 1.0s, dev = 0.6s
//test/core/end2end:filter_context_test@poller=epoll1 (cached) PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.8s, avg = 1.0s, dev = 0.2s
//test/core/end2end:filter_context_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.5s, avg = 0.8s, dev = 0.3s
//test/core/end2end:filter_context_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:filter_context_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 1.9s
Stats over 10 runs: max = 1.9s, min = 0.5s, avg = 0.8s, dev = 0.4s
//test/core/end2end:filter_context_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 0.5s, avg = 0.8s, dev = 0.3s
//test/core/end2end:filter_context_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 2.2s
Stats over 10 runs: max = 2.2s, min = 0.5s, avg = 1.0s, dev = 0.6s
//test/core/end2end:filter_context_test@poller=poll (cached) PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 0.6s, avg = 0.9s, dev = 0.3s
//test/core/end2end:filter_context_test@poller=poll@experiment=event_engine_client (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.6s, avg = 0.7s, dev = 0.2s
//test/core/end2end:filter_context_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:filter_context_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:filter_context_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.5s, avg = 0.6s, dev = 0.1s
//test/core/end2end:filter_context_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 12.0s
Stats over 10 runs: max = 12.0s, min = 0.6s, avg = 1.9s, dev = 3.4s
//test/core/end2end:filter_init_fails_test@poller=epoll1 (cached) PASSED in 21.0s
Stats over 10 runs: max = 21.0s, min = 11.0s, avg = 16.5s, dev = 2.7s
//test/core/end2end:filter_init_fails_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 11.0s
Stats over 10 runs: max = 11.0s, min = 5.6s, avg = 7.8s, dev = 2.5s
//test/core/end2end:filter_init_fails_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 10.8s
Stats over 10 runs: max = 10.8s, min = 5.5s, avg = 8.0s, dev = 2.3s
//test/core/end2end:filter_init_fails_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 11.0s
Stats over 10 runs: max = 11.0s, min = 5.6s, avg = 6.8s, dev = 2.0s
//test/core/end2end:filter_init_fails_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 11.1s
Stats over 10 runs: max = 11.1s, min = 5.7s, avg = 7.8s, dev = 2.4s
//test/core/end2end:filter_init_fails_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 11.0s
Stats over 10 runs: max = 11.0s, min = 5.8s, avg = 8.0s, dev = 2.3s
//test/core/end2end:filter_init_fails_test@poller=poll (cached) PASSED in 21.3s
Stats over 10 runs: max = 21.3s, min = 11.2s, avg = 16.7s, dev = 2.7s
//test/core/end2end:filter_init_fails_test@poller=poll@experiment=event_engine_client (cached) PASSED in 10.9s
Stats over 10 runs: max = 10.9s, min = 5.5s, avg = 7.8s, dev = 2.5s
//test/core/end2end:filter_init_fails_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 10.7s
Stats over 10 runs: max = 10.7s, min = 5.5s, avg = 7.7s, dev = 2.3s
//test/core/end2end:filter_init_fails_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 11.0s
Stats over 10 runs: max = 11.0s, min = 5.5s, avg = 6.8s, dev = 2.1s
//test/core/end2end:filter_init_fails_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 10.8s
Stats over 10 runs: max = 10.8s, min = 5.6s, avg = 7.8s, dev = 2.4s
//test/core/end2end:filter_init_fails_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 11.7s
Stats over 10 runs: max = 11.7s, min = 5.7s, avg = 8.0s, dev = 2.6s
//test/core/end2end:filtered_metadata_test@poller=epoll1 (cached) PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.5s, avg = 0.9s, dev = 0.3s
//test/core/end2end:filtered_metadata_test@poller=epoll1@experiment=event_engine_client (cached) 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=epoll1@experiment=no_event_engine_listener (cached) PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 0.7s, avg = 0.9s, dev = 0.3s
//test/core/end2end:filtered_metadata_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.4s, avg = 0.7s, dev = 0.2s
//test/core/end2end:filtered_metadata_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:filtered_metadata_test@poller=epoll1@experiment=work_serializer_dispatch (cached) 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=poll (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.6s, avg = 0.9s, dev = 0.2s
//test/core/end2end:filtered_metadata_test@poller=poll@experiment=event_engine_client (cached) PASSED in 5.9s
Stats over 10 runs: max = 5.9s, min = 0.6s, avg = 1.3s, dev = 1.5s
//test/core/end2end:filtered_metadata_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.8s, dev = 0.1s
//test/core/end2end:filtered_metadata_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:filtered_metadata_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.4s, avg = 0.7s, dev = 0.1s
//test/core/end2end:filtered_metadata_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.6s, avg = 0.8s, dev = 0.2s
//test/core/end2end:goaway_server_test@poller=epoll1 (cached) PASSED in 14.6s
//test/core/end2end:goaway_server_test@poller=poll (cached) PASSED in 14.7s
//test/core/end2end:graceful_server_shutdown_test@poller=epoll1 (cached) PASSED in 5.1s
Stats over 10 runs: max = 5.1s, min = 3.7s, avg = 4.0s, dev = 0.4s
//test/core/end2end:graceful_server_shutdown_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 1.6s, avg = 2.2s, dev = 0.5s
//test/core/end2end:graceful_server_shutdown_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.6s, avg = 2.1s, dev = 0.6s
//test/core/end2end:graceful_server_shutdown_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.7s, avg = 2.2s, dev = 0.5s
//test/core/end2end:graceful_server_shutdown_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 3.5s
Stats over 10 runs: max = 3.5s, min = 1.5s, avg = 2.2s, dev = 0.6s
//test/core/end2end:graceful_server_shutdown_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 3.2s
Stats over 10 runs: max = 3.2s, min = 1.8s, avg = 2.3s, dev = 0.5s
//test/core/end2end:graceful_server_shutdown_test@poller=poll (cached) PASSED in 5.2s
Stats over 10 runs: max = 5.2s, min = 3.6s, avg = 3.9s, dev = 0.4s
//test/core/end2end:graceful_server_shutdown_test@poller=poll@experiment=event_engine_client (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.5s, avg = 2.2s, dev = 0.5s
//test/core/end2end:graceful_server_shutdown_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 3.5s
Stats over 10 runs: max = 3.5s, min = 1.5s, avg = 2.4s, dev = 0.7s
//test/core/end2end:graceful_server_shutdown_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 1.6s, avg = 2.2s, dev = 0.4s
//test/core/end2end:graceful_server_shutdown_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.7s, avg = 2.2s, dev = 0.5s
//test/core/end2end:graceful_server_shutdown_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.7s, avg = 2.2s, dev = 0.5s
//test/core/end2end:grpc_authz_test@poller=epoll1 (cached) PASSED in 4.7s
Stats over 10 runs: max = 4.7s, min = 2.6s, avg = 3.7s, dev = 0.6s
//test/core/end2end:grpc_authz_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 3.4s
Stats over 10 runs: max = 3.4s, min = 1.8s, avg = 2.5s, dev = 0.5s
//test/core/end2end:grpc_authz_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.5s, avg = 2.3s, dev = 0.5s
//test/core/end2end:grpc_authz_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 3.1s
Stats over 10 runs: max = 3.1s, min = 1.6s, avg = 2.5s, dev = 0.5s
//test/core/end2end:grpc_authz_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 3.3s
Stats over 10 runs: max = 3.3s, min = 1.6s, avg = 2.5s, dev = 0.5s
//test/core/end2end:grpc_authz_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 3.1s
Stats over 10 runs: max = 3.1s, min = 1.8s, avg = 2.5s, dev = 0.5s
//test/core/end2end:grpc_authz_test@poller=poll (cached) PASSED in 4.7s
Stats over 10 runs: max = 4.7s, min = 2.5s, avg = 3.7s, dev = 0.6s
//test/core/end2end:grpc_authz_test@poller=poll@experiment=event_engine_client (cached) PASSED in 3.2s
Stats over 10 runs: max = 3.2s, min = 1.5s, avg = 2.5s, dev = 0.5s
//test/core/end2end:grpc_authz_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 1.5s, avg = 2.3s, dev = 0.5s
//test/core/end2end:grpc_authz_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 4.8s
Stats over 10 runs: max = 4.8s, min = 1.7s, avg = 2.8s, dev = 0.8s
//test/core/end2end:grpc_authz_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 1.8s, avg = 2.4s, dev = 0.5s
//test/core/end2end:grpc_authz_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 3.1s
Stats over 10 runs: max = 3.1s, min = 1.8s, avg = 2.5s, dev = 0.4s
//test/core/end2end:h2_ssl_cert_test@poller=epoll1 (cached) PASSED in 12.4s
Stats over 10 runs: max = 12.4s, min = 0.7s, avg = 5.8s, dev = 3.9s
//test/core/end2end:h2_ssl_cert_test@poller=poll (cached) PASSED in 10.9s
Stats over 10 runs: max = 10.9s, min = 0.7s, avg = 6.0s, dev = 4.0s
//test/core/end2end:h2_ssl_session_reuse_test@poller=epoll1 (cached) PASSED in 1.1s
//test/core/end2end:h2_ssl_session_reuse_test@poller=poll (cached) PASSED in 0.7s
//test/core/end2end:h2_tls_peer_property_external_verifier_test@poller=epoll1 (cached) PASSED in 0.7s
//test/core/end2end:h2_tls_peer_property_external_verifier_test@poller=poll (cached) PASSED in 0.7s
//test/core/end2end:high_initial_seqno_test@poller=epoll1 (cached) PASSED in 32.3s
Stats over 20 runs: max = 32.3s, min = 20.6s, avg = 28.6s, dev = 4.5s
//test/core/end2end:high_initial_seqno_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 21.0s
Stats over 20 runs: max = 21.0s, min = 10.5s, avg = 12.9s, dev = 4.0s
//test/core/end2end:high_initial_seqno_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 21.1s
Stats over 20 runs: max = 21.1s, min = 10.5s, avg = 12.8s, dev = 4.0s
//test/core/end2end:high_initial_seqno_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 21.2s
Stats over 20 runs: max = 21.2s, min = 10.5s, avg = 12.8s, dev = 4.1s
//test/core/end2end:high_initial_seqno_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 21.0s
Stats over 20 runs: max = 21.0s, min = 10.4s, avg = 12.8s, dev = 4.0s
//test/core/end2end:high_initial_seqno_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 21.2s
Stats over 20 runs: max = 21.2s, min = 10.5s, avg = 12.8s, dev = 4.1s
//test/core/end2end:high_initial_seqno_test@poller=poll (cached) PASSED in 32.5s
Stats over 20 runs: max = 32.5s, min = 20.6s, avg = 28.6s, dev = 4.4s
//test/core/end2end:high_initial_seqno_test@poller=poll@experiment=event_engine_client (cached) PASSED in 21.4s
Stats over 20 runs: max = 21.4s, min = 10.6s, avg = 12.8s, dev = 4.0s
//test/core/end2end:high_initial_seqno_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 20.8s
Stats over 20 runs: max = 20.8s, min = 10.5s, avg = 12.8s, dev = 4.0s
//test/core/end2end:high_initial_seqno_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 20.8s
Stats over 20 runs: max = 20.8s, min = 10.6s, avg = 12.8s, dev = 4.0s
//test/core/end2end:high_initial_seqno_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 21.1s
Stats over 20 runs: max = 21.1s, min = 10.5s, avg = 12.9s, dev = 4.0s
//test/core/end2end:high_initial_seqno_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 20.9s
Stats over 20 runs: max = 20.9s, min = 10.5s, avg = 12.9s, dev = 4.0s
//test/core/end2end:hpack_size_test@poller=epoll1 (cached) PASSED in 7.6s
Stats over 50 runs: max = 7.6s, min = 3.3s, avg = 4.6s, dev = 0.8s
//test/core/end2end:hpack_size_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 3.8s
Stats over 50 runs: max = 3.8s, min = 1.8s, avg = 2.5s, dev = 0.4s
//test/core/end2end:hpack_size_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 3.6s
Stats over 50 runs: max = 3.6s, min = 1.2s, avg = 2.0s, dev = 0.5s
//test/core/end2end:hpack_size_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 3.4s
Stats over 50 runs: max = 3.4s, min = 1.4s, avg = 2.2s, dev = 0.4s
//test/core/end2end:hpack_size_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 3.6s
Stats over 50 runs: max = 3.6s, min = 1.3s, avg = 2.5s, dev = 0.5s
//test/core/end2end:hpack_size_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 4.5s
Stats over 50 runs: max = 4.5s, min = 1.5s, avg = 2.3s, dev = 0.5s
//test/core/end2end:hpack_size_test@poller=poll (cached) PASSED in 6.5s
Stats over 50 runs: max = 6.5s, min = 3.4s, avg = 4.6s, dev = 0.8s
//test/core/end2end:hpack_size_test@poller=poll@experiment=event_engine_client (cached) PASSED in 5.0s
Stats over 50 runs: max = 5.0s, min = 1.6s, avg = 2.6s, dev = 0.6s
//test/core/end2end:hpack_size_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 3.3s
Stats over 50 runs: max = 3.3s, min = 1.3s, avg = 1.9s, dev = 0.5s
//test/core/end2end:hpack_size_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 3.8s
Stats over 50 runs: max = 3.8s, min = 1.5s, avg = 2.3s, dev = 0.4s
//test/core/end2end:hpack_size_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 4.5s
Stats over 50 runs: max = 4.5s, min = 1.5s, avg = 2.4s, dev = 0.6s
//test/core/end2end:hpack_size_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 3.0s
Stats over 50 runs: max = 3.0s, min = 1.6s, avg = 2.3s, dev = 0.3s
//test/core/end2end:http2_stats_test@poller=epoll1 (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.5s, avg = 0.9s, dev = 0.2s
//test/core/end2end:http2_stats_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.4s, avg = 0.7s, dev = 0.2s
//test/core/end2end:http2_stats_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 1.6s
Stats over 10 runs: max = 1.6s, min = 0.6s, avg = 0.9s, dev = 0.3s
//test/core/end2end:http2_stats_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:http2_stats_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.4s, avg = 0.7s, dev = 0.1s
//test/core/end2end:http2_stats_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 0.6s, avg = 0.9s, dev = 0.3s
//test/core/end2end:http2_stats_test@poller=poll (cached) PASSED in 2.0s
Stats over 10 runs: max = 2.0s, min = 0.5s, avg = 1.0s, dev = 0.5s
//test/core/end2end:http2_stats_test@poller=poll@experiment=event_engine_client (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:http2_stats_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 0.5s, avg = 0.9s, dev = 0.4s
//test/core/end2end:http2_stats_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:http2_stats_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:http2_stats_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:invalid_call_argument_test@poller=epoll1 (cached) PASSED in 10.8s
//test/core/end2end:invalid_call_argument_test@poller=poll (cached) PASSED in 10.6s
//test/core/end2end:invoke_large_request_test@poller=epoll1 (cached) PASSED in 4.2s
Stats over 10 runs: max = 4.2s, min = 1.1s, avg = 1.9s, dev = 0.9s
//test/core/end2end:invoke_large_request_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 2.2s
Stats over 10 runs: max = 2.2s, min = 0.7s, avg = 1.1s, dev = 0.4s
//test/core/end2end:invoke_large_request_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 2.0s
Stats over 10 runs: max = 2.0s, min = 0.7s, avg = 1.3s, dev = 0.4s
//test/core/end2end:invoke_large_request_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 0.7s, avg = 1.3s, dev = 0.6s
//test/core/end2end:invoke_large_request_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 2.5s
Stats over 10 runs: max = 2.5s, min = 0.8s, avg = 1.3s, dev = 0.5s
//test/core/end2end:invoke_large_request_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 0.6s, avg = 1.4s, dev = 0.5s
//test/core/end2end:invoke_large_request_test@poller=poll (cached) PASSED in 6.5s
Stats over 10 runs: max = 6.5s, min = 1.5s, avg = 2.6s, dev = 1.3s
//test/core/end2end:invoke_large_request_test@poller=poll@experiment=event_engine_client (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.0s, avg = 1.4s, dev = 0.5s
//test/core/end2end:invoke_large_request_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 2.4s
Stats over 10 runs: max = 2.4s, min = 0.7s, avg = 1.1s, dev = 0.5s
//test/core/end2end:invoke_large_request_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 2.5s
Stats over 10 runs: max = 2.5s, min = 0.7s, avg = 1.5s, dev = 0.5s
//test/core/end2end:invoke_large_request_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 1.0s, avg = 1.4s, dev = 0.6s
//test/core/end2end:invoke_large_request_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 2.3s
Stats over 10 runs: max = 2.3s, min = 0.8s, avg = 1.3s, dev = 0.5s
//test/core/end2end:keepalive_timeout_test@poller=epoll1 (cached) PASSED in 10.5s
Stats over 10 runs: max = 10.5s, min = 7.1s, avg = 9.8s, dev = 0.9s
//test/core/end2end:keepalive_timeout_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 6.8s
Stats over 10 runs: max = 6.8s, min = 3.8s, avg = 4.5s, dev = 1.2s
//test/core/end2end:keepalive_timeout_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 6.9s
Stats over 10 runs: max = 6.9s, min = 3.6s, avg = 4.4s, dev = 1.2s
//test/core/end2end:keepalive_timeout_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 7.2s
Stats over 10 runs: max = 7.2s, min = 3.6s, avg = 4.5s, dev = 1.2s
//test/core/end2end:keepalive_timeout_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 6.8s
Stats over 10 runs: max = 6.8s, min = 3.8s, avg = 4.5s, dev = 1.2s
//test/core/end2end:keepalive_timeout_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 7.1s
Stats over 10 runs: max = 7.1s, min = 3.5s, avg = 4.5s, dev = 1.3s
//test/core/end2end:keepalive_timeout_test@poller=poll (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.6s, avg = 0.9s, dev = 0.2s
//test/core/end2end:keepalive_timeout_test@poller=poll@experiment=event_engine_client (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.5s, avg = 0.6s, dev = 0.1s
//test/core/end2end:keepalive_timeout_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.5s, avg = 0.8s, dev = 0.3s
//test/core/end2end:keepalive_timeout_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:keepalive_timeout_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:keepalive_timeout_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 1.8s
Stats over 10 runs: max = 1.8s, min = 0.5s, avg = 0.9s, dev = 0.4s
//test/core/end2end:large_metadata_test@poller=epoll1 (cached) PASSED in 2.3s
Stats over 50 runs: max = 2.3s, min = 0.8s, avg = 1.3s, dev = 0.2s
//test/core/end2end:large_metadata_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 2.2s
Stats over 50 runs: max = 2.2s, min = 0.6s, avg = 1.0s, dev = 0.3s
//test/core/end2end:large_metadata_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 1.3s
Stats over 50 runs: max = 1.3s, min = 0.5s, avg = 0.9s, dev = 0.1s
//test/core/end2end:large_metadata_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 2.1s
Stats over 50 runs: max = 2.1s, min = 0.6s, avg = 0.9s, dev = 0.3s
//test/core/end2end:large_metadata_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 2.1s
Stats over 50 runs: max = 2.1s, min = 0.5s, avg = 1.0s, dev = 0.3s
//test/core/end2end:large_metadata_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.4s
Stats over 50 runs: max = 1.4s, min = 0.6s, avg = 0.9s, dev = 0.2s
//test/core/end2end:large_metadata_test@poller=poll (cached) PASSED in 2.5s
Stats over 50 runs: max = 2.5s, min = 0.7s, avg = 1.3s, dev = 0.3s
//test/core/end2end:large_metadata_test@poller=poll@experiment=event_engine_client (cached) PASSED in 2.0s
Stats over 50 runs: max = 2.0s, min = 0.6s, avg = 1.0s, dev = 0.3s
//test/core/end2end:large_metadata_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 1.4s
Stats over 50 runs: max = 1.4s, min = 0.5s, avg = 0.9s, dev = 0.2s
//test/core/end2end:large_metadata_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 2.5s
Stats over 50 runs: max = 2.5s, min = 0.7s, avg = 1.0s, dev = 0.3s
//test/core/end2end:large_metadata_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 2.5s
Stats over 50 runs: max = 2.5s, min = 0.6s, avg = 1.1s, dev = 0.3s
//test/core/end2end:large_metadata_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 1.3s
Stats over 50 runs: max = 1.3s, min = 0.5s, avg = 0.9s, dev = 0.2s
//test/core/end2end:max_concurrent_streams_test@poller=epoll1 (cached) PASSED in 22.4s
Stats over 10 runs: max = 22.4s, min = 18.5s, avg = 20.7s, dev = 1.5s
//test/core/end2end:max_concurrent_streams_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 10.8s
Stats over 10 runs: max = 10.8s, min = 7.7s, avg = 8.6s, dev = 1.1s
//test/core/end2end:max_concurrent_streams_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 10.7s
Stats over 10 runs: max = 10.7s, min = 7.5s, avg = 8.5s, dev = 1.2s
//test/core/end2end:max_concurrent_streams_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 10.9s
Stats over 10 runs: max = 10.9s, min = 7.7s, avg = 8.6s, dev = 1.2s
//test/core/end2end:max_concurrent_streams_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 10.8s
Stats over 10 runs: max = 10.8s, min = 7.7s, avg = 8.7s, dev = 1.2s
//test/core/end2end:max_concurrent_streams_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 11.0s
Stats over 10 runs: max = 11.0s, min = 7.6s, avg = 8.6s, dev = 1.3s
//test/core/end2end:max_concurrent_streams_test@poller=poll (cached) PASSED in 22.3s
Stats over 10 runs: max = 22.3s, min = 19.1s, avg = 20.7s, dev = 1.3s
//test/core/end2end:max_concurrent_streams_test@poller=poll@experiment=event_engine_client (cached) PASSED in 10.8s
Stats over 10 runs: max = 10.8s, min = 7.6s, avg = 8.5s, dev = 1.2s
//test/core/end2end:max_concurrent_streams_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 10.7s
Stats over 10 runs: max = 10.7s, min = 7.5s, avg = 8.4s, dev = 1.2s
//test/core/end2end:max_concurrent_streams_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 10.9s
Stats over 10 runs: max = 10.9s, min = 7.6s, avg = 8.6s, dev = 1.2s
//test/core/end2end:max_concurrent_streams_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 10.8s
Stats over 10 runs: max = 10.8s, min = 7.7s, avg = 8.5s, dev = 1.2s
//test/core/end2end:max_concurrent_streams_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 10.8s
Stats over 10 runs: max = 10.8s, min = 7.6s, avg = 8.6s, dev = 1.1s
//test/core/end2end:max_connection_age_test@poller=epoll1 (cached) PASSED in 21.2s
Stats over 10 runs: max = 21.2s, min = 14.4s, avg = 17.7s, dev = 2.0s
//test/core/end2end:max_connection_age_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 9.8s
Stats over 10 runs: max = 9.8s, min = 6.0s, avg = 8.0s, dev = 1.5s
//test/core/end2end:max_connection_age_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 9.2s
Stats over 10 runs: max = 9.2s, min = 6.2s, avg = 8.0s, dev = 1.3s
//test/core/end2end:max_connection_age_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 9.6s
Stats over 10 runs: max = 9.6s, min = 6.2s, avg = 8.0s, dev = 1.3s
//test/core/end2end:max_connection_age_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 9.2s
Stats over 10 runs: max = 9.2s, min = 6.0s, avg = 7.9s, dev = 1.3s
//test/core/end2end:max_connection_age_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 9.6s
Stats over 10 runs: max = 9.6s, min = 6.4s, avg = 8.2s, dev = 1.3s
//test/core/end2end:max_connection_age_test@poller=poll (cached) PASSED in 20.6s
Stats over 10 runs: max = 20.6s, min = 14.5s, avg = 17.5s, dev = 1.8s
//test/core/end2end:max_connection_age_test@poller=poll@experiment=event_engine_client (cached) PASSED in 9.2s
Stats over 10 runs: max = 9.2s, min = 6.2s, avg = 7.9s, dev = 1.3s
//test/core/end2end:max_connection_age_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 10.2s
Stats over 10 runs: max = 10.2s, min = 6.2s, avg = 8.1s, dev = 1.5s
//test/core/end2end:max_connection_age_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 9.3s
Stats over 10 runs: max = 9.3s, min = 6.3s, avg = 8.0s, dev = 1.3s
//test/core/end2end:max_connection_age_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 9.2s
Stats over 10 runs: max = 9.2s, min = 6.1s, avg = 7.9s, dev = 1.3s
//test/core/end2end:max_connection_age_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 10.5s
Stats over 10 runs: max = 10.5s, min = 6.4s, avg = 8.3s, dev = 1.5s
//test/core/end2end:max_connection_idle_test@poller=epoll1 (cached) PASSED in 12.9s
Stats over 10 runs: max = 12.9s, min = 8.1s, avg = 10.4s, dev = 1.9s
//test/core/end2end:max_connection_idle_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 6.3s
Stats over 10 runs: max = 6.3s, min = 4.3s, avg = 4.9s, dev = 0.5s
//test/core/end2end:max_connection_idle_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 6.0s
Stats over 10 runs: max = 6.0s, min = 4.2s, avg = 4.8s, dev = 0.5s
//test/core/end2end:max_connection_idle_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 5.0s
Stats over 10 runs: max = 5.0s, min = 4.3s, avg = 4.5s, dev = 0.2s
//test/core/end2end:max_connection_idle_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 5.7s
Stats over 10 runs: max = 5.7s, min = 4.3s, avg = 4.7s, dev = 0.5s
//test/core/end2end:max_connection_idle_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 5.2s
Stats over 10 runs: max = 5.2s, min = 4.5s, avg = 4.8s, dev = 0.2s
//test/core/end2end:max_connection_idle_test@poller=poll (cached) PASSED in 13.4s
Stats over 10 runs: max = 13.4s, min = 8.2s, avg = 10.3s, dev = 2.1s
//test/core/end2end:max_connection_idle_test@poller=poll@experiment=event_engine_client (cached) PASSED in 5.1s
Stats over 10 runs: max = 5.1s, min = 4.3s, avg = 4.7s, dev = 0.2s
//test/core/end2end:max_connection_idle_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 5.9s
Stats over 10 runs: max = 5.9s, min = 4.2s, avg = 4.7s, dev = 0.5s
//test/core/end2end:max_connection_idle_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 5.3s
Stats over 10 runs: max = 5.3s, min = 4.4s, avg = 4.8s, dev = 0.3s
//test/core/end2end:max_connection_idle_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 5.2s
Stats over 10 runs: max = 5.2s, min = 4.5s, avg = 4.8s, dev = 0.2s
//test/core/end2end:max_connection_idle_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 5.6s
Stats over 10 runs: max = 5.6s, min = 4.4s, avg = 4.9s, dev = 0.3s
//test/core/end2end:max_message_length_test@poller=epoll1 (cached) PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 1.9s, avg = 2.5s, dev = 0.3s
//test/core/end2end:max_message_length_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 2.1s
Stats over 10 runs: max = 2.1s, min = 0.8s, avg = 1.4s, dev = 0.4s
//test/core/end2end:max_message_length_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.8s, avg = 1.1s, dev = 0.2s
//test/core/end2end:max_message_length_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 2.1s
Stats over 10 runs: max = 2.1s, min = 0.9s, avg = 1.3s, dev = 0.4s
//test/core/end2end:max_message_length_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.9s
Stats over 10 runs: max = 1.9s, min = 1.0s, avg = 1.4s, dev = 0.3s
//test/core/end2end:max_message_length_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.2s, avg = 1.7s, dev = 0.5s
//test/core/end2end:max_message_length_test@poller=poll (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 2.0s, avg = 2.4s, dev = 0.2s
//test/core/end2end:max_message_length_test@poller=poll@experiment=event_engine_client (cached) PASSED in 2.3s
Stats over 10 runs: max = 2.3s, min = 1.1s, avg = 1.5s, dev = 0.4s
//test/core/end2end:max_message_length_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.6s, avg = 0.9s, dev = 0.1s
//test/core/end2end:max_message_length_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 2.3s
Stats over 10 runs: max = 2.3s, min = 0.8s, avg = 1.3s, dev = 0.4s
//test/core/end2end:max_message_length_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 1.9s
Stats over 10 runs: max = 1.9s, min = 0.7s, avg = 1.3s, dev = 0.4s
//test/core/end2end:max_message_length_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 2.1s
Stats over 10 runs: max = 2.1s, min = 1.1s, avg = 1.5s, dev = 0.3s
//test/core/end2end:multiple_server_queues_test@poller=epoll1 (cached) PASSED in 0.7s
//test/core/end2end:multiple_server_queues_test@poller=poll (cached) PASSED in 0.7s
//test/core/end2end:negative_deadline_test@poller=epoll1 (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.4s, avg = 0.8s, dev = 0.2s
//test/core/end2end:negative_deadline_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:negative_deadline_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.4s, avg = 0.7s, dev = 0.2s
//test/core/end2end:negative_deadline_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:negative_deadline_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 2.1s
Stats over 10 runs: max = 2.1s, min = 0.6s, avg = 1.0s, dev = 0.5s
//test/core/end2end:negative_deadline_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:negative_deadline_test@poller=poll (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.8s, dev = 0.1s
//test/core/end2end:negative_deadline_test@poller=poll@experiment=event_engine_client (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:negative_deadline_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.4s, avg = 0.7s, dev = 0.1s
//test/core/end2end:negative_deadline_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 0.5s, avg = 0.8s, dev = 0.4s
//test/core/end2end:negative_deadline_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.4s, avg = 0.7s, dev = 0.2s
//test/core/end2end:negative_deadline_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 1.9s
Stats over 10 runs: max = 1.9s, min = 0.6s, avg = 1.0s, dev = 0.4s
//test/core/end2end:no_logging_test@poller=epoll1 (cached) 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 (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:no_logging_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:no_logging_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:no_logging_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:no_logging_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.6s
Stats over 10 runs: max = 1.6s, min = 0.5s, avg = 1.0s, dev = 0.3s
//test/core/end2end:no_logging_test@poller=poll (cached) 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=poll@experiment=event_engine_client (cached) PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:no_logging_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.7s, avg = 0.7s, dev = 0.1s
//test/core/end2end:no_logging_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:no_logging_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.6s, avg = 0.8s, dev = 0.2s
//test/core/end2end:no_logging_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 1.6s
Stats over 10 runs: max = 1.6s, min = 0.5s, avg = 0.8s, dev = 0.3s
//test/core/end2end:no_op_test@poller=epoll1 (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.4s, avg = 0.7s, dev = 0.2s
//test/core/end2end:no_op_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:no_op_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.4s, avg = 0.6s, dev = 0.1s
//test/core/end2end:no_op_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.6s, avg = 0.7s, dev = 0.2s
//test/core/end2end:no_op_test@poller=epoll1@experiment=promise_based_server_call (cached) 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=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.4s, avg = 0.7s, dev = 0.2s
//test/core/end2end:no_op_test@poller=poll (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:no_op_test@poller=poll@experiment=event_engine_client (cached) PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.4s, avg = 0.6s, dev = 0.1s
//test/core/end2end:no_op_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.4s, avg = 0.6s, dev = 0.1s
//test/core/end2end:no_op_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.4s, avg = 0.7s, dev = 0.2s
//test/core/end2end:no_op_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.5s, avg = 0.6s, dev = 0.1s
//test/core/end2end:no_op_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.4s, avg = 0.6s, dev = 0.2s
//test/core/end2end:no_server_test@poller=epoll1 (cached) PASSED in 2.7s
//test/core/end2end:no_server_test@poller=poll (cached) PASSED in 2.7s
//test/core/end2end:payload_test@poller=epoll1 (cached) PASSED in 3.8s
Stats over 10 runs: max = 3.8s, min = 1.3s, avg = 2.6s, dev = 0.7s
//test/core/end2end:payload_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 1.1s, avg = 1.6s, dev = 0.4s
//test/core/end2end:payload_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 0.8s, avg = 1.5s, dev = 0.5s
//test/core/end2end:payload_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 2.6s
Stats over 10 runs: max = 2.6s, min = 0.8s, avg = 1.8s, dev = 0.5s
//test/core/end2end:payload_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 1.2s, avg = 1.7s, dev = 0.4s
//test/core/end2end:payload_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.1s, avg = 1.5s, dev = 0.5s
//test/core/end2end:payload_test@poller=poll (cached) PASSED in 13.9s
Stats over 10 runs: max = 13.9s, min = 2.3s, avg = 3.9s, dev = 3.3s
//test/core/end2end:payload_test@poller=poll@experiment=event_engine_client (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.2s, avg = 1.9s, dev = 0.5s
//test/core/end2end:payload_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 2.6s
Stats over 10 runs: max = 2.6s, min = 0.8s, avg = 1.8s, dev = 0.5s
//test/core/end2end:payload_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 0.7s, avg = 1.7s, dev = 0.6s
//test/core/end2end:payload_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 0.7s, avg = 1.7s, dev = 0.6s
//test/core/end2end:payload_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.2s, avg = 1.9s, dev = 0.6s
//test/core/end2end:ping_pong_streaming_test@poller=epoll1 (cached) PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 1.0s, avg = 1.2s, dev = 0.2s
//test/core/end2end:ping_pong_streaming_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:ping_pong_streaming_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:ping_pong_streaming_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.6s, avg = 1.0s, dev = 0.2s
//test/core/end2end:ping_pong_streaming_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.6s
Stats over 10 runs: max = 1.6s, min = 0.6s, avg = 0.9s, dev = 0.3s
//test/core/end2end:ping_pong_streaming_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.8s, avg = 1.0s, dev = 0.2s
//test/core/end2end:ping_pong_streaming_test@poller=poll (cached) PASSED in 3.3s
Stats over 10 runs: max = 3.3s, min = 1.0s, avg = 1.5s, dev = 0.6s
//test/core/end2end:ping_pong_streaming_test@poller=poll@experiment=event_engine_client (cached) PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:ping_pong_streaming_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.6s, avg = 0.8s, dev = 0.2s
//test/core/end2end:ping_pong_streaming_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.6s, avg = 0.9s, dev = 0.2s
//test/core/end2end:ping_pong_streaming_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.6s, avg = 0.9s, dev = 0.2s
//test/core/end2end:ping_pong_streaming_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.8s, avg = 1.1s, dev = 0.2s
//test/core/end2end:ping_test@poller=epoll1 (cached) PASSED in 13.1s
Stats over 10 runs: max = 13.1s, min = 8.7s, avg = 10.5s, dev = 1.9s
//test/core/end2end:ping_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 5.0s
Stats over 10 runs: max = 5.0s, min = 4.6s, avg = 4.8s, dev = 0.1s
//test/core/end2end:ping_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 5.1s
Stats over 10 runs: max = 5.1s, min = 4.5s, avg = 4.8s, dev = 0.1s
//test/core/end2end:ping_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 5.0s
Stats over 10 runs: max = 5.0s, min = 4.5s, avg = 4.8s, dev = 0.1s
//test/core/end2end:ping_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 4.8s
Stats over 10 runs: max = 4.8s, min = 4.5s, avg = 4.7s, dev = 0.1s
//test/core/end2end:ping_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 5.1s
Stats over 10 runs: max = 5.1s, min = 4.6s, avg = 4.8s, dev = 0.2s
//test/core/end2end:ping_test@poller=poll (cached) PASSED in 12.9s
Stats over 10 runs: max = 12.9s, min = 8.6s, avg = 10.4s, dev = 2.0s
//test/core/end2end:ping_test@poller=poll@experiment=event_engine_client (cached) 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 (cached) PASSED in 5.6s
Stats over 10 runs: max = 5.6s, min = 4.6s, avg = 4.8s, dev = 0.3s
//test/core/end2end:ping_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 5.1s
Stats over 10 runs: max = 5.1s, min = 4.5s, avg = 4.7s, dev = 0.1s
//test/core/end2end:ping_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 5.2s
Stats over 10 runs: max = 5.2s, min = 4.5s, avg = 4.7s, dev = 0.2s
//test/core/end2end:ping_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 4.8s
Stats over 10 runs: max = 4.8s, min = 4.7s, avg = 4.8s, dev = 0.1s
//test/core/end2end:proxy_auth_test@poller=epoll1 (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:proxy_auth_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:proxy_auth_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:proxy_auth_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 1.8s
Stats over 10 runs: max = 1.8s, min = 0.5s, avg = 0.8s, dev = 0.4s
//test/core/end2end:proxy_auth_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.5s, avg = 0.8s, dev = 0.3s
//test/core/end2end:proxy_auth_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:proxy_auth_test@poller=poll (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.4s, avg = 0.7s, dev = 0.2s
//test/core/end2end:proxy_auth_test@poller=poll@experiment=event_engine_client (cached) PASSED in 1.6s
Stats over 10 runs: max = 1.6s, min = 0.5s, avg = 0.8s, dev = 0.3s
//test/core/end2end:proxy_auth_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.4s, avg = 0.7s, dev = 0.1s
//test/core/end2end:proxy_auth_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:proxy_auth_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:proxy_auth_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:registered_call_test@poller=epoll1 (cached) PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.7s, avg = 0.9s, dev = 0.1s
//test/core/end2end:registered_call_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:registered_call_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:registered_call_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.6s, avg = 0.8s, dev = 0.2s
//test/core/end2end:registered_call_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:registered_call_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.8s, dev = 0.1s
//test/core/end2end:registered_call_test@poller=poll (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.7s, avg = 1.0s, dev = 0.1s
//test/core/end2end:registered_call_test@poller=poll@experiment=event_engine_client (cached) PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.5s, avg = 0.8s, dev = 0.3s
//test/core/end2end:registered_call_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 0.5s, avg = 0.8s, dev = 0.3s
//test/core/end2end:registered_call_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.6s, avg = 0.8s, dev = 0.2s
//test/core/end2end:registered_call_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:registered_call_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:request_with_flags_test@poller=epoll1 (cached) PASSED in 4.7s
Stats over 50 runs: max = 4.7s, min = 1.8s, avg = 3.5s, dev = 0.6s
//test/core/end2end:request_with_flags_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 3.6s
Stats over 50 runs: max = 3.6s, min = 0.5s, avg = 1.9s, dev = 0.6s
//test/core/end2end:request_with_flags_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 12.9s
Stats over 50 runs: max = 12.9s, min = 0.5s, avg = 2.1s, dev = 1.6s
//test/core/end2end:request_with_flags_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 4.2s
Stats over 50 runs: max = 4.2s, min = 0.7s, avg = 2.2s, dev = 0.7s
//test/core/end2end:request_with_flags_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 3.0s
Stats over 50 runs: max = 3.0s, min = 0.6s, avg = 1.9s, dev = 0.5s
//test/core/end2end:request_with_flags_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 3.3s
Stats over 50 runs: max = 3.3s, min = 0.5s, avg = 1.9s, dev = 0.6s
//test/core/end2end:request_with_flags_test@poller=poll (cached) PASSED in 4.3s
Stats over 50 runs: max = 4.3s, min = 2.2s, avg = 3.4s, dev = 0.6s
//test/core/end2end:request_with_flags_test@poller=poll@experiment=event_engine_client (cached) PASSED in 3.3s
Stats over 50 runs: max = 3.3s, min = 0.4s, avg = 1.9s, dev = 0.5s
//test/core/end2end:request_with_flags_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 2.8s
Stats over 50 runs: max = 2.8s, min = 0.7s, avg = 1.9s, dev = 0.5s
//test/core/end2end:request_with_flags_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 3.9s
Stats over 50 runs: max = 3.9s, min = 0.6s, avg = 2.2s, dev = 0.7s
//test/core/end2end:request_with_flags_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 3.3s
Stats over 50 runs: max = 3.3s, min = 0.5s, avg = 1.9s, dev = 0.6s
//test/core/end2end:request_with_flags_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 3.1s
Stats over 50 runs: max = 3.1s, min = 0.5s, avg = 2.0s, dev = 0.6s
//test/core/end2end:request_with_payload_test@poller=epoll1 (cached) PASSED in 1.9s
Stats over 10 runs: max = 1.9s, min = 0.4s, avg = 0.9s, dev = 0.4s
//test/core/end2end:request_with_payload_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:request_with_payload_test@poller=epoll1@experiment=no_event_engine_listener (cached) 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=epoll1@experiment=promise_based_client_call (cached) PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.6s, avg = 0.7s, dev = 0.0s
//test/core/end2end:request_with_payload_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:request_with_payload_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:request_with_payload_test@poller=poll (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.4s, avg = 0.7s, dev = 0.2s
//test/core/end2end:request_with_payload_test@poller=poll@experiment=event_engine_client (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:request_with_payload_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.4s, avg = 0.7s, dev = 0.2s
//test/core/end2end:request_with_payload_test@poller=poll@experiment=promise_based_client_call (cached) 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=poll@experiment=promise_based_server_call (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:request_with_payload_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.4s, avg = 0.7s, dev = 0.1s
//test/core/end2end:resource_quota_server_test@poller=epoll1 (cached) PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.5s, avg = 0.6s, dev = 0.1s
//test/core/end2end:resource_quota_server_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.6s, avg = 0.7s, dev = 0.2s
//test/core/end2end:resource_quota_server_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:resource_quota_server_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.5s, avg = 0.7s, dev = 0.3s
//test/core/end2end:resource_quota_server_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.6s
Stats over 10 runs: max = 1.6s, min = 0.5s, avg = 0.8s, dev = 0.3s
//test/core/end2end:resource_quota_server_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:resource_quota_server_test@poller=poll (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.4s, avg = 0.7s, dev = 0.2s
//test/core/end2end:resource_quota_server_test@poller=poll@experiment=event_engine_client (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:resource_quota_server_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 12.2s
Stats over 10 runs: max = 12.2s, min = 0.5s, avg = 1.9s, dev = 3.4s
//test/core/end2end:resource_quota_server_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:resource_quota_server_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.4s, avg = 0.7s, dev = 0.1s
//test/core/end2end:resource_quota_server_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:retry_cancel_after_first_attempt_starts_test@poller=epoll1 (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_cancel_after_first_attempt_starts_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 0.5s, avg = 0.9s, dev = 0.3s
//test/core/end2end:retry_cancel_after_first_attempt_starts_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 20.6s
Stats over 10 runs: max = 20.6s, min = 0.5s, avg = 2.7s, dev = 6.0s
//test/core/end2end:retry_cancel_after_first_attempt_starts_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 0.5s, avg = 0.9s, dev = 0.4s
//test/core/end2end:retry_cancel_after_first_attempt_starts_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_cancel_after_first_attempt_starts_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:retry_cancel_after_first_attempt_starts_test@poller=poll (cached) PASSED in 5.7s
Stats over 10 runs: max = 5.7s, min = 0.5s, avg = 1.3s, dev = 1.5s
//test/core/end2end:retry_cancel_after_first_attempt_starts_test@poller=poll@experiment=event_engine_client (cached) PASSED in 12.0s
Stats over 10 runs: max = 12.0s, min = 0.6s, avg = 2.0s, dev = 3.3s
//test/core/end2end:retry_cancel_after_first_attempt_starts_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 20.8s
Stats over 10 runs: max = 20.8s, min = 0.6s, avg = 5.3s, dev = 7.8s
//test/core/end2end:retry_cancel_after_first_attempt_starts_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 5.7s
Stats over 10 runs: max = 5.7s, min = 0.4s, avg = 1.1s, dev = 1.5s
//test/core/end2end:retry_cancel_after_first_attempt_starts_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_cancel_after_first_attempt_starts_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_cancel_during_delay_test@poller=epoll1 (cached) PASSED in 91.1s
Stats over 10 runs: max = 91.1s, min = 60.8s, avg = 78.8s, dev = 14.7s
//test/core/end2end:retry_cancel_during_delay_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 61.7s
Stats over 10 runs: max = 61.7s, min = 30.7s, avg = 37.0s, dev = 12.1s
//test/core/end2end:retry_cancel_during_delay_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 60.8s
Stats over 10 runs: max = 60.8s, min = 30.6s, avg = 36.8s, dev = 12.0s
//test/core/end2end:retry_cancel_during_delay_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 60.7s
Stats over 10 runs: max = 60.7s, min = 30.6s, avg = 36.8s, dev = 11.9s
//test/core/end2end:retry_cancel_during_delay_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 60.6s
Stats over 10 runs: max = 60.6s, min = 30.7s, avg = 36.8s, dev = 11.9s
//test/core/end2end:retry_cancel_during_delay_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 60.9s
Stats over 10 runs: max = 60.9s, min = 30.6s, avg = 36.9s, dev = 12.0s
//test/core/end2end:retry_cancel_during_delay_test@poller=poll (cached) PASSED in 91.5s
Stats over 10 runs: max = 91.5s, min = 60.6s, avg = 78.9s, dev = 14.7s
//test/core/end2end:retry_cancel_during_delay_test@poller=poll@experiment=event_engine_client (cached) PASSED in 62.5s
Stats over 10 runs: max = 62.5s, min = 30.6s, avg = 36.9s, dev = 12.4s
//test/core/end2end:retry_cancel_during_delay_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 60.7s
Stats over 10 runs: max = 60.7s, min = 30.5s, avg = 36.7s, dev = 12.0s
//test/core/end2end:retry_cancel_during_delay_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 60.8s
Stats over 10 runs: max = 60.8s, min = 30.5s, avg = 36.8s, dev = 12.0s
//test/core/end2end:retry_cancel_during_delay_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 60.8s
Stats over 10 runs: max = 60.8s, min = 30.7s, avg = 36.9s, dev = 11.9s
//test/core/end2end:retry_cancel_during_delay_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 61.2s
Stats over 10 runs: max = 61.2s, min = 30.8s, avg = 36.9s, dev = 12.0s
//test/core/end2end:retry_cancel_with_multiple_send_batches_test@poller=epoll1 (cached) PASSED in 10.1s
Stats over 10 runs: max = 10.1s, min = 6.5s, avg = 8.8s, dev = 1.3s
//test/core/end2end:retry_cancel_with_multiple_send_batches_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 6.8s
Stats over 10 runs: max = 6.8s, min = 3.6s, avg = 4.4s, dev = 1.2s
//test/core/end2end:retry_cancel_with_multiple_send_batches_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 26.7s
Stats over 10 runs: max = 26.7s, min = 3.5s, avg = 6.3s, dev = 6.9s
//test/core/end2end:retry_cancel_with_multiple_send_batches_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 6.8s
Stats over 10 runs: max = 6.8s, min = 3.5s, avg = 4.4s, dev = 1.2s
//test/core/end2end:retry_cancel_with_multiple_send_batches_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 6.8s
Stats over 10 runs: max = 6.8s, min = 3.5s, avg = 4.3s, dev = 1.2s
//test/core/end2end:retry_cancel_with_multiple_send_batches_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 6.9s
Stats over 10 runs: max = 6.9s, min = 3.6s, avg = 4.4s, dev = 1.2s
//test/core/end2end:retry_cancel_with_multiple_send_batches_test@poller=poll (cached) PASSED in 30.4s
Stats over 10 runs: max = 30.4s, min = 6.7s, avg = 12.9s, dev = 8.9s
//test/core/end2end:retry_cancel_with_multiple_send_batches_test@poller=poll@experiment=event_engine_client (cached) PASSED in 6.8s
Stats over 10 runs: max = 6.8s, min = 3.5s, avg = 4.4s, dev = 1.2s
//test/core/end2end:retry_cancel_with_multiple_send_batches_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 26.7s
Stats over 10 runs: max = 26.7s, min = 3.5s, avg = 8.3s, dev = 8.7s
//test/core/end2end:retry_cancel_with_multiple_send_batches_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 24.4s
Stats over 10 runs: max = 24.4s, min = 3.5s, avg = 6.9s, dev = 6.1s
//test/core/end2end:retry_cancel_with_multiple_send_batches_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 8.8s
Stats over 10 runs: max = 8.8s, min = 3.5s, avg = 5.0s, dev = 1.7s
//test/core/end2end:retry_cancel_with_multiple_send_batches_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 8.9s
Stats over 10 runs: max = 8.9s, min = 3.6s, avg = 4.9s, dev = 1.8s
//test/core/end2end:retry_cancellation_test@poller=epoll1 (cached) PASSED in 19.0s
Stats over 10 runs: max = 19.0s, min = 13.7s, avg = 16.7s, dev = 2.0s
//test/core/end2end:retry_cancellation_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 12.3s
Stats over 10 runs: max = 12.3s, min = 6.5s, avg = 8.2s, dev = 2.0s
//test/core/end2end:retry_cancellation_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 12.0s
Stats over 10 runs: max = 12.0s, min = 6.7s, avg = 7.9s, dev = 2.0s
//test/core/end2end:retry_cancellation_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 12.0s
Stats over 10 runs: max = 12.0s, min = 6.4s, avg = 8.2s, dev = 1.9s
//test/core/end2end:retry_cancellation_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 11.9s
Stats over 10 runs: max = 11.9s, min = 6.5s, avg = 8.1s, dev = 1.9s
//test/core/end2end:retry_cancellation_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 12.0s
Stats over 10 runs: max = 12.0s, min = 6.7s, avg = 8.1s, dev = 2.0s
//test/core/end2end:retry_cancellation_test@poller=poll (cached) PASSED in 19.1s
Stats over 10 runs: max = 19.1s, min = 13.8s, avg = 16.5s, dev = 2.2s
//test/core/end2end:retry_cancellation_test@poller=poll@experiment=event_engine_client (cached) PASSED in 12.0s
Stats over 10 runs: max = 12.0s, min = 6.7s, avg = 8.0s, dev = 2.0s
//test/core/end2end:retry_cancellation_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 11.9s
Stats over 10 runs: max = 11.9s, min = 6.7s, avg = 7.9s, dev = 2.0s
//test/core/end2end:retry_cancellation_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 11.8s
Stats over 10 runs: max = 11.8s, min = 6.7s, avg = 8.1s, dev = 1.9s
//test/core/end2end:retry_cancellation_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 12.0s
Stats over 10 runs: max = 12.0s, min = 6.5s, avg = 8.0s, dev = 2.0s
//test/core/end2end:retry_cancellation_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 11.9s
Stats over 10 runs: max = 11.9s, min = 6.7s, avg = 8.1s, dev = 1.9s
//test/core/end2end:retry_disabled_test@poller=epoll1 (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:retry_disabled_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_disabled_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.4s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_disabled_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 2.0s
Stats over 10 runs: max = 2.0s, min = 0.5s, avg = 0.8s, dev = 0.4s
//test/core/end2end:retry_disabled_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:retry_disabled_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 2.2s
Stats over 10 runs: max = 2.2s, min = 0.7s, avg = 1.0s, dev = 0.5s
//test/core/end2end:retry_disabled_test@poller=poll (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:retry_disabled_test@poller=poll@experiment=event_engine_client (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_disabled_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_disabled_test@poller=poll@experiment=promise_based_client_call (cached) 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=promise_based_server_call (cached) PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 0.6s, avg = 0.9s, dev = 0.3s
//test/core/end2end:retry_disabled_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_exceeds_buffer_size_in_delay_test@poller=epoll1 (cached) PASSED in 7.4s
Stats over 10 runs: max = 7.4s, min = 4.7s, avg = 6.1s, dev = 1.0s
//test/core/end2end:retry_exceeds_buffer_size_in_delay_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 5.1s
Stats over 10 runs: max = 5.1s, min = 2.5s, avg = 3.2s, dev = 0.9s
//test/core/end2end:retry_exceeds_buffer_size_in_delay_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 4.7s
Stats over 10 runs: max = 4.7s, min = 2.5s, avg = 3.1s, dev = 0.7s
//test/core/end2end:retry_exceeds_buffer_size_in_delay_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 5.1s
Stats over 10 runs: max = 5.1s, min = 2.6s, avg = 3.2s, dev = 0.9s
//test/core/end2end:retry_exceeds_buffer_size_in_delay_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 5.0s
Stats over 10 runs: max = 5.0s, min = 2.7s, avg = 3.2s, dev = 0.8s
//test/core/end2end:retry_exceeds_buffer_size_in_delay_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 5.0s
Stats over 10 runs: max = 5.0s, min = 2.5s, avg = 3.2s, dev = 0.8s
//test/core/end2end:retry_exceeds_buffer_size_in_delay_test@poller=poll (cached) PASSED in 7.1s
Stats over 10 runs: max = 7.1s, min = 4.7s, avg = 6.1s, dev = 1.1s
//test/core/end2end:retry_exceeds_buffer_size_in_delay_test@poller=poll@experiment=event_engine_client (cached) PASSED in 4.8s
Stats over 10 runs: max = 4.8s, min = 2.5s, avg = 3.2s, dev = 0.8s
//test/core/end2end:retry_exceeds_buffer_size_in_delay_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 5.0s
Stats over 10 runs: max = 5.0s, min = 2.6s, avg = 3.2s, dev = 0.8s
//test/core/end2end:retry_exceeds_buffer_size_in_delay_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 4.7s
Stats over 10 runs: max = 4.7s, min = 2.5s, avg = 3.1s, dev = 0.8s
//test/core/end2end:retry_exceeds_buffer_size_in_delay_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 4.8s
Stats over 10 runs: max = 4.8s, min = 2.5s, avg = 3.1s, dev = 0.8s
//test/core/end2end:retry_exceeds_buffer_size_in_delay_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 5.0s
Stats over 10 runs: max = 5.0s, min = 2.4s, avg = 3.1s, dev = 0.9s
//test/core/end2end:retry_exceeds_buffer_size_in_initial_batch_test@poller=epoll1 (cached) PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.5s, avg = 0.9s, dev = 0.3s
//test/core/end2end:retry_exceeds_buffer_size_in_initial_batch_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_exceeds_buffer_size_in_initial_batch_test@poller=epoll1@experiment=no_event_engine_listener (cached) 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_initial_batch_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_exceeds_buffer_size_in_initial_batch_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.9s
Stats over 10 runs: max = 1.9s, min = 0.5s, avg = 0.9s, dev = 0.4s
//test/core/end2end:retry_exceeds_buffer_size_in_initial_batch_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_exceeds_buffer_size_in_initial_batch_test@poller=poll (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.7s, avg = 0.9s, dev = 0.1s
//test/core/end2end:retry_exceeds_buffer_size_in_initial_batch_test@poller=poll@experiment=event_engine_client (cached) 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=no_event_engine_listener (cached) PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 0.4s, avg = 0.9s, dev = 0.6s
//test/core/end2end:retry_exceeds_buffer_size_in_initial_batch_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 2.0s
Stats over 10 runs: max = 2.0s, min = 0.5s, avg = 0.8s, dev = 0.4s
//test/core/end2end:retry_exceeds_buffer_size_in_initial_batch_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_exceeds_buffer_size_in_initial_batch_test@poller=poll@experiment=work_serializer_dispatch (cached) 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=epoll1 (cached) 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_subsequent_batch_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_exceeds_buffer_size_in_subsequent_batch_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_exceeds_buffer_size_in_subsequent_batch_test@poller=epoll1@experiment=promise_based_client_call (cached) 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_subsequent_batch_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_exceeds_buffer_size_in_subsequent_batch_test@poller=epoll1@experiment=work_serializer_dispatch (cached) 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_subsequent_batch_test@poller=poll (cached) PASSED in 1.9s
Stats over 10 runs: max = 1.9s, min = 0.6s, avg = 0.9s, dev = 0.4s
//test/core/end2end:retry_exceeds_buffer_size_in_subsequent_batch_test@poller=poll@experiment=event_engine_client (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_exceeds_buffer_size_in_subsequent_batch_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.4s, avg = 0.7s, dev = 0.2s
//test/core/end2end:retry_exceeds_buffer_size_in_subsequent_batch_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.4s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_exceeds_buffer_size_in_subsequent_batch_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_exceeds_buffer_size_in_subsequent_batch_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_lb_drop_test@poller=epoll1 (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_lb_drop_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:retry_lb_drop_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 1.9s
Stats over 10 runs: max = 1.9s, min = 0.5s, avg = 0.9s, dev = 0.4s
//test/core/end2end:retry_lb_drop_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:retry_lb_drop_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.9s
Stats over 10 runs: max = 1.9s, min = 0.6s, avg = 0.9s, dev = 0.4s
//test/core/end2end:retry_lb_drop_test@poller=epoll1@experiment=work_serializer_dispatch (cached) 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 (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.5s, avg = 0.9s, dev = 0.2s
//test/core/end2end:retry_lb_drop_test@poller=poll@experiment=event_engine_client (cached) PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 0.4s, avg = 0.7s, dev = 0.3s
//test/core/end2end:retry_lb_drop_test@poller=poll@experiment=no_event_engine_listener (cached) 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=promise_based_client_call (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.7s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_lb_drop_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_lb_drop_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_lb_fail_test@poller=epoll1 (cached) PASSED in 5.2s
Stats over 10 runs: max = 5.2s, min = 2.7s, avg = 3.5s, dev = 0.7s
//test/core/end2end:retry_lb_fail_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 1.7s, avg = 2.0s, dev = 0.4s
//test/core/end2end:retry_lb_fail_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 3.1s
Stats over 10 runs: max = 3.1s, min = 1.4s, avg = 1.9s, dev = 0.5s
//test/core/end2end:retry_lb_fail_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 1.5s, avg = 1.9s, dev = 0.4s
//test/core/end2end:retry_lb_fail_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.4s, avg = 1.9s, dev = 0.4s
//test/core/end2end:retry_lb_fail_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.5s, avg = 2.0s, dev = 0.5s
//test/core/end2end:retry_lb_fail_test@poller=poll (cached) PASSED in 4.0s
Stats over 10 runs: max = 4.0s, min = 2.7s, avg = 3.4s, dev = 0.5s
//test/core/end2end:retry_lb_fail_test@poller=poll@experiment=event_engine_client (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.5s, avg = 1.8s, dev = 0.5s
//test/core/end2end:retry_lb_fail_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 1.5s, avg = 1.9s, dev = 0.4s
//test/core/end2end:retry_lb_fail_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 1.5s, avg = 1.9s, dev = 0.5s
//test/core/end2end:retry_lb_fail_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.5s, avg = 1.9s, dev = 0.5s
//test/core/end2end:retry_lb_fail_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.5s, avg = 1.9s, dev = 0.4s
//test/core/end2end:retry_non_retriable_status_before_trailers_test@poller=epoll1 (cached) PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.5s, avg = 0.8s, dev = 0.3s
//test/core/end2end:retry_non_retriable_status_before_trailers_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_non_retriable_status_before_trailers_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.4s, avg = 0.6s, dev = 0.1s
//test/core/end2end:retry_non_retriable_status_before_trailers_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.4s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_non_retriable_status_before_trailers_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_non_retriable_status_before_trailers_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.4s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_non_retriable_status_before_trailers_test@poller=poll (cached) PASSED in 1.6s
Stats over 10 runs: max = 1.6s, min = 0.6s, avg = 0.8s, dev = 0.3s
//test/core/end2end:retry_non_retriable_status_before_trailers_test@poller=poll@experiment=event_engine_client (cached) PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.6s, avg = 0.9s, dev = 0.2s
//test/core/end2end:retry_non_retriable_status_before_trailers_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:retry_non_retriable_status_before_trailers_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.5s, avg = 0.8s, dev = 0.3s
//test/core/end2end:retry_non_retriable_status_before_trailers_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_non_retriable_status_before_trailers_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 1.6s
Stats over 10 runs: max = 1.6s, min = 0.5s, avg = 0.9s, dev = 0.3s
//test/core/end2end:retry_non_retriable_status_test@poller=epoll1 (cached) PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:retry_non_retriable_status_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_non_retriable_status_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_non_retriable_status_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:retry_non_retriable_status_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_non_retriable_status_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_non_retriable_status_test@poller=poll (cached) PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.6s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_non_retriable_status_test@poller=poll@experiment=event_engine_client (cached) 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@experiment=no_event_engine_listener (cached) PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_non_retriable_status_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 0.7s, avg = 0.9s, dev = 0.3s
//test/core/end2end:retry_non_retriable_status_test@poller=poll@experiment=promise_based_server_call (cached) 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@experiment=work_serializer_dispatch (cached) PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.7s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_per_attempt_recv_timeout_on_last_attempt_test@poller=epoll1 (cached) PASSED in 16.0s
Stats over 10 runs: max = 16.0s, min = 10.5s, avg = 13.8s, dev = 2.5s
//test/core/end2end:retry_per_attempt_recv_timeout_on_last_attempt_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 10.9s
Stats over 10 runs: max = 10.9s, min = 5.4s, avg = 6.7s, dev = 2.0s
//test/core/end2end:retry_per_attempt_recv_timeout_on_last_attempt_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 10.8s
Stats over 10 runs: max = 10.8s, min = 5.6s, avg = 6.8s, dev = 2.0s
//test/core/end2end:retry_per_attempt_recv_timeout_on_last_attempt_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 10.7s
Stats over 10 runs: max = 10.7s, min = 5.6s, avg = 6.7s, dev = 2.0s
//test/core/end2end:retry_per_attempt_recv_timeout_on_last_attempt_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 10.7s
Stats over 10 runs: max = 10.7s, min = 5.4s, avg = 6.7s, dev = 2.0s
//test/core/end2end:retry_per_attempt_recv_timeout_on_last_attempt_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 11.0s
Stats over 10 runs: max = 11.0s, min = 5.5s, avg = 6.8s, dev = 2.0s
//test/core/end2end:retry_per_attempt_recv_timeout_on_last_attempt_test@poller=poll (cached) PASSED in 16.3s
Stats over 10 runs: max = 16.3s, min = 10.7s, avg = 13.9s, dev = 2.5s
//test/core/end2end:retry_per_attempt_recv_timeout_on_last_attempt_test@poller=poll@experiment=event_engine_client (cached) PASSED in 11.1s
Stats over 10 runs: max = 11.1s, min = 5.5s, avg = 6.8s, dev = 2.1s
//test/core/end2end:retry_per_attempt_recv_timeout_on_last_attempt_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 10.7s
Stats over 10 runs: max = 10.7s, min = 5.5s, avg = 6.7s, dev = 2.0s
//test/core/end2end:retry_per_attempt_recv_timeout_on_last_attempt_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 10.7s
Stats over 10 runs: max = 10.7s, min = 5.5s, avg = 6.9s, dev = 1.9s
//test/core/end2end:retry_per_attempt_recv_timeout_on_last_attempt_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 11.0s
Stats over 10 runs: max = 11.0s, min = 5.7s, avg = 6.8s, dev = 2.0s
//test/core/end2end:retry_per_attempt_recv_timeout_on_last_attempt_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 10.9s
Stats over 10 runs: max = 10.9s, min = 5.5s, avg = 6.7s, dev = 2.0s
//test/core/end2end:retry_per_attempt_recv_timeout_test@poller=epoll1 (cached) PASSED in 15.4s
Stats over 10 runs: max = 15.4s, min = 9.6s, avg = 12.7s, dev = 2.4s
//test/core/end2end:retry_per_attempt_recv_timeout_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 10.1s
Stats over 10 runs: max = 10.1s, min = 5.2s, avg = 6.4s, dev = 1.8s
//test/core/end2end:retry_per_attempt_recv_timeout_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 10.1s
Stats over 10 runs: max = 10.1s, min = 4.8s, avg = 6.1s, dev = 1.9s
//test/core/end2end:retry_per_attempt_recv_timeout_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 10.0s
Stats over 10 runs: max = 10.0s, min = 5.1s, avg = 6.2s, dev = 1.9s
//test/core/end2end:retry_per_attempt_recv_timeout_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 10.2s
Stats over 10 runs: max = 10.2s, min = 4.8s, avg = 6.3s, dev = 1.9s
//test/core/end2end:retry_per_attempt_recv_timeout_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 10.3s
Stats over 10 runs: max = 10.3s, min = 5.2s, avg = 6.4s, dev = 1.9s
//test/core/end2end:retry_per_attempt_recv_timeout_test@poller=poll (cached) PASSED in 15.0s
Stats over 10 runs: max = 15.0s, min = 9.7s, avg = 12.7s, dev = 2.3s
//test/core/end2end:retry_per_attempt_recv_timeout_test@poller=poll@experiment=event_engine_client (cached) PASSED in 10.1s
Stats over 10 runs: max = 10.1s, min = 5.1s, avg = 6.3s, dev = 1.9s
//test/core/end2end:retry_per_attempt_recv_timeout_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 10.0s
Stats over 10 runs: max = 10.0s, min = 5.0s, avg = 6.2s, dev = 1.8s
//test/core/end2end:retry_per_attempt_recv_timeout_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 9.6s
Stats over 10 runs: max = 9.6s, min = 5.1s, avg = 6.3s, dev = 1.6s
//test/core/end2end:retry_per_attempt_recv_timeout_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 10.0s
Stats over 10 runs: max = 10.0s, min = 5.0s, avg = 6.2s, dev = 1.8s
//test/core/end2end:retry_per_attempt_recv_timeout_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 10.2s
Stats over 10 runs: max = 10.2s, min = 5.2s, avg = 6.3s, dev = 1.9s
//test/core/end2end:retry_recv_initial_metadata_test@poller=epoll1 (cached) 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_initial_metadata_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_recv_initial_metadata_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_recv_initial_metadata_test@poller=epoll1@experiment=promise_based_client_call (cached) 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_initial_metadata_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:retry_recv_initial_metadata_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 2.4s
Stats over 10 runs: max = 2.4s, min = 0.5s, avg = 1.0s, dev = 0.5s
//test/core/end2end:retry_recv_initial_metadata_test@poller=poll (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.6s, avg = 0.9s, dev = 0.2s
//test/core/end2end:retry_recv_initial_metadata_test@poller=poll@experiment=event_engine_client (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_recv_initial_metadata_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.7s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_recv_initial_metadata_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_recv_initial_metadata_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:retry_recv_initial_metadata_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_recv_message_replay_test@poller=epoll1 (cached) PASSED in 4.3s
Stats over 10 runs: max = 4.3s, min = 2.6s, avg = 3.5s, dev = 0.6s
//test/core/end2end:retry_recv_message_replay_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 3.2s
Stats over 10 runs: max = 3.2s, min = 1.5s, avg = 1.9s, dev = 0.6s
//test/core/end2end:retry_recv_message_replay_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 1.5s, avg = 1.8s, dev = 0.4s
//test/core/end2end:retry_recv_message_replay_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 2.5s
Stats over 10 runs: max = 2.5s, min = 1.5s, avg = 1.9s, dev = 0.3s
//test/core/end2end:retry_recv_message_replay_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 3.3s
Stats over 10 runs: max = 3.3s, min = 1.6s, avg = 2.1s, dev = 0.6s
//test/core/end2end:retry_recv_message_replay_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.6s, avg = 2.0s, dev = 0.4s
//test/core/end2end:retry_recv_message_replay_test@poller=poll (cached) PASSED in 4.2s
Stats over 10 runs: max = 4.2s, min = 2.7s, avg = 3.5s, dev = 0.6s
//test/core/end2end:retry_recv_message_replay_test@poller=poll@experiment=event_engine_client (cached) PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 1.5s, avg = 1.9s, dev = 0.4s
//test/core/end2end:retry_recv_message_replay_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 3.4s
Stats over 10 runs: max = 3.4s, min = 1.5s, avg = 2.1s, dev = 0.6s
//test/core/end2end:retry_recv_message_replay_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.5s, avg = 1.9s, dev = 0.4s
//test/core/end2end:retry_recv_message_replay_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 3.2s
Stats over 10 runs: max = 3.2s, min = 1.6s, avg = 1.9s, dev = 0.5s
//test/core/end2end:retry_recv_message_replay_test@poller=poll@experiment=work_serializer_dispatch (cached) 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@poller=epoll1 (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:retry_recv_message_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_recv_message_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_recv_message_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:retry_recv_message_test@poller=epoll1@experiment=promise_based_server_call (cached) 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@experiment=work_serializer_dispatch (cached) PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.5s, avg = 0.8s, dev = 0.3s
//test/core/end2end:retry_recv_message_test@poller=poll (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.4s, avg = 0.7s, dev = 0.2s
//test/core/end2end:retry_recv_message_test@poller=poll@experiment=event_engine_client (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:retry_recv_message_test@poller=poll@experiment=no_event_engine_listener (cached) 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=promise_based_client_call (cached) PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_recv_message_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_recv_message_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:retry_recv_trailing_metadata_error_test@poller=epoll1 (cached) PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.6s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_recv_trailing_metadata_error_test@poller=epoll1@experiment=event_engine_client (cached) 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=epoll1@experiment=no_event_engine_listener (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_recv_trailing_metadata_error_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_recv_trailing_metadata_error_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:retry_recv_trailing_metadata_error_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 0.6s, avg = 0.9s, dev = 0.3s
//test/core/end2end:retry_recv_trailing_metadata_error_test@poller=poll (cached) 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=poll@experiment=event_engine_client (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:retry_recv_trailing_metadata_error_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_recv_trailing_metadata_error_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.6s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_recv_trailing_metadata_error_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.6s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_recv_trailing_metadata_error_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_send_initial_metadata_refs_test@poller=epoll1 (cached) PASSED in 4.2s
Stats over 10 runs: max = 4.2s, min = 2.5s, avg = 3.4s, dev = 0.6s
//test/core/end2end:retry_send_initial_metadata_refs_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.4s, avg = 1.9s, dev = 0.4s
//test/core/end2end:retry_send_initial_metadata_refs_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 1.5s, avg = 1.9s, dev = 0.4s
//test/core/end2end:retry_send_initial_metadata_refs_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 1.5s, avg = 1.9s, dev = 0.4s
//test/core/end2end:retry_send_initial_metadata_refs_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 4.3s
Stats over 10 runs: max = 4.3s, min = 1.5s, avg = 2.1s, dev = 0.8s
//test/core/end2end:retry_send_initial_metadata_refs_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.5s, avg = 1.9s, dev = 0.4s
//test/core/end2end:retry_send_initial_metadata_refs_test@poller=poll (cached) PASSED in 5.2s
Stats over 10 runs: max = 5.2s, min = 2.5s, avg = 3.5s, dev = 0.8s
//test/core/end2end:retry_send_initial_metadata_refs_test@poller=poll@experiment=event_engine_client (cached) PASSED in 3.1s
Stats over 10 runs: max = 3.1s, min = 1.4s, avg = 2.0s, dev = 0.5s
//test/core/end2end:retry_send_initial_metadata_refs_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 1.6s, avg = 1.9s, dev = 0.4s
//test/core/end2end:retry_send_initial_metadata_refs_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 3.1s
Stats over 10 runs: max = 3.1s, min = 1.6s, avg = 2.0s, dev = 0.5s
//test/core/end2end:retry_send_initial_metadata_refs_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 1.5s, avg = 2.0s, dev = 0.4s
//test/core/end2end:retry_send_initial_metadata_refs_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.5s, avg = 2.0s, dev = 0.4s
//test/core/end2end:retry_send_op_fails_test@poller=epoll1 (cached) PASSED in 4.0s
Stats over 10 runs: max = 4.0s, min = 2.5s, avg = 3.4s, dev = 0.6s
//test/core/end2end:retry_send_op_fails_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 3.1s
Stats over 10 runs: max = 3.1s, min = 1.6s, avg = 2.0s, dev = 0.5s
//test/core/end2end:retry_send_op_fails_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.5s, avg = 1.9s, dev = 0.4s
//test/core/end2end:retry_send_op_fails_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 3.1s
Stats over 10 runs: max = 3.1s, min = 1.5s, avg = 2.1s, dev = 0.6s
//test/core/end2end:retry_send_op_fails_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.5s, avg = 1.9s, dev = 0.4s
//test/core/end2end:retry_send_op_fails_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.6s, avg = 2.0s, dev = 0.4s
//test/core/end2end:retry_send_op_fails_test@poller=poll (cached) PASSED in 4.5s
Stats over 10 runs: max = 4.5s, min = 2.5s, avg = 3.4s, dev = 0.7s
//test/core/end2end:retry_send_op_fails_test@poller=poll@experiment=event_engine_client (cached) PASSED in 2.5s
Stats over 10 runs: max = 2.5s, min = 1.6s, avg = 1.9s, dev = 0.3s
//test/core/end2end:retry_send_op_fails_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 1.7s, avg = 2.0s, dev = 0.4s
//test/core/end2end:retry_send_op_fails_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 2.6s
Stats over 10 runs: max = 2.6s, min = 1.7s, avg = 1.9s, dev = 0.3s
//test/core/end2end:retry_send_op_fails_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.5s, avg = 1.9s, dev = 0.4s
//test/core/end2end:retry_send_op_fails_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.5s, avg = 2.0s, dev = 0.5s
//test/core/end2end:retry_send_recv_batch_test@poller=epoll1 (cached) PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:retry_send_recv_batch_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_send_recv_batch_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.5s, avg = 0.7s, dev = 0.3s
//test/core/end2end:retry_send_recv_batch_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_send_recv_batch_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.6s, avg = 0.9s, dev = 0.2s
//test/core/end2end:retry_send_recv_batch_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_send_recv_batch_test@poller=poll (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_send_recv_batch_test@poller=poll@experiment=event_engine_client (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_send_recv_batch_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_send_recv_batch_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_send_recv_batch_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.4s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_send_recv_batch_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_server_pushback_delay_test@poller=epoll1 (cached) PASSED in 7.0s
Stats over 10 runs: max = 7.0s, min = 4.6s, avg = 6.0s, dev = 1.1s
//test/core/end2end:retry_server_pushback_delay_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 5.0s
Stats over 10 runs: max = 5.0s, min = 2.4s, avg = 3.2s, dev = 0.9s
//test/core/end2end:retry_server_pushback_delay_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 4.7s
Stats over 10 runs: max = 4.7s, min = 2.5s, avg = 3.2s, dev = 0.8s
//test/core/end2end:retry_server_pushback_delay_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 4.9s
Stats over 10 runs: max = 4.9s, min = 2.5s, avg = 3.1s, dev = 0.9s
//test/core/end2end:retry_server_pushback_delay_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 5.1s
Stats over 10 runs: max = 5.1s, min = 2.5s, avg = 3.2s, dev = 0.8s
//test/core/end2end:retry_server_pushback_delay_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 4.9s
Stats over 10 runs: max = 4.9s, min = 2.5s, avg = 3.2s, dev = 0.9s
//test/core/end2end:retry_server_pushback_delay_test@poller=poll (cached) PASSED in 8.6s
Stats over 10 runs: max = 8.6s, min = 4.5s, avg = 6.2s, dev = 1.3s
//test/core/end2end:retry_server_pushback_delay_test@poller=poll@experiment=event_engine_client (cached) PASSED in 4.8s
Stats over 10 runs: max = 4.8s, min = 2.4s, avg = 3.1s, dev = 0.8s
//test/core/end2end:retry_server_pushback_delay_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 4.8s
Stats over 10 runs: max = 4.8s, min = 2.6s, avg = 3.2s, dev = 0.8s
//test/core/end2end:retry_server_pushback_delay_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 4.7s
Stats over 10 runs: max = 4.7s, min = 2.7s, avg = 3.2s, dev = 0.8s
//test/core/end2end:retry_server_pushback_delay_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 4.7s
Stats over 10 runs: max = 4.7s, min = 2.6s, avg = 3.1s, dev = 0.8s
//test/core/end2end:retry_server_pushback_delay_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 4.9s
Stats over 10 runs: max = 4.9s, min = 2.5s, avg = 3.2s, dev = 0.9s
//test/core/end2end:retry_server_pushback_disabled_test@poller=epoll1 (cached) PASSED in 4.2s
Stats over 10 runs: max = 4.2s, min = 2.8s, avg = 3.5s, dev = 0.5s
//test/core/end2end:retry_server_pushback_disabled_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.5s, avg = 1.9s, dev = 0.4s
//test/core/end2end:retry_server_pushback_disabled_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.6s, avg = 2.0s, dev = 0.5s
//test/core/end2end:retry_server_pushback_disabled_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 1.6s, avg = 2.0s, dev = 0.5s
//test/core/end2end:retry_server_pushback_disabled_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 1.5s, avg = 1.9s, dev = 0.4s
//test/core/end2end:retry_server_pushback_disabled_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 1.4s, avg = 1.9s, dev = 0.5s
//test/core/end2end:retry_server_pushback_disabled_test@poller=poll (cached) PASSED in 3.9s
Stats over 10 runs: max = 3.9s, min = 2.6s, avg = 3.4s, dev = 0.6s
//test/core/end2end:retry_server_pushback_disabled_test@poller=poll@experiment=event_engine_client (cached) PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 1.5s, avg = 1.9s, dev = 0.4s
//test/core/end2end:retry_server_pushback_disabled_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.5s, avg = 1.9s, dev = 0.5s
//test/core/end2end:retry_server_pushback_disabled_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.5s, avg = 1.9s, dev = 0.5s
//test/core/end2end:retry_server_pushback_disabled_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 1.5s, avg = 1.9s, dev = 0.5s
//test/core/end2end:retry_server_pushback_disabled_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 1.6s, avg = 2.0s, dev = 0.5s
//test/core/end2end:retry_streaming_after_commit_test@poller=epoll1 (cached) 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=event_engine_client (cached) 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=epoll1@experiment=no_event_engine_listener (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_streaming_after_commit_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.4s, avg = 0.7s, dev = 0.3s
//test/core/end2end:retry_streaming_after_commit_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_streaming_after_commit_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.7s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_streaming_after_commit_test@poller=poll (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_streaming_after_commit_test@poller=poll@experiment=event_engine_client (cached) 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 (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_streaming_after_commit_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.4s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_streaming_after_commit_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_streaming_after_commit_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.4s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_streaming_succeeds_before_replay_finished_test@poller=epoll1 (cached) PASSED in 4.1s
Stats over 10 runs: max = 4.1s, min = 2.7s, avg = 3.4s, dev = 0.5s
//test/core/end2end:retry_streaming_succeeds_before_replay_finished_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.6s, avg = 1.9s, dev = 0.4s
//test/core/end2end:retry_streaming_succeeds_before_replay_finished_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.5s, avg = 1.8s, dev = 0.4s
//test/core/end2end:retry_streaming_succeeds_before_replay_finished_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 1.6s, avg = 1.9s, dev = 0.4s
//test/core/end2end:retry_streaming_succeeds_before_replay_finished_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.6s, avg = 1.9s, dev = 0.4s
//test/core/end2end:retry_streaming_succeeds_before_replay_finished_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 1.7s, avg = 1.9s, dev = 0.4s
//test/core/end2end:retry_streaming_succeeds_before_replay_finished_test@poller=poll (cached) PASSED in 4.0s
Stats over 10 runs: max = 4.0s, min = 2.5s, avg = 3.4s, dev = 0.6s
//test/core/end2end:retry_streaming_succeeds_before_replay_finished_test@poller=poll@experiment=event_engine_client (cached) PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 1.5s, avg = 1.9s, dev = 0.4s
//test/core/end2end:retry_streaming_succeeds_before_replay_finished_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.6s, avg = 1.9s, dev = 0.4s
//test/core/end2end:retry_streaming_succeeds_before_replay_finished_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 1.5s, avg = 1.8s, dev = 0.5s
//test/core/end2end:retry_streaming_succeeds_before_replay_finished_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 1.6s, avg = 1.9s, dev = 0.4s
//test/core/end2end:retry_streaming_succeeds_before_replay_finished_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.7s, avg = 2.0s, dev = 0.4s
//test/core/end2end:retry_streaming_test@poller=epoll1 (cached) PASSED in 4.3s
Stats over 10 runs: max = 4.3s, min = 2.6s, avg = 3.5s, dev = 0.6s
//test/core/end2end:retry_streaming_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.5s, avg = 1.9s, dev = 0.4s
//test/core/end2end:retry_streaming_test@poller=epoll1@experiment=no_event_engine_listener (cached) 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=epoll1@experiment=promise_based_client_call (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.6s, avg = 2.0s, dev = 0.4s
//test/core/end2end:retry_streaming_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 2.6s
Stats over 10 runs: max = 2.6s, min = 1.5s, avg = 1.8s, dev = 0.4s
//test/core/end2end:retry_streaming_test@poller=epoll1@experiment=work_serializer_dispatch (cached) 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=poll (cached) PASSED in 4.2s
Stats over 10 runs: max = 4.2s, min = 2.6s, avg = 3.4s, dev = 0.6s
//test/core/end2end:retry_streaming_test@poller=poll@experiment=event_engine_client (cached) PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 1.5s, avg = 1.9s, dev = 0.4s
//test/core/end2end:retry_streaming_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 3.5s
Stats over 10 runs: max = 3.5s, min = 1.5s, avg = 2.0s, dev = 0.6s
//test/core/end2end:retry_streaming_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 1.5s, avg = 1.9s, dev = 0.4s
//test/core/end2end:retry_streaming_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 3.1s
Stats over 10 runs: max = 3.1s, min = 1.7s, avg = 2.1s, dev = 0.5s
//test/core/end2end:retry_streaming_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.5s, avg = 1.9s, dev = 0.5s
//test/core/end2end:retry_test@poller=epoll1 (cached) PASSED in 4.3s
Stats over 10 runs: max = 4.3s, min = 2.6s, avg = 3.4s, dev = 0.6s
//test/core/end2end:retry_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 1.7s, avg = 1.9s, dev = 0.3s
//test/core/end2end:retry_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 1.5s, avg = 1.9s, dev = 0.4s
//test/core/end2end:retry_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.5s, avg = 1.9s, dev = 0.4s
//test/core/end2end:retry_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.6s, avg = 2.0s, dev = 0.4s
//test/core/end2end:retry_test@poller=epoll1@experiment=work_serializer_dispatch (cached) 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 (cached) PASSED in 4.0s
Stats over 10 runs: max = 4.0s, min = 2.7s, avg = 3.4s, dev = 0.5s
//test/core/end2end:retry_test@poller=poll@experiment=event_engine_client (cached) PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 1.5s, avg = 2.1s, dev = 0.4s
//test/core/end2end:retry_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.7s, avg = 1.9s, dev = 0.4s
//test/core/end2end:retry_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 3.1s
Stats over 10 runs: max = 3.1s, min = 1.6s, avg = 1.9s, dev = 0.5s
//test/core/end2end:retry_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.7s, avg = 2.0s, dev = 0.5s
//test/core/end2end:retry_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 1.5s, avg = 1.9s, dev = 0.4s
//test/core/end2end:retry_throttled_test@poller=epoll1 (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.6s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_throttled_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:retry_throttled_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_throttled_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_throttled_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.4s, avg = 0.7s, dev = 0.2s
//test/core/end2end:retry_throttled_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:retry_throttled_test@poller=poll (cached) 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=poll@experiment=event_engine_client (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:retry_throttled_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_throttled_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.4s, avg = 0.6s, dev = 0.1s
//test/core/end2end:retry_throttled_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_throttled_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_too_many_attempts_test@poller=epoll1 (cached) PASSED in 4.1s
Stats over 10 runs: max = 4.1s, min = 2.5s, avg = 3.4s, dev = 0.7s
//test/core/end2end:retry_too_many_attempts_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 1.6s, avg = 1.9s, dev = 0.4s
//test/core/end2end:retry_too_many_attempts_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.5s, avg = 1.9s, dev = 0.5s
//test/core/end2end:retry_too_many_attempts_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.5s, avg = 1.9s, dev = 0.4s
//test/core/end2end:retry_too_many_attempts_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.5s, avg = 2.0s, dev = 0.4s
//test/core/end2end:retry_too_many_attempts_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 1.5s, avg = 1.9s, dev = 0.5s
//test/core/end2end:retry_too_many_attempts_test@poller=poll (cached) PASSED in 4.2s
Stats over 10 runs: max = 4.2s, min = 2.7s, avg = 3.5s, dev = 0.6s
//test/core/end2end:retry_too_many_attempts_test@poller=poll@experiment=event_engine_client (cached) PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.6s, avg = 2.0s, dev = 0.4s
//test/core/end2end:retry_too_many_attempts_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 1.4s, avg = 1.8s, dev = 0.4s
//test/core/end2end:retry_too_many_attempts_test@poller=poll@experiment=promise_based_client_call (cached) 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=promise_based_server_call (cached) PASSED in 2.7s
Stats over 10 runs: max = 2.7s, min = 1.5s, avg = 1.8s, dev = 0.4s
//test/core/end2end:retry_too_many_attempts_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 2.8s
Stats over 10 runs: max = 2.8s, min = 1.5s, avg = 2.0s, dev = 0.5s
//test/core/end2end:retry_transparent_goaway_test@poller=epoll1 (cached) PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.6s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_transparent_goaway_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_transparent_goaway_test@poller=epoll1@experiment=no_event_engine_listener (cached) 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=epoll1@experiment=promise_based_client_call (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.4s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_transparent_goaway_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:retry_transparent_goaway_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_transparent_goaway_test@poller=poll (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_transparent_goaway_test@poller=poll@experiment=event_engine_client (cached) PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.4s, avg = 0.8s, dev = 0.3s
//test/core/end2end:retry_transparent_goaway_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_transparent_goaway_test@poller=poll@experiment=promise_based_client_call (cached) 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=poll@experiment=promise_based_server_call (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:retry_transparent_goaway_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_transparent_max_concurrent_streams_test@poller=epoll1 (cached) PASSED in 4.2s
Stats over 10 runs: max = 4.2s, min = 2.7s, avg = 3.2s, dev = 0.6s
//test/core/end2end:retry_transparent_max_concurrent_streams_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 2.2s
Stats over 10 runs: max = 2.2s, min = 1.5s, avg = 1.7s, dev = 0.2s
//test/core/end2end:retry_transparent_max_concurrent_streams_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 2.1s
Stats over 10 runs: max = 2.1s, min = 1.5s, avg = 1.7s, dev = 0.2s
//test/core/end2end:retry_transparent_max_concurrent_streams_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 1.9s
Stats over 10 runs: max = 1.9s, min = 1.5s, avg = 1.7s, dev = 0.1s
//test/core/end2end:retry_transparent_max_concurrent_streams_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 2.3s
Stats over 10 runs: max = 2.3s, min = 1.5s, avg = 1.7s, dev = 0.3s
//test/core/end2end:retry_transparent_max_concurrent_streams_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.8s
Stats over 10 runs: max = 1.8s, min = 1.2s, avg = 1.6s, dev = 0.2s
//test/core/end2end:retry_transparent_max_concurrent_streams_test@poller=poll@experiment=event_engine_client (cached) PASSED in 2.1s
Stats over 10 runs: max = 2.1s, min = 1.5s, avg = 1.7s, dev = 0.2s
//test/core/end2end:retry_transparent_max_concurrent_streams_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 2.2s
Stats over 10 runs: max = 2.2s, min = 1.4s, avg = 1.7s, dev = 0.2s
//test/core/end2end:retry_transparent_max_concurrent_streams_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 2.0s
Stats over 10 runs: max = 2.0s, min = 1.5s, avg = 1.7s, dev = 0.1s
//test/core/end2end:retry_transparent_max_concurrent_streams_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 1.5s, avg = 1.6s, dev = 0.1s
//test/core/end2end:retry_transparent_max_concurrent_streams_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 2.1s
Stats over 10 runs: max = 2.1s, min = 0.7s, avg = 1.5s, dev = 0.4s
//test/core/end2end:retry_transparent_not_sent_on_wire_test@poller=epoll1 (cached) 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=event_engine_client (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_transparent_not_sent_on_wire_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_transparent_not_sent_on_wire_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_transparent_not_sent_on_wire_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.4s, avg = 0.6s, dev = 0.1s
//test/core/end2end:retry_transparent_not_sent_on_wire_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:retry_transparent_not_sent_on_wire_test@poller=poll (cached) PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_transparent_not_sent_on_wire_test@poller=poll@experiment=event_engine_client (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_transparent_not_sent_on_wire_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.4s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_transparent_not_sent_on_wire_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.4s, avg = 0.7s, dev = 0.2s
//test/core/end2end:retry_transparent_not_sent_on_wire_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_transparent_not_sent_on_wire_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.8s, dev = 0.1s
//test/core/end2end:retry_unref_before_finish_test@poller=epoll1 (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:retry_unref_before_finish_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_unref_before_finish_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.4s, avg = 0.7s, dev = 0.2s
//test/core/end2end:retry_unref_before_finish_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_unref_before_finish_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.4s, avg = 0.6s, dev = 0.1s
//test/core/end2end:retry_unref_before_finish_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_unref_before_finish_test@poller=poll (cached) PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_unref_before_finish_test@poller=poll@experiment=event_engine_client (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:retry_unref_before_finish_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_unref_before_finish_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:retry_unref_before_finish_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_unref_before_finish_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_unref_before_recv_test@poller=epoll1 (cached) PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 0.7s, avg = 1.0s, dev = 0.3s
//test/core/end2end:retry_unref_before_recv_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.4s, avg = 0.7s, dev = 0.2s
//test/core/end2end:retry_unref_before_recv_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.4s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_unref_before_recv_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_unref_before_recv_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_unref_before_recv_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_unref_before_recv_test@poller=poll (cached) PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:retry_unref_before_recv_test@poller=poll@experiment=event_engine_client (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:retry_unref_before_recv_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:retry_unref_before_recv_test@poller=poll@experiment=promise_based_client_call (cached) 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@experiment=promise_based_server_call (cached) PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 0.5s, avg = 0.8s, dev = 0.3s
//test/core/end2end:retry_unref_before_recv_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:server_finishes_request_test@poller=epoll1 (cached) PASSED in 2.5s
Stats over 10 runs: max = 2.5s, min = 0.7s, avg = 1.0s, dev = 0.5s
//test/core/end2end:server_finishes_request_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:server_finishes_request_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.4s, avg = 0.7s, dev = 0.1s
//test/core/end2end:server_finishes_request_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 0.5s, avg = 0.8s, dev = 0.3s
//test/core/end2end:server_finishes_request_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:server_finishes_request_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.6s, avg = 0.9s, dev = 0.2s
//test/core/end2end:server_finishes_request_test@poller=poll (cached) PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:server_finishes_request_test@poller=poll@experiment=event_engine_client (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.5s, avg = 0.6s, dev = 0.1s
//test/core/end2end:server_finishes_request_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:server_finishes_request_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.5s, avg = 0.7s, dev = 0.3s
//test/core/end2end:server_finishes_request_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.6s, avg = 0.8s, dev = 0.2s
//test/core/end2end:server_finishes_request_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 0.5s, avg = 0.8s, dev = 0.3s
//test/core/end2end:server_streaming_test@poller=epoll1 (cached) PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 0.9s, avg = 1.2s, dev = 0.2s
//test/core/end2end:server_streaming_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:server_streaming_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 0.5s, avg = 0.8s, dev = 0.3s
//test/core/end2end:server_streaming_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:server_streaming_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:server_streaming_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 2.0s
Stats over 10 runs: max = 2.0s, min = 0.7s, avg = 1.0s, dev = 0.4s
//test/core/end2end:server_streaming_test@poller=poll (cached) PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 1.0s, avg = 1.2s, dev = 0.1s
//test/core/end2end:server_streaming_test@poller=poll@experiment=event_engine_client (cached) PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:server_streaming_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 1.9s
Stats over 10 runs: max = 1.9s, min = 0.5s, avg = 0.8s, dev = 0.4s
//test/core/end2end:server_streaming_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.7s, avg = 1.0s, dev = 0.2s
//test/core/end2end:server_streaming_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:server_streaming_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.6s, avg = 0.9s, dev = 0.2s
//test/core/end2end:shutdown_finishes_calls_test@poller=epoll1 (cached) PASSED in 5.3s
Stats over 10 runs: max = 5.3s, min = 3.5s, avg = 4.1s, dev = 0.5s
//test/core/end2end:shutdown_finishes_calls_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.7s, avg = 2.3s, dev = 0.5s
//test/core/end2end:shutdown_finishes_calls_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 3.2s
Stats over 10 runs: max = 3.2s, min = 1.5s, avg = 2.2s, dev = 0.6s
//test/core/end2end:shutdown_finishes_calls_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.5s, avg = 2.2s, dev = 0.6s
//test/core/end2end:shutdown_finishes_calls_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 3.1s
Stats over 10 runs: max = 3.1s, min = 1.5s, avg = 2.3s, dev = 0.6s
//test/core/end2end:shutdown_finishes_calls_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 3.2s
Stats over 10 runs: max = 3.2s, min = 1.6s, avg = 2.3s, dev = 0.6s
//test/core/end2end:shutdown_finishes_calls_test@poller=poll (cached) PASSED in 4.9s
Stats over 10 runs: max = 4.9s, min = 3.6s, avg = 4.0s, dev = 0.4s
//test/core/end2end:shutdown_finishes_calls_test@poller=poll@experiment=event_engine_client (cached) PASSED in 2.9s
Stats over 10 runs: max = 2.9s, min = 1.5s, avg = 2.2s, dev = 0.5s
//test/core/end2end:shutdown_finishes_calls_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.6s, avg = 2.2s, dev = 0.5s
//test/core/end2end:shutdown_finishes_calls_test@poller=poll@experiment=promise_based_client_call (cached) 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@experiment=promise_based_server_call (cached) PASSED in 3.0s
Stats over 10 runs: max = 3.0s, min = 1.7s, avg = 2.3s, dev = 0.5s
//test/core/end2end:shutdown_finishes_calls_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 3.1s
Stats over 10 runs: max = 3.1s, min = 1.6s, avg = 2.3s, dev = 0.6s
//test/core/end2end:shutdown_finishes_tags_test@poller=epoll1 (cached) PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 0.5s, avg = 0.9s, dev = 0.3s
//test/core/end2end:shutdown_finishes_tags_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 1.9s
Stats over 10 runs: max = 1.9s, min = 0.5s, avg = 0.8s, dev = 0.4s
//test/core/end2end:shutdown_finishes_tags_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:shutdown_finishes_tags_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:shutdown_finishes_tags_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:shutdown_finishes_tags_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:shutdown_finishes_tags_test@poller=poll (cached) PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.5s, avg = 0.8s, dev = 0.3s
//test/core/end2end:shutdown_finishes_tags_test@poller=poll@experiment=event_engine_client (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:shutdown_finishes_tags_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:shutdown_finishes_tags_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 1.8s
Stats over 10 runs: max = 1.8s, min = 0.4s, avg = 0.8s, dev = 0.3s
//test/core/end2end:shutdown_finishes_tags_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 2.3s
Stats over 10 runs: max = 2.3s, min = 0.4s, avg = 0.8s, dev = 0.5s
//test/core/end2end:shutdown_finishes_tags_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:simple_delayed_request_test@poller=epoll1 (cached) PASSED in 11.0s
Stats over 3 runs: max = 11.0s, min = 7.0s, avg = 9.0s, dev = 1.6s
//test/core/end2end:simple_delayed_request_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 5.0s
Stats over 3 runs: max = 5.0s, min = 4.5s, avg = 4.7s, dev = 0.2s
//test/core/end2end:simple_delayed_request_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 4.8s
Stats over 3 runs: max = 4.8s, min = 3.9s, avg = 4.4s, dev = 0.4s
//test/core/end2end:simple_delayed_request_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 4.7s
Stats over 3 runs: max = 4.7s, min = 3.0s, avg = 4.1s, dev = 0.8s
//test/core/end2end:simple_delayed_request_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 5.4s
Stats over 3 runs: max = 5.4s, min = 2.8s, avg = 4.4s, dev = 1.1s
//test/core/end2end:simple_delayed_request_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.7s
Stats over 3 runs: max = 1.7s, min = 0.8s, avg = 1.1s, dev = 0.4s
//test/core/end2end:simple_delayed_request_test@poller=poll (cached) PASSED in 11.0s
Stats over 3 runs: max = 11.0s, min = 7.0s, avg = 9.0s, dev = 1.6s
//test/core/end2end:simple_delayed_request_test@poller=poll@experiment=event_engine_client (cached) PASSED in 4.9s
Stats over 3 runs: max = 4.9s, min = 3.6s, avg = 4.3s, dev = 0.6s
//test/core/end2end:simple_delayed_request_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 4.5s
Stats over 3 runs: max = 4.5s, min = 2.7s, avg = 3.9s, dev = 0.8s
//test/core/end2end:simple_delayed_request_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 4.8s
Stats over 3 runs: max = 4.8s, min = 2.9s, avg = 4.1s, dev = 0.9s
//test/core/end2end:simple_delayed_request_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 4.7s
Stats over 3 runs: max = 4.7s, min = 2.8s, avg = 4.1s, dev = 0.9s
//test/core/end2end:simple_delayed_request_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 2.1s
Stats over 3 runs: max = 2.1s, min = 0.6s, avg = 1.6s, dev = 0.7s
//test/core/end2end:simple_metadata_test@poller=epoll1 (cached) 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@experiment=event_engine_client (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:simple_metadata_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 0.8s
Stats over 10 runs: max = 0.8s, min = 0.5s, avg = 0.6s, dev = 0.1s
//test/core/end2end:simple_metadata_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:simple_metadata_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:simple_metadata_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.6s
Stats over 10 runs: max = 1.6s, min = 0.5s, avg = 0.8s, dev = 0.3s
//test/core/end2end:simple_metadata_test@poller=poll (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.5s, avg = 0.8s, dev = 0.1s
//test/core/end2end:simple_metadata_test@poller=poll@experiment=event_engine_client (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.4s, avg = 0.7s, dev = 0.2s
//test/core/end2end:simple_metadata_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.4s, avg = 0.7s, dev = 0.2s
//test/core/end2end:simple_metadata_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:simple_metadata_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.6s, avg = 0.8s, dev = 0.2s
//test/core/end2end:simple_metadata_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.6s, avg = 0.7s, dev = 0.1s
//test/core/end2end:simple_request_test@poller=epoll1 (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.6s, avg = 0.8s, dev = 0.1s
//test/core/end2end:simple_request_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.6s, avg = 0.8s, dev = 0.2s
//test/core/end2end:simple_request_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:simple_request_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.7s, avg = 0.8s, dev = 0.2s
//test/core/end2end:simple_request_test@poller=epoll1@experiment=promise_based_server_call (cached) 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@experiment=work_serializer_dispatch (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:simple_request_test@poller=poll (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.6s, avg = 0.9s, dev = 0.2s
//test/core/end2end:simple_request_test@poller=poll@experiment=event_engine_client (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:simple_request_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.4s, avg = 0.7s, dev = 0.1s
//test/core/end2end:simple_request_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:simple_request_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.5s, avg = 0.9s, dev = 0.2s
//test/core/end2end:simple_request_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.6s, avg = 0.8s, dev = 0.2s
//test/core/end2end:streaming_error_response_test@poller=epoll1 (cached) PASSED in 1.6s
Stats over 10 runs: max = 1.6s, min = 0.9s, avg = 1.2s, dev = 0.2s
//test/core/end2end:streaming_error_response_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.6s, avg = 0.9s, dev = 0.2s
//test/core/end2end:streaming_error_response_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.6s, avg = 0.8s, dev = 0.2s
//test/core/end2end:streaming_error_response_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:streaming_error_response_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.6s, avg = 0.8s, dev = 0.2s
//test/core/end2end:streaming_error_response_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.6s, avg = 0.9s, dev = 0.2s
//test/core/end2end:streaming_error_response_test@poller=poll (cached) PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 0.9s, avg = 1.3s, dev = 0.2s
//test/core/end2end:streaming_error_response_test@poller=poll@experiment=event_engine_client (cached) PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.7s, avg = 0.9s, dev = 0.2s
//test/core/end2end:streaming_error_response_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:streaming_error_response_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.7s, avg = 1.0s, dev = 0.2s
//test/core/end2end:streaming_error_response_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:streaming_error_response_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.7s, avg = 1.0s, dev = 0.1s
//test/core/end2end:timeout_before_request_call_test@poller=epoll1 (cached) PASSED in 11.5s
Stats over 10 runs: max = 11.5s, min = 10.0s, avg = 10.6s, dev = 0.5s
//test/core/end2end:timeout_before_request_call_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 5.3s
Stats over 10 runs: max = 5.3s, min = 4.8s, avg = 5.1s, dev = 0.2s
//test/core/end2end:timeout_before_request_call_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 5.4s
Stats over 10 runs: max = 5.4s, min = 4.6s, avg = 5.0s, dev = 0.2s
//test/core/end2end:timeout_before_request_call_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 5.5s
Stats over 10 runs: max = 5.5s, min = 4.7s, avg = 5.0s, dev = 0.2s
//test/core/end2end:timeout_before_request_call_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 15.6s
Stats over 10 runs: max = 15.6s, min = 4.7s, avg = 10.1s, dev = 5.1s
//test/core/end2end:timeout_before_request_call_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 5.6s
Stats over 10 runs: max = 5.6s, min = 4.8s, avg = 5.2s, dev = 0.3s
//test/core/end2end:timeout_before_request_call_test@poller=poll (cached) PASSED in 11.0s
Stats over 10 runs: max = 11.0s, min = 10.2s, avg = 10.5s, dev = 0.2s
//test/core/end2end:timeout_before_request_call_test@poller=poll@experiment=event_engine_client (cached) PASSED in 5.4s
Stats over 10 runs: max = 5.4s, min = 4.5s, avg = 4.9s, dev = 0.3s
//test/core/end2end:timeout_before_request_call_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 5.5s
Stats over 10 runs: max = 5.5s, min = 4.6s, avg = 4.9s, dev = 0.2s
//test/core/end2end:timeout_before_request_call_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 5.4s
Stats over 10 runs: max = 5.4s, min = 4.6s, avg = 5.0s, dev = 0.3s
//test/core/end2end:timeout_before_request_call_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 25.5s
Stats over 10 runs: max = 25.5s, min = 4.8s, avg = 12.0s, dev = 7.9s
//test/core/end2end:timeout_before_request_call_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 5.7s
Stats over 10 runs: max = 5.7s, min = 4.7s, avg = 5.1s, dev = 0.3s
//test/core/end2end:trailing_metadata_test@poller=epoll1 (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:trailing_metadata_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.4s, avg = 0.7s, dev = 0.2s
//test/core/end2end:trailing_metadata_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:trailing_metadata_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.5s, avg = 0.8s, dev = 0.3s
//test/core/end2end:trailing_metadata_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:trailing_metadata_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.5s, avg = 0.8s, dev = 0.3s
//test/core/end2end:trailing_metadata_test@poller=poll (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:trailing_metadata_test@poller=poll@experiment=event_engine_client (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:trailing_metadata_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:trailing_metadata_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 1.4s
Stats over 10 runs: max = 1.4s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:trailing_metadata_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:trailing_metadata_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 1.7s
Stats over 10 runs: max = 1.7s, min = 0.4s, avg = 0.8s, dev = 0.3s
//test/core/end2end:write_buffering_at_end_test@poller=epoll1 (cached) PASSED in 1.9s
Stats over 10 runs: max = 1.9s, min = 0.6s, avg = 0.9s, dev = 0.3s
//test/core/end2end:write_buffering_at_end_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 1.9s
Stats over 10 runs: max = 1.9s, min = 0.5s, avg = 0.8s, dev = 0.4s
//test/core/end2end:write_buffering_at_end_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:write_buffering_at_end_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:write_buffering_at_end_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:write_buffering_at_end_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.7s, dev = 0.1s
//test/core/end2end:write_buffering_at_end_test@poller=poll (cached) PASSED in 1.0s
Stats over 10 runs: max = 1.0s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:write_buffering_at_end_test@poller=poll@experiment=event_engine_client (cached) PASSED in 1.1s
Stats over 10 runs: max = 1.1s, min = 0.5s, avg = 0.7s, dev = 0.2s
//test/core/end2end:write_buffering_at_end_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 1.8s
Stats over 10 runs: max = 1.8s, min = 0.5s, avg = 0.8s, dev = 0.4s
//test/core/end2end:write_buffering_at_end_test@poller=poll@experiment=promise_based_client_call (cached) 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@experiment=promise_based_server_call (cached) PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.4s, avg = 0.7s, dev = 0.3s
//test/core/end2end:write_buffering_at_end_test@poller=poll@experiment=work_serializer_dispatch (cached) 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=epoll1 (cached) PASSED in 1.3s
Stats over 10 runs: max = 1.3s, min = 0.6s, avg = 0.9s, dev = 0.2s
//test/core/end2end:write_buffering_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.5s, avg = 0.9s, dev = 0.2s
//test/core/end2end:write_buffering_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 2.2s
Stats over 10 runs: max = 2.2s, min = 0.5s, avg = 0.9s, dev = 0.5s
//test/core/end2end:write_buffering_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:write_buffering_test@poller=epoll1@experiment=promise_based_server_call (cached) 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=work_serializer_dispatch (cached) PASSED in 2.5s
Stats over 10 runs: max = 2.5s, min = 0.5s, avg = 1.1s, dev = 0.6s
//test/core/end2end:write_buffering_test@poller=poll (cached) PASSED in 1.2s
Stats over 10 runs: max = 1.2s, min = 0.5s, avg = 0.8s, dev = 0.2s
//test/core/end2end:write_buffering_test@poller=poll@experiment=event_engine_client (cached) PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.6s, avg = 0.9s, dev = 0.3s
//test/core/end2end:write_buffering_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 1.5s
Stats over 10 runs: max = 1.5s, min = 0.6s, avg = 0.9s, dev = 0.3s
//test/core/end2end:write_buffering_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 2.4s
Stats over 10 runs: max = 2.4s, min = 0.6s, avg = 1.3s, dev = 0.7s
//test/core/end2end:write_buffering_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 0.9s
Stats over 10 runs: max = 0.9s, min = 0.7s, avg = 0.8s, dev = 0.1s
//test/core/end2end:write_buffering_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 2.3s
Stats over 10 runs: max = 2.3s, min = 0.9s, avg = 1.4s, dev = 0.5s
//test/core/event_engine:common_closures_test@poller=epoll1 (cached) PASSED in 0.5s
//test/core/event_engine:common_closures_test@poller=poll (cached) PASSED in 0.5s
//test/core/event_engine:default_engine_methods_test@poller=epoll1 (cached) PASSED in 3.8s
//test/core/event_engine:default_engine_methods_test@poller=poll (cached) PASSED in 3.7s
//test/core/event_engine:endpoint_config_test (cached) PASSED in 0.5s
//test/core/event_engine:factory_test@poller=epoll1 (cached) PASSED in 0.6s
//test/core/event_engine:factory_test@poller=poll (cached) PASSED in 0.9s
//test/core/event_engine:forkable_test@poller=epoll1 (cached) PASSED in 0.5s
//test/core/event_engine:forkable_test@poller=poll (cached) PASSED in 0.6s
//test/core/event_engine:handle_tests (cached) PASSED in 0.6s
//test/core/event_engine:slice_buffer_test@poller=epoll1 (cached) PASSED in 0.6s
//test/core/event_engine:slice_buffer_test@poller=poll (cached) PASSED in 0.5s
//test/core/event_engine:smoke_test@poller=epoll1 (cached) PASSED in 0.6s
//test/core/event_engine:smoke_test@poller=poll (cached) PASSED in 0.6s
//test/core/event_engine:tcp_socket_utils_test (cached) PASSED in 0.6s
//test/core/event_engine:thread_pool_test@poller=epoll1 (cached) PASSED in 11.9s
//test/core/event_engine:thread_pool_test@poller=poll (cached) PASSED in 7.1s
//test/core/event_engine/fuzzing_event_engine:fuzzing_event_engine_unittest@poller=epoll1 (cached) PASSED in 0.7s
//test/core/event_engine/fuzzing_event_engine:fuzzing_event_engine_unittest@poller=poll (cached) PASSED in 0.7s
//test/core/event_engine/posix:event_poller_posix_test@poller=epoll1 (cached) PASSED in 1.7s
//test/core/event_engine/posix:event_poller_posix_test@poller=poll (cached) PASSED in 2.5s
//test/core/event_engine/posix:lock_free_event_test (cached) PASSED in 4.7s
//test/core/event_engine/posix:log_too_many_open_files_test (cached) PASSED in 0.9s
//test/core/event_engine/posix:posix_endpoint_test@poller=epoll1 (cached) PASSED in 2.5s
//test/core/event_engine/posix:posix_endpoint_test@poller=poll (cached) PASSED in 2.0s
//test/core/event_engine/posix:posix_engine_listener_utils_test@poller=epoll1 (cached) PASSED in 0.8s
//test/core/event_engine/posix:posix_engine_listener_utils_test@poller=poll (cached) PASSED in 1.0s
//test/core/event_engine/posix:posix_event_engine_connect_test@poller=epoll1 (cached) PASSED in 6.5s
//test/core/event_engine/posix:posix_event_engine_connect_test@poller=poll (cached) PASSED in 6.2s
//test/core/event_engine/posix:tcp_posix_socket_utils_test (cached) PASSED in 0.7s
//test/core/event_engine/posix:timer_heap_test (cached) PASSED in 1.8s
//test/core/event_engine/posix:timer_list_test (cached) PASSED in 0.5s
//test/core/event_engine/posix:timer_manager_test (cached) PASSED in 4.5s
//test/core/event_engine/posix:traced_buffer_list_test (cached) PASSED in 0.5s
//test/core/event_engine/posix:wakeup_fd_posix_test@poller=epoll1 (cached) PASSED in 0.6s
//test/core/event_engine/posix:wakeup_fd_posix_test@poller=poll (cached) PASSED in 0.7s
//test/core/event_engine/test_suite:fuzzing_event_engine_test (cached) PASSED in 127.5s
//test/core/event_engine/test_suite:posix_event_engine_test@poller=epoll1 (cached) PASSED in 18.1s
//test/core/event_engine/test_suite:posix_event_engine_test@poller=poll (cached) PASSED in 20.4s
//test/core/event_engine/test_suite:thready_posix_event_engine_test@poller=epoll1 (cached) PASSED in 17.2s
//test/core/event_engine/test_suite:thready_posix_event_engine_test@poller=poll (cached) PASSED in 15.3s
//test/core/event_engine/test_suite/posix:oracle_event_engine_posix_test@poller=epoll1 (cached) PASSED in 4.9s
//test/core/event_engine/test_suite/posix:oracle_event_engine_posix_test@poller=poll (cached) PASSED in 2.7s
//test/core/event_engine/work_queue:basic_work_queue_test@poller=epoll1 (cached) PASSED in 1.3s
//test/core/event_engine/work_queue:basic_work_queue_test@poller=poll (cached) PASSED in 1.3s
//test/core/experiments:experiments_tag_test (cached) PASSED in 0.3s
//test/core/experiments:experiments_tag_test@experiment=no_test_experiment_1 (cached) PASSED in 0.6s
//test/core/experiments:experiments_test (cached) PASSED in 0.4s
//test/core/ext/filters/rbac:rbac_service_config_parser_test (cached) PASSED in 0.5s
//test/core/filters:client_auth_filter_test (cached) PASSED in 2.2s
//test/core/filters:client_authority_filter_test (cached) PASSED in 0.9s
//test/core/filters:filter_test_test (cached) PASSED in 1.0s
//test/core/gpr:alloc_test (cached) PASSED in 0.7s
//test/core/gpr:cpu_test (cached) PASSED in 0.6s
//test/core/gpr:env_test (cached) PASSED in 0.9s
//test/core/gpr:log_test (cached) PASSED in 0.5s
//test/core/gpr:spinlock_test (cached) PASSED in 3.0s
//test/core/gpr:string_test (cached) PASSED in 0.6s
//test/core/gpr:sync_test (cached) PASSED in 22.0s
//test/core/gpr:time_test (cached) PASSED in 0.6s
//test/core/gpr:useful_test (cached) PASSED in 0.4s
//test/core/gprpp:bitset_test (cached) PASSED in 0.7s
//test/core/gprpp:chunked_vector_test (cached) PASSED in 0.5s
//test/core/gprpp:chunked_vector_test@experiment=free_large_allocator (cached) PASSED in 0.7s
//test/core/gprpp:chunked_vector_test@experiment=memory_pressure_controller (cached) PASSED in 0.5s
//test/core/gprpp:chunked_vector_test@experiment=unconstrained_max_quota_buffer_size (cached) PASSED in 0.9s
//test/core/gprpp:cpp_impl_of_test (cached) PASSED in 0.6s
//test/core/gprpp:directory_reader_test (cached) PASSED in 0.7s
//test/core/gprpp:dual_ref_counted_test@poller=epoll1 (cached) PASSED in 1.0s
//test/core/gprpp:dual_ref_counted_test@poller=poll (cached) PASSED in 1.1s
//test/core/gprpp:examine_stack_test (cached) PASSED in 0.6s
//test/core/gprpp:fork_test (cached) PASSED in 7.7s
//test/core/gprpp:host_port_test (cached) PASSED in 0.5s
//test/core/gprpp:if_list_test (cached) PASSED in 0.5s
//test/core/gprpp:load_file_test (cached) PASSED in 0.6s
//test/core/gprpp:match_test (cached) PASSED in 0.5s
//test/core/gprpp:mpscq_test (cached) PASSED in 1.6s
//test/core/gprpp:no_destruct_test (cached) PASSED in 0.5s
//test/core/gprpp:notification_test (cached) PASSED in 18.4s
//test/core/gprpp:orphanable_test@poller=epoll1 (cached) PASSED in 0.4s
//test/core/gprpp:orphanable_test@poller=poll (cached) PASSED in 0.5s
//test/core/gprpp:overload_test (cached) PASSED in 0.4s
//test/core/gprpp:ref_counted_ptr_test@poller=epoll1 (cached) PASSED in 0.5s
//test/core/gprpp:ref_counted_ptr_test@poller=poll (cached) PASSED in 1.8s
//test/core/gprpp:ref_counted_test@poller=epoll1 (cached) PASSED in 0.5s
//test/core/gprpp:ref_counted_test@poller=poll (cached) PASSED in 0.6s
//test/core/gprpp:single_set_ptr_test (cached) PASSED in 0.7s
//test/core/gprpp:sorted_pack_test (cached) PASSED in 0.7s
//test/core/gprpp:stat_test (cached) PASSED in 0.8s
//test/core/gprpp:status_helper_test (cached) PASSED in 0.6s
//test/core/gprpp:table_test (cached) PASSED in 0.4s
//test/core/gprpp:thd_test (cached) PASSED in 0.5s
//test/core/gprpp:time_test (cached) PASSED in 0.5s
//test/core/gprpp:time_util_test (cached) PASSED in 0.5s
//test/core/gprpp:unique_type_name_test (cached) PASSED in 0.5s
//test/core/gprpp:uuid_v4_test (cached) PASSED in 1.2s
//test/core/gprpp:validation_errors_test@poller=epoll1 (cached) PASSED in 1.0s
//test/core/gprpp:validation_errors_test@poller=poll (cached) PASSED in 0.7s
//test/core/gprpp:work_serializer_test@poller=epoll1 (cached) PASSED in 1.6s
Stats over 5 runs: max = 1.6s, min = 0.6s, avg = 1.4s, dev = 0.4s
//test/core/gprpp:work_serializer_test@poller=poll (cached) PASSED in 1.6s
Stats over 5 runs: max = 1.6s, min = 0.4s, avg = 1.4s, dev = 0.5s
//test/core/handshake:client_ssl_test@poller=epoll1 (cached) PASSED in 0.5s
//test/core/handshake:client_ssl_test@poller=poll (cached) PASSED in 0.7s
//test/core/handshake:handshake_server_with_readahead_handshaker_test@poller=epoll1 (cached) PASSED in 3.3s
//test/core/handshake:handshake_server_with_readahead_handshaker_test@poller=poll (cached) PASSED in 1.7s
//test/core/handshake:server_ssl_test@poller=epoll1 (cached) PASSED in 5.0s
//test/core/handshake:server_ssl_test@poller=poll (cached) PASSED in 4.8s
//test/core/http:format_request_test@poller=epoll1 (cached) PASSED in 0.7s
//test/core/http:format_request_test@poller=poll (cached) PASSED in 1.0s
//test/core/http:httpcli_test@poller=epoll1 (cached) PASSED in 12.0s
//test/core/http:httpcli_test@poller=poll (cached) PASSED in 9.8s
//test/core/http:httpscli_test@poller=epoll1 (cached) PASSED in 9.8s
//test/core/http:httpscli_test@poller=poll (cached) PASSED in 9.0s
//test/core/http:parser_test (cached) PASSED in 0.7s
//test/core/iomgr:buffer_list_test@poller=epoll1 (cached) PASSED in 0.9s
//test/core/iomgr:buffer_list_test@poller=poll (cached) PASSED in 0.6s
//test/core/iomgr:combiner_test@poller=epoll1 (cached) PASSED in 1.7s
//test/core/iomgr:combiner_test@poller=poll (cached) PASSED in 1.6s
//test/core/iomgr:endpoint_pair_test@poller=epoll1 (cached) PASSED in 1.6s
//test/core/iomgr:endpoint_pair_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 3.0s
//test/core/iomgr:endpoint_pair_test@poller=epoll1@experiment=tcp_frame_size_tuning (cached) PASSED in 1.7s
//test/core/iomgr:endpoint_pair_test@poller=epoll1@experiment=tcp_rcv_lowat (cached) PASSED in 2.5s
//test/core/iomgr:endpoint_pair_test@poller=poll (cached) PASSED in 1.8s
//test/core/iomgr:endpoint_pair_test@poller=poll@experiment=event_engine_client (cached) PASSED in 2.4s
//test/core/iomgr:endpoint_pair_test@poller=poll@experiment=tcp_frame_size_tuning (cached) PASSED in 1.7s
//test/core/iomgr:endpoint_pair_test@poller=poll@experiment=tcp_rcv_lowat (cached) PASSED in 1.8s
//test/core/iomgr:error_test (cached) PASSED in 0.8s
//test/core/iomgr:fd_conservation_posix_test@poller=epoll1 (cached) PASSED in 0.7s
//test/core/iomgr:fd_conservation_posix_test@poller=poll (cached) PASSED in 0.7s
//test/core/iomgr:fd_posix_test@poller=epoll1 (cached) PASSED in 0.7s
//test/core/iomgr:fd_posix_test@poller=poll (cached) PASSED in 0.6s
//test/core/iomgr:grpc_ipv6_loopback_available_test@poller=epoll1 (cached) PASSED in 1.1s
//test/core/iomgr:grpc_ipv6_loopback_available_test@poller=poll (cached) PASSED in 0.8s
//test/core/iomgr:load_file_test (cached) PASSED in 1.0s
//test/core/iomgr:resolve_address_using_ares_resolver_posix_test@poller=epoll1 (cached) PASSED in 0.7s
//test/core/iomgr:resolve_address_using_ares_resolver_posix_test@poller=poll (cached) PASSED in 0.6s
//test/core/iomgr:resolve_address_using_ares_resolver_test@poller=epoll1 (cached) PASSED in 0.7s
//test/core/iomgr:resolve_address_using_ares_resolver_test@poller=poll (cached) PASSED in 1.0s
//test/core/iomgr:resolve_address_using_native_resolver_posix_test@poller=epoll1 (cached) PASSED in 0.6s
//test/core/iomgr:resolve_address_using_native_resolver_posix_test@poller=poll (cached) PASSED in 0.6s
//test/core/iomgr:resolve_address_using_native_resolver_test@poller=epoll1 (cached) PASSED in 0.8s
//test/core/iomgr:resolve_address_using_native_resolver_test@poller=poll (cached) PASSED in 0.8s
//test/core/iomgr:socket_utils_test@poller=epoll1 (cached) PASSED in 1.1s
//test/core/iomgr:socket_utils_test@poller=poll (cached) PASSED in 0.6s
//test/core/iomgr:tcp_client_posix_test@poller=epoll1 (cached) PASSED in 2.8s
//test/core/iomgr:tcp_client_posix_test@poller=epoll1@experiment=event_engine_client (cached) PASSED in 1.9s
//test/core/iomgr:tcp_client_posix_test@poller=epoll1@experiment=tcp_frame_size_tuning (cached) PASSED in 3.0s
//test/core/iomgr:tcp_client_posix_test@poller=epoll1@experiment=tcp_rcv_lowat (cached) PASSED in 2.7s
//test/core/iomgr:tcp_client_posix_test@poller=poll (cached) PASSED in 3.1s
//test/core/iomgr:tcp_client_posix_test@poller=poll@experiment=event_engine_client (cached) PASSED in 1.6s
//test/core/iomgr:tcp_client_posix_test@poller=poll@experiment=tcp_frame_size_tuning (cached) PASSED in 1.7s
//test/core/iomgr:tcp_client_posix_test@poller=poll@experiment=tcp_rcv_lowat (cached) PASSED in 2.6s
//test/core/iomgr:tcp_posix_test@poller=epoll1 (cached) PASSED in 1.3s
//test/core/iomgr:tcp_posix_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 1.7s
//test/core/iomgr:tcp_posix_test@poller=epoll1@experiment=tcp_frame_size_tuning (cached) PASSED in 1.7s
//test/core/iomgr:tcp_posix_test@poller=epoll1@experiment=tcp_rcv_lowat (cached) PASSED in 1.3s
//test/core/iomgr:tcp_posix_test@poller=poll (cached) PASSED in 1.5s
//test/core/iomgr:tcp_posix_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 1.1s
//test/core/iomgr:tcp_posix_test@poller=poll@experiment=tcp_frame_size_tuning (cached) PASSED in 1.7s
//test/core/iomgr:tcp_posix_test@poller=poll@experiment=tcp_rcv_lowat (cached) PASSED in 1.2s
//test/core/iomgr:tcp_server_posix_test@poller=epoll1 (cached) PASSED in 4.6s
//test/core/iomgr:tcp_server_posix_test@poller=epoll1@experiment=no_event_engine_listener (cached) PASSED in 4.9s
//test/core/iomgr:tcp_server_posix_test@poller=poll (cached) PASSED in 6.1s
//test/core/iomgr:tcp_server_posix_test@poller=poll@experiment=no_event_engine_listener (cached) PASSED in 4.6s
//test/core/iomgr:timer_heap_test (cached) PASSED in 2.4s
//test/core/iomgr:timer_list_test (cached) PASSED in 0.8s
//test/core/json:json_object_loader_test (cached) PASSED in 0.9s
//test/core/json:json_test (cached) PASSED in 0.6s
//test/core/matchers:matchers_test@poller=epoll1 (cached) PASSED in 0.9s
//test/core/matchers:matchers_test@poller=poll (cached) PASSED in 0.6s
//test/core/memory_usage:memory_usage_test@poller=epoll1 (cached) PASSED in 10.9s
//test/core/memory_usage:memory_usage_test@poller=poll (cached) PASSED in 10.7s
//test/core/message_size:message_size_service_config_test@poller=epoll1 (cached) PASSED in 0.5s
//test/core/message_size:message_size_service_config_test@poller=poll (cached) PASSED in 0.7s
//test/core/promise:activity_test (cached) PASSED in 0.4s
//test/core/promise:arena_promise_test (cached) PASSED in 0.6s
//test/core/promise:arena_promise_test@experiment=free_large_allocator (cached) PASSED in 0.7s
//test/core/promise:arena_promise_test@experiment=memory_pressure_controller (cached) PASSED in 0.6s
//test/core/promise:arena_promise_test@experiment=unconstrained_max_quota_buffer_size (cached) PASSED in 0.7s
//test/core/promise:cancel_callback_test (cached) PASSED in 0.5s
//test/core/promise:context_test (cached) PASSED in 0.5s
//test/core/promise:event_engine_wakeup_scheduler_test (cached) PASSED in 0.8s
//test/core/promise:exec_ctx_wakeup_scheduler_test (cached) PASSED in 0.5s
//test/core/promise:for_each_test (cached) PASSED in 0.5s
//test/core/promise:if_test (cached) PASSED in 0.6s
//test/core/promise:inter_activity_latch_test (cached) PASSED in 0.6s
//test/core/promise:inter_activity_pipe_test (cached) PASSED in 0.5s
//test/core/promise:interceptor_list_test (cached) PASSED in 0.8s
//test/core/promise:join_test (cached) PASSED in 0.5s
//test/core/promise:latch_test (cached) PASSED in 0.5s
//test/core/promise:loop_test (cached) PASSED in 0.5s
//test/core/promise:map_pipe_test (cached) PASSED in 0.6s
//test/core/promise:mpsc_test (cached) PASSED in 0.5s
//test/core/promise:party_test (cached) PASSED in 8.5s
//test/core/promise:pipe_test (cached) PASSED in 1.4s
//test/core/promise:poll_test (cached) PASSED in 0.5s
//test/core/promise:prioritized_race_test (cached) PASSED in 0.5s
//test/core/promise:promise_factory_test (cached) PASSED in 0.5s
//test/core/promise:promise_map_test (cached) PASSED in 0.4s
//test/core/promise:promise_mutex_test@poller=epoll1 (cached) PASSED in 0.9s
//test/core/promise:promise_mutex_test@poller=poll (cached) PASSED in 0.5s
//test/core/promise:promise_test (cached) PASSED in 0.5s
//test/core/promise:race_test (cached) PASSED in 0.6s
//test/core/promise:seq_test (cached) PASSED in 0.5s
//test/core/promise:sleep_test (cached) PASSED in 2.9s
//test/core/promise:status_flag_test (cached) PASSED in 0.3s
//test/core/promise:try_join_test (cached) PASSED in 0.6s
//test/core/promise:try_seq_metadata_test (cached) PASSED in 0.7s
//test/core/promise:try_seq_test (cached) PASSED in 0.6s
//test/core/promise:wait_for_callback_test (cached) PASSED in 0.5s
//test/core/resolver:endpoint_addresses_test (cached) PASSED in 0.6s
//test/core/resource_quota:arena_test (cached) PASSED in 1.4s
//test/core/resource_quota:arena_test@experiment=free_large_allocator (cached) PASSED in 1.7s
//test/core/resource_quota:arena_test@experiment=memory_pressure_controller (cached) PASSED in 1.8s
//test/core/resource_quota:arena_test@experiment=unconstrained_max_quota_buffer_size (cached) PASSED in 1.0s
//test/core/resource_quota:memory_quota_stress_test (cached) PASSED in 8.6s
//test/core/resource_quota:memory_quota_stress_test@experiment=free_large_allocator (cached) PASSED in 9.5s
//test/core/resource_quota:memory_quota_stress_test@experiment=memory_pressure_controller (cached) PASSED in 8.4s
//test/core/resource_quota:memory_quota_stress_test@experiment=unconstrained_max_quota_buffer_size (cached) PASSED in 8.9s
//test/core/resource_quota:memory_quota_test (cached) PASSED in 5.8s
//test/core/resource_quota:memory_quota_test@experiment=free_large_allocator (cached) PASSED in 5.7s
//test/core/resource_quota:memory_quota_test@experiment=memory_pressure_controller (cached) PASSED in 5.6s
//test/core/resource_quota:memory_quota_test@experiment=unconstrained_max_quota_buffer_size (cached) PASSED in 5.7s
//test/core/resource_quota:periodic_update_test (cached) PASSED in 21.4s
//test/core/resource_quota:resource_quota_test (cached) PASSED in 0.6s
//test/core/resource_quota:resource_quota_test@experiment=free_large_allocator (cached) PASSED in 0.7s
//test/core/resource_quota:resource_quota_test@experiment=memory_pressure_controller (cached) PASSED in 0.7s
//test/core/resource_quota:resource_quota_test@experiment=unconstrained_max_quota_buffer_size (cached) PASSED in 0.8s
//test/core/resource_quota:thread_quota_test (cached) PASSED in 0.4s
//test/core/security:alts_security_connector_test@poller=epoll1 (cached) PASSED in 1.5s
//test/core/security:alts_security_connector_test@poller=poll (cached) PASSED in 0.8s
//test/core/security:auth_context_test (cached) PASSED in 0.7s
//test/core/security:authorization_matchers_test@poller=epoll1 (cached) PASSED in 0.7s
//test/core/security:authorization_matchers_test@poller=poll (cached) PASSED in 0.6s
//test/core/security:aws_request_signer_test@poller=epoll1 (cached) PASSED in 0.8s
//test/core/security:aws_request_signer_test@poller=poll (cached) PASSED in 0.7s
//test/core/security:cel_authorization_engine_test@poller=epoll1 (cached) PASSED in 0.7s
//test/core/security:cel_authorization_engine_test@poller=poll (cached) PASSED in 1.6s
//test/core/security:certificate_provider_registry_test@poller=epoll1 (cached) PASSED in 0.8s
//test/core/security:certificate_provider_registry_test@poller=poll (cached) PASSED in 0.7s
//test/core/security:channel_creds_registry_test@poller=epoll1 (cached) PASSED in 0.7s
//test/core/security:channel_creds_registry_test@poller=poll (cached) PASSED in 0.5s
//test/core/security:check_gcp_environment_linux_test@poller=epoll1 (cached) PASSED in 0.6s
//test/core/security:check_gcp_environment_linux_test@poller=poll (cached) PASSED in 0.7s
//test/core/security:check_gcp_environment_windows_test@poller=epoll1 (cached) PASSED in 11.9s
//test/core/security:check_gcp_environment_windows_test@poller=poll (cached) PASSED in 0.5s
//test/core/security:credentials_test@poller=epoll1 (cached) PASSED in 1.0s
//test/core/security:credentials_test@poller=poll (cached) PASSED in 0.8s
//test/core/security:evaluate_args_test@poller=epoll1 (cached) PASSED in 0.5s
//test/core/security:evaluate_args_test@poller=poll (cached) PASSED in 0.7s
//test/core/security:grpc_alts_credentials_options_test@poller=epoll1 (cached) PASSED in 0.8s
//test/core/security:grpc_alts_credentials_options_test@poller=poll (cached) PASSED in 11.7s
//test/core/security:grpc_audit_logging_test@poller=epoll1 (cached) PASSED in 11.7s
//test/core/security:grpc_audit_logging_test@poller=poll (cached) PASSED in 0.7s
//test/core/security:grpc_authorization_engine_test@poller=epoll1 (cached) PASSED in 1.0s
//test/core/security:grpc_authorization_engine_test@poller=poll (cached) PASSED in 0.8s
//test/core/security:grpc_authorization_policy_provider_test@poller=epoll1 (cached) PASSED in 4.7s
//test/core/security:grpc_authorization_policy_provider_test@poller=poll (cached) PASSED in 4.7s
//test/core/security:grpc_tls_certificate_distributor_test@poller=epoll1 (cached) PASSED in 0.7s
//test/core/security:grpc_tls_certificate_distributor_test@poller=poll (cached) PASSED in 0.8s
//test/core/security:grpc_tls_certificate_provider_test@poller=epoll1 (cached) PASSED in 12.6s
//test/core/security:grpc_tls_certificate_provider_test@poller=poll (cached) PASSED in 12.7s
//test/core/security:grpc_tls_certificate_verifier_test@poller=epoll1 (cached) PASSED in 1.1s
//test/core/security:grpc_tls_certificate_verifier_test@poller=poll (cached) PASSED in 1.1s
//test/core/security:grpc_tls_credentials_options_comparator_test@poller=epoll1 (cached) PASSED in 0.7s
//test/core/security:grpc_tls_credentials_options_comparator_test@poller=poll (cached) PASSED in 0.8s
//test/core/security:grpc_tls_credentials_options_test@poller=epoll1 (cached) PASSED in 20.8s
//test/core/security:grpc_tls_credentials_options_test@poller=poll (cached) PASSED in 20.8s
//test/core/security:grpc_tls_crl_provider_test@poller=epoll1 (cached) PASSED in 1.4s
//test/core/security:grpc_tls_crl_provider_test@poller=poll (cached) PASSED in 11.9s
//test/core/security:insecure_security_connector_test@poller=epoll1 (cached) PASSED in 0.7s
//test/core/security:insecure_security_connector_test@poller=poll (cached) PASSED in 1.0s
//test/core/security:json_token_test (cached) PASSED in 11.9s
//test/core/security:jwt_verifier_test (cached) PASSED in 0.8s
//test/core/security:rbac_translator_test@poller=epoll1 (cached) PASSED in 0.7s
//test/core/security:rbac_translator_test@poller=poll (cached) PASSED in 0.6s
//test/core/security:secure_endpoint_test@poller=epoll1 (cached) PASSED in 4.0s
//test/core/security:secure_endpoint_test@poller=poll (cached) PASSED in 6.6s
//test/core/security:security_connector_test@poller=epoll1 (cached) PASSED in 0.7s
//test/core/security:security_connector_test@poller=poll (cached) PASSED in 0.7s
//test/core/security:ssl_credentials_test@poller=epoll1 (cached) PASSED in 0.8s
//test/core/security:ssl_credentials_test@poller=poll (cached) PASSED in 0.7s
//test/core/security:system_roots_test@poller=epoll1 (cached) PASSED in 0.7s
//test/core/security:system_roots_test@poller=poll (cached) PASSED in 0.8s
//test/core/security:tls_security_connector_test@poller=epoll1 (cached) PASSED in 0.8s
//test/core/security:tls_security_connector_test@poller=poll (cached) PASSED in 0.8s
//test/core/security:xds_credentials_test@poller=epoll1 (cached) PASSED in 0.7s
//test/core/security:xds_credentials_test@poller=poll (cached) PASSED in 0.6s
//test/core/server_config_selector:server_config_selector_test (cached) PASSED in 0.6s
//test/core/service_config:service_config_test@poller=epoll1 (cached) PASSED in 1.4s
//test/core/service_config:service_config_test@poller=poll (cached) PASSED in 1.0s
//test/core/slice:b64_test (cached) PASSED in 0.5s
//test/core/slice:c_slice_buffer_test (cached) PASSED in 0.6s
//test/core/slice:percent_encoding_test (cached) PASSED in 1.2s
//test/core/slice:slice_buffer_test (cached) PASSED in 0.6s
//test/core/slice:slice_string_helpers_test (cached) PASSED in 0.5s
//test/core/slice:slice_test (cached) PASSED in 3.5s
//test/core/surface:channel_init_test (cached) PASSED in 12.7s
//test/core/surface:completion_queue_threading_test@poller=epoll1 (cached) PASSED in 1.7s
//test/core/surface:completion_queue_threading_test@poller=poll (cached) PASSED in 12.9s
//test/core/surface:concurrent_connectivity_test@poller=epoll1 (cached) PASSED in 20.3s
//test/core/surface:concurrent_connectivity_test@poller=poll (cached) PASSED in 15.0s
//test/core/surface:grpc_byte_buffer_reader_test (cached) PASSED in 0.7s
//test/core/surface:grpc_completion_queue_test@poller=epoll1 (cached) PASSED in 0.7s
//test/core/surface:grpc_completion_queue_test@poller=poll (cached) PASSED in 0.6s
//test/core/surface:init_test (cached) PASSED in 2.5s
//test/core/surface:lame_client_test@poller=epoll1 (cached) PASSED in 0.5s
//test/core/surface:lame_client_test@poller=epoll1@experiment=promise_based_client_call (cached) PASSED in 0.7s
//test/core/surface:lame_client_test@poller=poll (cached) PASSED in 0.6s
//test/core/surface:lame_client_test@poller=poll@experiment=promise_based_client_call (cached) PASSED in 1.0s
//test/core/surface:num_external_connectivity_watchers_test@poller=epoll1 (cached) PASSED in 0.7s
//test/core/surface:num_external_connectivity_watchers_test@poller=poll (cached) PASSED in 0.6s
//test/core/surface:secure_channel_create_test@poller=epoll1 (cached) PASSED in 0.7s
//test/core/surface:secure_channel_create_test@poller=poll (cached) PASSED in 0.6s
//test/core/surface:sequential_connectivity_test@poller=epoll1 (cached) PASSED in 1.1s
//test/core/surface:sequential_connectivity_test@poller=poll (cached) PASSED in 32.0s
//test/core/surface:server_chttp2_test@poller=epoll1 (cached) PASSED in 1.3s
//test/core/surface:server_chttp2_test@poller=poll (cached) PASSED in 0.8s
//test/core/surface:server_test@poller=epoll1 (cached) PASSED in 11.9s
//test/core/surface:server_test@poller=poll (cached) PASSED in 0.7s
//test/core/transport:bdp_estimator_test (cached) PASSED in 3.0s
//test/core/transport:connectivity_state_test@poller=epoll1 (cached) PASSED in 0.8s
//test/core/transport:connectivity_state_test@poller=poll (cached) PASSED in 0.7s
//test/core/transport:error_utils_test@poller=epoll1 (cached) PASSED in 1.5s
//test/core/transport:error_utils_test@poller=poll (cached) PASSED in 0.6s
//test/core/transport:metadata_map_test@poller=epoll1 (cached) PASSED in 0.6s
//test/core/transport:metadata_map_test@poller=poll (cached) PASSED in 1.6s
//test/core/transport:parsed_metadata_test@poller=epoll1 (cached) PASSED in 1.0s
//test/core/transport:parsed_metadata_test@poller=poll (cached) PASSED in 1.9s
//test/core/transport:pid_controller_test@poller=epoll1 (cached) PASSED in 1.2s
//test/core/transport:pid_controller_test@poller=poll (cached) PASSED in 0.7s
//test/core/transport:promise_endpoint_test@poller=epoll1 (cached) PASSED in 1.6s
//test/core/transport:promise_endpoint_test@poller=poll (cached) PASSED in 0.7s
//test/core/transport:status_conversion_test (cached) PASSED in 6.3s
//test/core/transport:timeout_encoding_test (cached) PASSED in 1.4s
//test/core/transport/binder:binder_transport_test (cached) PASSED in 0.8s
//test/core/transport/binder:endpoint_binder_pool_test (cached) PASSED in 2.1s
//test/core/transport/binder:transport_stream_receiver_test (cached) PASSED in 0.6s
//test/core/transport/binder:wire_reader_test (cached) PASSED in 1.2s
//test/core/transport/binder:wire_writer_test (cached) PASSED in 2.3s
//test/core/transport/binder/end2end:binder_server_test@poller=epoll1 (cached) PASSED in 0.9s
//test/core/transport/binder/end2end:binder_server_test@poller=poll (cached) PASSED in 1.0s
//test/core/transport/binder/end2end:end2end_binder_transport_test@poller=epoll1 (cached) PASSED in 23.3s
//test/core/transport/binder/end2end:end2end_binder_transport_test@poller=poll (cached) PASSED in 23.2s
//test/core/transport/binder/end2end:fake_binder_test (cached) PASSED in 19.7s
//test/core/transport/chaotic_good:client_transport_error_test (cached) PASSED in 0.7s
//test/core/transport/chaotic_good:client_transport_test (cached) PASSED in 0.9s
//test/core/transport/chaotic_good:frame_header_test@poller=epoll1 (cached) PASSED in 0.5s
//test/core/transport/chaotic_good:frame_header_test@poller=poll (cached) PASSED in 0.4s
//test/core/transport/chaotic_good:frame_test@poller=epoll1 (cached) PASSED in 0.5s
//test/core/transport/chaotic_good:frame_test@poller=poll (cached) PASSED in 0.5s
//test/core/transport/chttp2:alpn_test@poller=epoll1 (cached) PASSED in 0.6s
//test/core/transport/chttp2:alpn_test@poller=poll (cached) PASSED in 0.5s
//test/core/transport/chttp2:bin_decoder_test (cached) PASSED in 0.5s
//test/core/transport/chttp2:bin_encoder_test (cached) PASSED in 12.0s
//test/core/transport/chttp2:flow_control_test (cached) PASSED in 0.6s
//test/core/transport/chttp2:flow_control_test@experiment=multiping (cached) PASSED in 0.7s
//test/core/transport/chttp2:flow_control_test@experiment=no_chttp2_batch_requests (cached) PASSED in 0.4s
//test/core/transport/chttp2:flow_control_test@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 0.5s
//test/core/transport/chttp2:flow_control_test@experiment=no_lazier_stream_updates (cached) PASSED in 1.0s
//test/core/transport/chttp2:flow_control_test@experiment=no_overload_protection (cached) PASSED in 0.5s
//test/core/transport/chttp2:flow_control_test@experiment=no_write_size_cap (cached) PASSED in 0.7s
//test/core/transport/chttp2:flow_control_test@experiment=no_write_size_policy (cached) PASSED in 0.8s
//test/core/transport/chttp2:flow_control_test@experiment=peer_state_based_framing (cached) PASSED in 1.0s
//test/core/transport/chttp2:flow_control_test@experiment=red_max_concurrent_streams (cached) PASSED in 0.7s
//test/core/transport/chttp2:flow_control_test@experiment=rstpit (cached) PASSED in 0.8s
//test/core/transport/chttp2:flow_control_test@experiment=tcp_frame_size_tuning (cached) PASSED in 0.5s
//test/core/transport/chttp2:flow_control_test@experiment=tcp_rcv_lowat (cached) PASSED in 0.8s
//test/core/transport/chttp2:frame_test (cached) PASSED in 0.6s
//test/core/transport/chttp2:graceful_shutdown_test@poller=epoll1 (cached) PASSED in 20.7s
//test/core/transport/chttp2:graceful_shutdown_test@poller=poll (cached) PASSED in 20.7s
//test/core/transport/chttp2:hpack_encoder_test (cached) PASSED in 0.8s
//test/core/transport/chttp2:hpack_parser_table_test (cached) PASSED in 0.7s
//test/core/transport/chttp2:hpack_parser_test (cached) PASSED in 1.1s
//test/core/transport/chttp2:max_concurrent_streams_policy_test@poller=epoll1 (cached) PASSED in 0.4s
//test/core/transport/chttp2:max_concurrent_streams_policy_test@poller=poll (cached) PASSED in 0.4s
//test/core/transport/chttp2:ping_abuse_policy_test (cached) PASSED in 6.8s
//test/core/transport/chttp2:ping_callbacks_test (cached) PASSED in 0.6s
//test/core/transport/chttp2:ping_configuration_test (cached) PASSED in 0.5s
//test/core/transport/chttp2:ping_rate_policy_test (cached) PASSED in 2.5s
//test/core/transport/chttp2:remove_stream_from_stalled_lists_test@poller=epoll1 (cached) PASSED in 13.8s
//test/core/transport/chttp2:remove_stream_from_stalled_lists_test@poller=epoll1@experiment=multiping (cached) PASSED in 12.1s
//test/core/transport/chttp2:remove_stream_from_stalled_lists_test@poller=epoll1@experiment=no_chttp2_batch_requests (cached) PASSED in 3.1s
//test/core/transport/chttp2:remove_stream_from_stalled_lists_test@poller=epoll1@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 3.3s
//test/core/transport/chttp2:remove_stream_from_stalled_lists_test@poller=epoll1@experiment=no_lazier_stream_updates (cached) PASSED in 12.4s
//test/core/transport/chttp2:remove_stream_from_stalled_lists_test@poller=epoll1@experiment=no_overload_protection (cached) PASSED in 14.7s
//test/core/transport/chttp2:remove_stream_from_stalled_lists_test@poller=epoll1@experiment=no_write_size_cap (cached) PASSED in 14.8s
//test/core/transport/chttp2:remove_stream_from_stalled_lists_test@poller=epoll1@experiment=no_write_size_policy (cached) PASSED in 1.6s
//test/core/transport/chttp2:remove_stream_from_stalled_lists_test@poller=epoll1@experiment=peer_state_based_framing (cached) PASSED in 13.8s
//test/core/transport/chttp2:remove_stream_from_stalled_lists_test@poller=epoll1@experiment=red_max_concurrent_streams (cached) PASSED in 14.8s
//test/core/transport/chttp2:remove_stream_from_stalled_lists_test@poller=epoll1@experiment=rstpit (cached) PASSED in 12.9s
//test/core/transport/chttp2:remove_stream_from_stalled_lists_test@poller=epoll1@experiment=tcp_frame_size_tuning (cached) PASSED in 4.9s
//test/core/transport/chttp2:remove_stream_from_stalled_lists_test@poller=epoll1@experiment=tcp_rcv_lowat (cached) PASSED in 1.6s
//test/core/transport/chttp2:remove_stream_from_stalled_lists_test@poller=poll (cached) PASSED in 14.7s
//test/core/transport/chttp2:remove_stream_from_stalled_lists_test@poller=poll@experiment=multiping (cached) PASSED in 1.6s
//test/core/transport/chttp2:remove_stream_from_stalled_lists_test@poller=poll@experiment=no_chttp2_batch_requests (cached) PASSED in 1.6s
//test/core/transport/chttp2:remove_stream_from_stalled_lists_test@poller=poll@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 1.5s
//test/core/transport/chttp2:remove_stream_from_stalled_lists_test@poller=poll@experiment=no_lazier_stream_updates (cached) PASSED in 1.7s
//test/core/transport/chttp2:remove_stream_from_stalled_lists_test@poller=poll@experiment=no_overload_protection (cached) PASSED in 1.8s
//test/core/transport/chttp2:remove_stream_from_stalled_lists_test@poller=poll@experiment=no_write_size_cap (cached) PASSED in 1.6s
//test/core/transport/chttp2:remove_stream_from_stalled_lists_test@poller=poll@experiment=no_write_size_policy (cached) PASSED in 1.7s
//test/core/transport/chttp2:remove_stream_from_stalled_lists_test@poller=poll@experiment=peer_state_based_framing (cached) PASSED in 1.7s
//test/core/transport/chttp2:remove_stream_from_stalled_lists_test@poller=poll@experiment=red_max_concurrent_streams (cached) PASSED in 14.8s
//test/core/transport/chttp2:remove_stream_from_stalled_lists_test@poller=poll@experiment=rstpit (cached) PASSED in 2.3s
//test/core/transport/chttp2:remove_stream_from_stalled_lists_test@poller=poll@experiment=tcp_frame_size_tuning (cached) PASSED in 1.5s
//test/core/transport/chttp2:remove_stream_from_stalled_lists_test@poller=poll@experiment=tcp_rcv_lowat (cached) PASSED in 15.5s
//test/core/transport/chttp2:settings_timeout_test@poller=epoll1 (cached) PASSED in 1.8s
//test/core/transport/chttp2:settings_timeout_test@poller=poll (cached) PASSED in 1.7s
//test/core/transport/chttp2:stream_leak_with_queued_flow_control_update_test@poller=epoll1 (cached) PASSED in 0.8s
//test/core/transport/chttp2:stream_leak_with_queued_flow_control_update_test@poller=poll (cached) PASSED in 0.7s
//test/core/transport/chttp2:streams_not_seen_test@poller=epoll1 (cached) PASSED in 1.3s
//test/core/transport/chttp2:streams_not_seen_test@poller=poll (cached) PASSED in 1.2s
//test/core/transport/chttp2:too_many_pings_test@poller=epoll1 (cached) PASSED in 81.8s
Stats over 7 runs: max = 81.8s, min = 1.1s, avg = 28.4s, dev = 31.5s
//test/core/transport/chttp2:too_many_pings_test@poller=poll (cached) PASSED in 81.7s
Stats over 7 runs: max = 81.7s, min = 0.7s, avg = 28.5s, dev = 31.2s
//test/core/transport/chttp2:varint_test (cached) PASSED in 0.5s
//test/core/transport/chttp2:write_size_policy_test (cached) PASSED in 0.6s
//test/core/tsi:crl_ssl_transport_security_test@poller=epoll1 (cached) PASSED in 0.8s
//test/core/tsi:crl_ssl_transport_security_test@poller=poll (cached) PASSED in 1.1s
//test/core/tsi:fake_transport_security_test@poller=epoll1 (cached) PASSED in 3.2s
//test/core/tsi:fake_transport_security_test@poller=poll (cached) PASSED in 3.3s
//test/core/tsi:ssl_session_cache_test@poller=epoll1 (cached) PASSED in 0.7s
//test/core/tsi:ssl_session_cache_test@poller=poll (cached) PASSED in 0.7s
//test/core/tsi:ssl_transport_security_test@poller=epoll1 (cached) PASSED in 66.4s
//test/core/tsi:ssl_transport_security_test@poller=poll (cached) PASSED in 64.6s
//test/core/tsi:ssl_transport_security_utils_test@poller=epoll1 (cached) PASSED in 0.8s
//test/core/tsi:ssl_transport_security_utils_test@poller=poll (cached) PASSED in 0.7s
//test/core/tsi:transport_security_test@poller=epoll1 (cached) PASSED in 0.9s
//test/core/tsi:transport_security_test@poller=poll (cached) PASSED in 0.9s
//test/core/tsi/alts/crypt:alts_crypt_test@poller=epoll1 (cached) PASSED in 0.7s
//test/core/tsi/alts/crypt:alts_crypt_test@poller=poll (cached) PASSED in 0.6s
//test/core/tsi/alts/frame_protector:alts_counter_test@poller=epoll1 (cached) PASSED in 0.6s
//test/core/tsi/alts/frame_protector:alts_counter_test@poller=poll (cached) PASSED in 0.9s
//test/core/tsi/alts/frame_protector:alts_crypter_test@poller=epoll1 (cached) PASSED in 0.7s
//test/core/tsi/alts/frame_protector:alts_crypter_test@poller=poll (cached) PASSED in 0.7s
//test/core/tsi/alts/frame_protector:alts_frame_protector_test@poller=epoll1 (cached) PASSED in 0.6s
//test/core/tsi/alts/frame_protector:alts_frame_protector_test@poller=poll (cached) PASSED in 0.6s
//test/core/tsi/alts/frame_protector:frame_handler_test@poller=epoll1 (cached) PASSED in 0.8s
//test/core/tsi/alts/frame_protector:frame_handler_test@poller=poll (cached) PASSED in 1.8s
//test/core/tsi/alts/handshaker:alts_concurrent_connectivity_test@poller=epoll1 (cached) PASSED in 8.5s
//test/core/tsi/alts/handshaker:alts_concurrent_connectivity_test@poller=poll (cached) PASSED in 19.7s
//test/core/tsi/alts/handshaker:alts_handshaker_client_test@poller=epoll1 (cached) PASSED in 1.2s
//test/core/tsi/alts/handshaker:alts_handshaker_client_test@poller=poll (cached) PASSED in 0.7s
//test/core/tsi/alts/handshaker:alts_tsi_handshaker_test@poller=epoll1 (cached) PASSED in 0.6s
//test/core/tsi/alts/handshaker:alts_tsi_handshaker_test@poller=poll (cached) PASSED in 0.4s
//test/core/tsi/alts/handshaker:alts_tsi_utils_test@poller=epoll1 (cached) PASSED in 0.8s
//test/core/tsi/alts/handshaker:alts_tsi_utils_test@poller=poll (cached) PASSED in 0.6s
//test/core/tsi/alts/handshaker:transport_security_common_api_test@poller=epoll1 (cached) PASSED in 0.7s
//test/core/tsi/alts/handshaker:transport_security_common_api_test@poller=poll (cached) PASSED in 0.4s
//test/core/tsi/alts/zero_copy_frame_protector:alts_grpc_record_protocol_test@poller=epoll1 (cached) PASSED in 0.7s
//test/core/tsi/alts/zero_copy_frame_protector:alts_grpc_record_protocol_test@poller=poll (cached) PASSED in 0.7s
//test/core/tsi/alts/zero_copy_frame_protector:alts_iovec_record_protocol_test@poller=epoll1 (cached) PASSED in 0.7s
//test/core/tsi/alts/zero_copy_frame_protector:alts_iovec_record_protocol_test@poller=poll (cached) PASSED in 0.6s
//test/core/tsi/alts/zero_copy_frame_protector:alts_zero_copy_grpc_protector_test@poller=epoll1 (cached) PASSED in 1.3s
//test/core/tsi/alts/zero_copy_frame_protector:alts_zero_copy_grpc_protector_test@poller=poll (cached) PASSED in 1.0s
//test/core/uri:uri_parser_test@poller=epoll1 (cached) PASSED in 0.8s
//test/core/uri:uri_parser_test@poller=poll (cached) PASSED in 1.2s
//test/core/util:cmdline_test (cached) PASSED in 0.8s
//test/core/util:histogram_test (cached) PASSED in 0.6s
//test/core/util:osa_distance_test@poller=epoll1 (cached) PASSED in 0.4s
//test/core/util:osa_distance_test@poller=poll (cached) PASSED in 0.4s
//test/core/util:stack_tracer_test (cached) PASSED in 0.7s
//test/core/xds:certificate_provider_store_test (cached) PASSED in 0.8s
//test/core/xds:file_watcher_certificate_provider_factory_test (cached) PASSED in 0.6s
//test/core/xds:xds_audit_logger_registry_test (cached) PASSED in 2.5s
//test/core/xds:xds_bootstrap_test (cached) PASSED in 0.6s
//test/core/xds:xds_certificate_provider_test (cached) PASSED in 1.1s
//test/core/xds:xds_channel_stack_modifier_test (cached) PASSED in 1.3s
//test/core/xds:xds_client_test (cached) PASSED in 7.8s
Stats over 10 runs: max = 7.8s, min = 0.8s, avg = 4.4s, dev = 2.3s
//test/core/xds:xds_cluster_resource_type_test (cached) PASSED in 1.1s
//test/core/xds:xds_common_types_test (cached) PASSED in 1.0s
//test/core/xds:xds_endpoint_resource_type_test (cached) PASSED in 0.8s
//test/core/xds:xds_http_filters_test (cached) PASSED in 1.3s
//test/core/xds:xds_lb_policy_registry_test (cached) PASSED in 0.7s
//test/core/xds:xds_listener_resource_type_test (cached) PASSED in 1.3s
//test/core/xds:xds_route_config_resource_type_test (cached) PASSED in 1.7s
//test/cpp/client:credentials_test@poller=epoll1 (cached) PASSED in 1.8s
//test/cpp/client:credentials_test@poller=poll (cached) PASSED in 0.9s
//test/cpp/client:destroy_grpclb_channel_with_active_connect_stress_test@poller=epoll1 (cached) PASSED in 1.8s
//test/cpp/client:destroy_grpclb_channel_with_active_connect_stress_test@poller=poll (cached) PASSED in 1.0s
//test/cpp/codegen:codegen_test_full (cached) PASSED in 0.8s
//test/cpp/codegen:codegen_test_minimal (cached) PASSED in 0.6s
//test/cpp/codegen:proto_utils_test (cached) PASSED in 0.9s
//test/cpp/codegen:run_golden_file_test (cached) PASSED in 0.5s
//test/cpp/common:alarm_test@poller=epoll1 (cached) PASSED in 13.9s
//test/cpp/common:alarm_test@poller=poll (cached) PASSED in 13.7s
//test/cpp/common:alts_util_test@poller=epoll1 (cached) PASSED in 1.0s
//test/cpp/common:alts_util_test@poller=poll (cached) PASSED in 1.0s
//test/cpp/common:auth_property_iterator_test (cached) PASSED in 0.5s
//test/cpp/common:channel_arguments_test (cached) PASSED in 0.9s
//test/cpp/common:secure_auth_context_test@poller=epoll1 (cached) PASSED in 0.6s
//test/cpp/common:secure_auth_context_test@poller=poll (cached) PASSED in 0.7s
//test/cpp/common:timer_test@poller=epoll1 (cached) PASSED in 6.7s
//test/cpp/common:timer_test@poller=poll (cached) PASSED in 6.8s
//test/cpp/end2end:admin_services_end2end_test@poller=epoll1 (cached) PASSED in 0.6s
//test/cpp/end2end:admin_services_end2end_test@poller=epoll1@experiment=no_chttp2_batch_requests (cached) PASSED in 1.7s
//test/cpp/end2end:admin_services_end2end_test@poller=epoll1@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 1.3s
//test/cpp/end2end:admin_services_end2end_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.6s
//test/cpp/end2end:admin_services_end2end_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 2.4s
//test/cpp/end2end:admin_services_end2end_test@poller=poll (cached) PASSED in 2.5s
//test/cpp/end2end:admin_services_end2end_test@poller=poll@experiment=no_chttp2_batch_requests (cached) PASSED in 0.8s
//test/cpp/end2end:admin_services_end2end_test@poller=poll@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 1.1s
//test/cpp/end2end:admin_services_end2end_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 3.1s
//test/cpp/end2end:admin_services_end2end_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 0.9s
//test/cpp/end2end:async_end2end_test@poller=epoll1 (cached) PASSED in 3.4s
Stats over 10 runs: max = 3.4s, min = 1.6s, avg = 2.5s, dev = 0.6s
//test/cpp/end2end:async_end2end_test@poller=epoll1@experiment=no_chttp2_batch_requests (cached) PASSED in 4.4s
Stats over 10 runs: max = 4.4s, min = 1.8s, avg = 2.7s, dev = 0.7s
//test/cpp/end2end:async_end2end_test@poller=epoll1@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 4.4s
Stats over 10 runs: max = 4.4s, min = 1.6s, avg = 2.7s, dev = 0.8s
//test/cpp/end2end:async_end2end_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 4.3s
Stats over 10 runs: max = 4.3s, min = 2.5s, avg = 3.0s, dev = 0.6s
//test/cpp/end2end:async_end2end_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 4.3s
Stats over 10 runs: max = 4.3s, min = 1.8s, avg = 2.9s, dev = 0.7s
//test/cpp/end2end:async_end2end_test@poller=poll (cached) PASSED in 4.3s
Stats over 10 runs: max = 4.3s, min = 1.9s, avg = 2.9s, dev = 0.7s
//test/cpp/end2end:async_end2end_test@poller=poll@experiment=no_chttp2_batch_requests (cached) PASSED in 3.9s
Stats over 10 runs: max = 3.9s, min = 1.3s, avg = 2.9s, dev = 0.8s
//test/cpp/end2end:async_end2end_test@poller=poll@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 3.8s
Stats over 10 runs: max = 3.8s, min = 2.2s, avg = 3.0s, dev = 0.5s
//test/cpp/end2end:async_end2end_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 3.9s
Stats over 10 runs: max = 3.9s, min = 1.4s, avg = 2.7s, dev = 0.8s
//test/cpp/end2end:async_end2end_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 3.6s
Stats over 10 runs: max = 3.6s, min = 2.1s, avg = 2.9s, dev = 0.5s
//test/cpp/end2end:channelz_service_test@poller=epoll1 (cached) PASSED in 2.1s
//test/cpp/end2end:channelz_service_test@poller=epoll1@experiment=no_chttp2_batch_requests (cached) PASSED in 3.1s
//test/cpp/end2end:channelz_service_test@poller=epoll1@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 4.2s
//test/cpp/end2end:channelz_service_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 2.4s
//test/cpp/end2end:channelz_service_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 6.4s
//test/cpp/end2end:channelz_service_test@poller=poll (cached) PASSED in 2.6s
//test/cpp/end2end:channelz_service_test@poller=poll@experiment=no_chttp2_batch_requests (cached) PASSED in 3.9s
//test/cpp/end2end:channelz_service_test@poller=poll@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 4.0s
//test/cpp/end2end:channelz_service_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 3.7s
//test/cpp/end2end:channelz_service_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 6.5s
//test/cpp/end2end:client_callback_end2end_test@poller=epoll1 (cached) PASSED in 5.0s
//test/cpp/end2end:client_callback_end2end_test@poller=epoll1@experiment=no_chttp2_batch_requests (cached) PASSED in 8.5s
//test/cpp/end2end:client_callback_end2end_test@poller=epoll1@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 4.0s
//test/cpp/end2end:client_callback_end2end_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 6.6s
//test/cpp/end2end:client_callback_end2end_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 6.3s
//test/cpp/end2end:client_callback_end2end_test@poller=poll (cached) PASSED in 5.0s
//test/cpp/end2end:client_callback_end2end_test@poller=poll@experiment=no_chttp2_batch_requests (cached) PASSED in 4.9s
//test/cpp/end2end:client_callback_end2end_test@poller=poll@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 5.1s
//test/cpp/end2end:client_callback_end2end_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 5.4s
//test/cpp/end2end:client_callback_end2end_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 5.1s
//test/cpp/end2end:client_crash_test@poller=epoll1 (cached) PASSED in 6.9s
//test/cpp/end2end:client_crash_test@poller=poll (cached) PASSED in 7.1s
//test/cpp/end2end:client_fork_test@poller=epoll1 (cached) PASSED in 0.8s
//test/cpp/end2end:client_fork_test@poller=poll (cached) PASSED in 0.7s
//test/cpp/end2end:client_interceptors_end2end_test@poller=epoll1 (cached) PASSED in 0.9s
//test/cpp/end2end:client_interceptors_end2end_test@poller=epoll1@experiment=no_chttp2_batch_requests (cached) PASSED in 1.4s
//test/cpp/end2end:client_interceptors_end2end_test@poller=epoll1@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 0.7s
//test/cpp/end2end:client_interceptors_end2end_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 0.6s
//test/cpp/end2end:client_interceptors_end2end_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.2s
//test/cpp/end2end:client_interceptors_end2end_test@poller=poll (cached) PASSED in 1.0s
//test/cpp/end2end:client_interceptors_end2end_test@poller=poll@experiment=no_chttp2_batch_requests (cached) PASSED in 1.2s
//test/cpp/end2end:client_interceptors_end2end_test@poller=poll@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 1.4s
//test/cpp/end2end:client_interceptors_end2end_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 1.2s
//test/cpp/end2end:client_interceptors_end2end_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 1.1s
//test/cpp/end2end:client_lb_end2end_test@poller=epoll1 (cached) PASSED in 31.7s
//test/cpp/end2end:client_lb_end2end_test@poller=epoll1@experiment=no_chttp2_batch_requests (cached) PASSED in 32.7s
//test/cpp/end2end:client_lb_end2end_test@poller=epoll1@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 30.9s
//test/cpp/end2end:client_lb_end2end_test@poller=epoll1@experiment=no_pick_first_happy_eyeballs (cached) PASSED in 32.0s
//test/cpp/end2end:client_lb_end2end_test@poller=epoll1@experiment=no_round_robin_delegate_to_pick_first (cached) PASSED in 30.3s
//test/cpp/end2end:client_lb_end2end_test@poller=epoll1@experiment=no_wrr_delegate_to_pick_first (cached) PASSED in 32.3s
//test/cpp/end2end:client_lb_end2end_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 30.4s
//test/cpp/end2end:client_lb_end2end_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 30.5s
//test/cpp/end2end:client_lb_end2end_test@poller=poll (cached) PASSED in 30.6s
//test/cpp/end2end:client_lb_end2end_test@poller=poll@experiment=no_chttp2_batch_requests (cached) PASSED in 31.3s
//test/cpp/end2end:client_lb_end2end_test@poller=poll@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 30.1s
//test/cpp/end2end:client_lb_end2end_test@poller=poll@experiment=no_pick_first_happy_eyeballs (cached) PASSED in 32.6s
//test/cpp/end2end:client_lb_end2end_test@poller=poll@experiment=no_round_robin_delegate_to_pick_first (cached) PASSED in 30.1s
//test/cpp/end2end:client_lb_end2end_test@poller=poll@experiment=no_wrr_delegate_to_pick_first (cached) PASSED in 29.8s
//test/cpp/end2end:client_lb_end2end_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 30.6s
//test/cpp/end2end:client_lb_end2end_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 32.2s
//test/cpp/end2end:context_allocator_end2end_test@poller=epoll1 (cached) PASSED in 1.4s
//test/cpp/end2end:context_allocator_end2end_test@poller=epoll1@experiment=no_chttp2_batch_requests (cached) PASSED in 1.4s
//test/cpp/end2end:context_allocator_end2end_test@poller=epoll1@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 1.2s
//test/cpp/end2end:context_allocator_end2end_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 0.9s
//test/cpp/end2end:context_allocator_end2end_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 2.6s
//test/cpp/end2end:context_allocator_end2end_test@poller=poll (cached) PASSED in 1.0s
//test/cpp/end2end:context_allocator_end2end_test@poller=poll@experiment=no_chttp2_batch_requests (cached) PASSED in 1.4s
//test/cpp/end2end:context_allocator_end2end_test@poller=poll@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 1.2s
//test/cpp/end2end:context_allocator_end2end_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 1.2s
//test/cpp/end2end:context_allocator_end2end_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 1.2s
//test/cpp/end2end:crl_provider_test@poller=epoll1 (cached) PASSED in 1.6s
//test/cpp/end2end:crl_provider_test@poller=poll (cached) PASSED in 1.8s
//test/cpp/end2end:delegating_channel_test@poller=epoll1 (cached) PASSED in 0.8s
//test/cpp/end2end:delegating_channel_test@poller=epoll1@experiment=no_chttp2_batch_requests (cached) PASSED in 0.9s
//test/cpp/end2end:delegating_channel_test@poller=epoll1@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 1.6s
//test/cpp/end2end:delegating_channel_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 3.1s
//test/cpp/end2end:delegating_channel_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 0.7s
//test/cpp/end2end:delegating_channel_test@poller=poll (cached) PASSED in 0.9s
//test/cpp/end2end:delegating_channel_test@poller=poll@experiment=no_chttp2_batch_requests (cached) PASSED in 1.0s
//test/cpp/end2end:delegating_channel_test@poller=poll@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 1.1s
//test/cpp/end2end:delegating_channel_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 0.9s
//test/cpp/end2end:delegating_channel_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 1.0s
//test/cpp/end2end:end2end_test@poller=epoll1 (cached) PASSED in 23.9s
Stats over 10 runs: max = 23.9s, min = 6.6s, avg = 13.4s, dev = 6.0s
//test/cpp/end2end:end2end_test@poller=epoll1@experiment=no_chttp2_batch_requests (cached) PASSED in 24.0s
Stats over 10 runs: max = 24.0s, min = 7.0s, avg = 13.6s, dev = 6.0s
//test/cpp/end2end:end2end_test@poller=epoll1@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 23.8s
Stats over 10 runs: max = 23.8s, min = 6.9s, avg = 13.5s, dev = 6.2s
//test/cpp/end2end:end2end_test@poller=epoll1@experiment=no_registered_method_lookup_in_transport (cached) PASSED in 23.2s
Stats over 10 runs: max = 23.2s, min = 6.3s, avg = 12.9s, dev = 5.5s
//test/cpp/end2end:end2end_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 23.7s
Stats over 10 runs: max = 23.7s, min = 6.9s, avg = 13.4s, dev = 5.8s
//test/cpp/end2end:end2end_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 25.3s
Stats over 10 runs: max = 25.3s, min = 6.5s, avg = 13.5s, dev = 6.4s
//test/cpp/end2end:end2end_test@poller=poll (cached) PASSED in 34.4s
Stats over 10 runs: max = 34.4s, min = 18.4s, avg = 25.0s, dev = 5.8s
//test/cpp/end2end:end2end_test@poller=poll@experiment=no_chttp2_batch_requests (cached) PASSED in 34.7s
Stats over 10 runs: max = 34.7s, min = 18.9s, avg = 24.7s, dev = 5.8s
//test/cpp/end2end:end2end_test@poller=poll@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 34.2s
Stats over 10 runs: max = 34.2s, min = 18.1s, avg = 24.5s, dev = 5.8s
//test/cpp/end2end:end2end_test@poller=poll@experiment=no_registered_method_lookup_in_transport (cached) PASSED in 34.7s
Stats over 10 runs: max = 34.7s, min = 18.1s, avg = 24.6s, dev = 5.8s
//test/cpp/end2end:end2end_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 34.3s
Stats over 10 runs: max = 34.3s, min = 17.5s, avg = 24.5s, dev = 5.9s
//test/cpp/end2end:end2end_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 34.4s
Stats over 10 runs: max = 34.4s, min = 17.7s, avg = 24.1s, dev = 5.9s
//test/cpp/end2end:exception_test@poller=epoll1 (cached) PASSED in 0.7s
//test/cpp/end2end:exception_test@poller=poll (cached) PASSED in 0.9s
//test/cpp/end2end:generic_end2end_test@poller=epoll1 (cached) PASSED in 0.5s
//test/cpp/end2end:generic_end2end_test@poller=epoll1@experiment=no_chttp2_batch_requests (cached) PASSED in 1.1s
//test/cpp/end2end:generic_end2end_test@poller=epoll1@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 0.8s
//test/cpp/end2end:generic_end2end_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 0.8s
//test/cpp/end2end:generic_end2end_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 0.8s
//test/cpp/end2end:generic_end2end_test@poller=poll (cached) PASSED in 30.9s
//test/cpp/end2end:generic_end2end_test@poller=poll@experiment=no_chttp2_batch_requests (cached) PASSED in 26.2s
//test/cpp/end2end:generic_end2end_test@poller=poll@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 31.3s
//test/cpp/end2end:generic_end2end_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 31.4s
//test/cpp/end2end:generic_end2end_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 30.8s
//test/cpp/end2end:grpc_authz_end2end_test@poller=epoll1 (cached) PASSED in 4.8s
//test/cpp/end2end:grpc_authz_end2end_test@poller=epoll1@experiment=no_chttp2_batch_requests (cached) PASSED in 5.4s
//test/cpp/end2end:grpc_authz_end2end_test@poller=epoll1@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 5.7s
//test/cpp/end2end:grpc_authz_end2end_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 5.5s
//test/cpp/end2end:grpc_authz_end2end_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 5.4s
//test/cpp/end2end:grpc_authz_end2end_test@poller=poll (cached) PASSED in 5.5s
//test/cpp/end2end:grpc_authz_end2end_test@poller=poll@experiment=no_chttp2_batch_requests (cached) PASSED in 7.0s
//test/cpp/end2end:grpc_authz_end2end_test@poller=poll@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 5.8s
//test/cpp/end2end:grpc_authz_end2end_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 5.2s
//test/cpp/end2end:grpc_authz_end2end_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 4.9s
//test/cpp/end2end:grpclb_end2end_test@poller=epoll1 (cached) PASSED in 15.1s
Stats over 20 runs: max = 15.1s, min = 1.6s, avg = 3.5s, dev = 3.3s
//test/cpp/end2end:grpclb_end2end_test@poller=epoll1@experiment=no_chttp2_batch_requests (cached) PASSED in 15.1s
Stats over 20 runs: max = 15.1s, min = 1.7s, avg = 3.8s, dev = 3.3s
//test/cpp/end2end:grpclb_end2end_test@poller=epoll1@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 15.2s
Stats over 20 runs: max = 15.2s, min = 1.9s, avg = 3.9s, dev = 3.2s
//test/cpp/end2end:grpclb_end2end_test@poller=epoll1@experiment=no_pick_first_happy_eyeballs (cached) PASSED in 16.1s
Stats over 20 runs: max = 16.1s, min = 1.6s, avg = 3.9s, dev = 3.4s
//test/cpp/end2end:grpclb_end2end_test@poller=epoll1@experiment=no_round_robin_delegate_to_pick_first (cached) PASSED in 14.9s
Stats over 20 runs: max = 14.9s, min = 1.6s, avg = 3.7s, dev = 3.2s
//test/cpp/end2end:grpclb_end2end_test@poller=epoll1@experiment=no_wrr_delegate_to_pick_first (cached) PASSED in 15.7s
Stats over 20 runs: max = 15.7s, min = 1.7s, avg = 3.8s, dev = 3.3s
//test/cpp/end2end:grpclb_end2end_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 15.5s
Stats over 20 runs: max = 15.5s, min = 1.8s, avg = 4.0s, dev = 3.2s
//test/cpp/end2end:grpclb_end2end_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 15.2s
Stats over 20 runs: max = 15.2s, min = 1.7s, avg = 3.7s, dev = 3.3s
//test/cpp/end2end:grpclb_end2end_test@poller=poll (cached) PASSED in 15.0s
Stats over 20 runs: max = 15.0s, min = 1.7s, avg = 3.8s, dev = 3.2s
//test/cpp/end2end:grpclb_end2end_test@poller=poll@experiment=no_chttp2_batch_requests (cached) PASSED in 15.0s
Stats over 20 runs: max = 15.0s, min = 1.6s, avg = 3.8s, dev = 3.2s
//test/cpp/end2end:grpclb_end2end_test@poller=poll@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 14.7s
Stats over 20 runs: max = 14.7s, min = 1.6s, avg = 3.9s, dev = 3.1s
//test/cpp/end2end:grpclb_end2end_test@poller=poll@experiment=no_pick_first_happy_eyeballs (cached) PASSED in 15.5s
Stats over 20 runs: max = 15.5s, min = 1.7s, avg = 3.9s, dev = 3.4s
//test/cpp/end2end:grpclb_end2end_test@poller=poll@experiment=no_round_robin_delegate_to_pick_first (cached) PASSED in 14.9s
Stats over 20 runs: max = 14.9s, min = 1.8s, avg = 3.8s, dev = 3.3s
//test/cpp/end2end:grpclb_end2end_test@poller=poll@experiment=no_wrr_delegate_to_pick_first (cached) PASSED in 15.5s
Stats over 20 runs: max = 15.5s, min = 1.8s, avg = 3.9s, dev = 3.3s
//test/cpp/end2end:grpclb_end2end_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 15.3s
Stats over 20 runs: max = 15.3s, min = 1.6s, avg = 3.6s, dev = 3.3s
//test/cpp/end2end:grpclb_end2end_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 14.6s
Stats over 20 runs: max = 14.6s, min = 0.9s, avg = 3.5s, dev = 3.2s
//test/cpp/end2end:health_service_end2end_test@poller=epoll1 (cached) PASSED in 6.4s
//test/cpp/end2end:health_service_end2end_test@poller=epoll1@experiment=no_chttp2_batch_requests (cached) PASSED in 6.8s
//test/cpp/end2end:health_service_end2end_test@poller=epoll1@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 6.2s
//test/cpp/end2end:health_service_end2end_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 6.3s
//test/cpp/end2end:health_service_end2end_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 7.8s
//test/cpp/end2end:health_service_end2end_test@poller=poll (cached) PASSED in 31.7s
//test/cpp/end2end:health_service_end2end_test@poller=poll@experiment=no_chttp2_batch_requests (cached) PASSED in 31.6s
//test/cpp/end2end:health_service_end2end_test@poller=poll@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 31.1s
//test/cpp/end2end:health_service_end2end_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 31.5s
//test/cpp/end2end:health_service_end2end_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 31.0s
//test/cpp/end2end:hybrid_end2end_test@poller=epoll1 (cached) PASSED in 1.1s
//test/cpp/end2end:hybrid_end2end_test@poller=epoll1@experiment=no_chttp2_batch_requests (cached) PASSED in 1.9s
//test/cpp/end2end:hybrid_end2end_test@poller=epoll1@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 1.3s
//test/cpp/end2end:hybrid_end2end_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.4s
//test/cpp/end2end:hybrid_end2end_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.0s
//test/cpp/end2end:hybrid_end2end_test@poller=poll (cached) PASSED in 101.4s
//test/cpp/end2end:hybrid_end2end_test@poller=poll@experiment=no_chttp2_batch_requests (cached) PASSED in 101.4s
//test/cpp/end2end:hybrid_end2end_test@poller=poll@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 101.3s
//test/cpp/end2end:hybrid_end2end_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 100.6s
//test/cpp/end2end:hybrid_end2end_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 101.5s
//test/cpp/end2end:message_allocator_end2end_test@poller=epoll1 (cached) PASSED in 1.0s
//test/cpp/end2end:message_allocator_end2end_test@poller=epoll1@experiment=no_chttp2_batch_requests (cached) PASSED in 1.4s
//test/cpp/end2end:message_allocator_end2end_test@poller=epoll1@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 2.5s
//test/cpp/end2end:message_allocator_end2end_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.4s
//test/cpp/end2end:message_allocator_end2end_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.3s
//test/cpp/end2end:message_allocator_end2end_test@poller=poll (cached) PASSED in 0.8s
//test/cpp/end2end:message_allocator_end2end_test@poller=poll@experiment=no_chttp2_batch_requests (cached) PASSED in 2.0s
//test/cpp/end2end:message_allocator_end2end_test@poller=poll@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 1.6s
//test/cpp/end2end:message_allocator_end2end_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 0.7s
//test/cpp/end2end:message_allocator_end2end_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 1.1s
//test/cpp/end2end:mock_test@poller=epoll1 (cached) PASSED in 2.6s
//test/cpp/end2end:mock_test@poller=epoll1@experiment=no_chttp2_batch_requests (cached) PASSED in 0.9s
//test/cpp/end2end:mock_test@poller=epoll1@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 1.1s
//test/cpp/end2end:mock_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 0.9s
//test/cpp/end2end:mock_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.2s
//test/cpp/end2end:mock_test@poller=poll (cached) PASSED in 22.4s
//test/cpp/end2end:mock_test@poller=poll@experiment=no_chttp2_batch_requests (cached) PASSED in 21.4s
//test/cpp/end2end:mock_test@poller=poll@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 20.9s
//test/cpp/end2end:mock_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 22.2s
//test/cpp/end2end:mock_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 20.9s
//test/cpp/end2end:nonblocking_test@poller=epoll1 (cached) PASSED in 0.6s
//test/cpp/end2end:nonblocking_test@poller=epoll1@experiment=no_chttp2_batch_requests (cached) PASSED in 0.6s
//test/cpp/end2end:nonblocking_test@poller=epoll1@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 1.0s
//test/cpp/end2end:nonblocking_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 0.7s
//test/cpp/end2end:nonblocking_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 0.8s
//test/cpp/end2end:nonblocking_test@poller=poll (cached) PASSED in 5.5s
//test/cpp/end2end:nonblocking_test@poller=poll@experiment=no_chttp2_batch_requests (cached) PASSED in 5.6s
//test/cpp/end2end:nonblocking_test@poller=poll@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 5.8s
//test/cpp/end2end:nonblocking_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 5.6s
//test/cpp/end2end:nonblocking_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 6.4s
//test/cpp/end2end:orca_service_end2end_test@poller=epoll1 (cached) PASSED in 30.0s
//test/cpp/end2end:orca_service_end2end_test@poller=epoll1@experiment=no_chttp2_batch_requests (cached) PASSED in 28.5s
//test/cpp/end2end:orca_service_end2end_test@poller=epoll1@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 28.4s
//test/cpp/end2end:orca_service_end2end_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 29.7s
//test/cpp/end2end:orca_service_end2end_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 28.7s
//test/cpp/end2end:orca_service_end2end_test@poller=poll (cached) PASSED in 30.8s
//test/cpp/end2end:orca_service_end2end_test@poller=poll@experiment=no_chttp2_batch_requests (cached) PASSED in 31.4s
//test/cpp/end2end:orca_service_end2end_test@poller=poll@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 30.6s
//test/cpp/end2end:orca_service_end2end_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 30.7s
//test/cpp/end2end:orca_service_end2end_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 30.7s
//test/cpp/end2end:port_sharing_end2end_test@poller=epoll1 (cached) PASSED in 4.7s
//test/cpp/end2end:port_sharing_end2end_test@poller=epoll1@experiment=no_chttp2_batch_requests (cached) PASSED in 4.2s
//test/cpp/end2end:port_sharing_end2end_test@poller=epoll1@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 5.3s
//test/cpp/end2end:port_sharing_end2end_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 4.8s
//test/cpp/end2end:port_sharing_end2end_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 5.7s
//test/cpp/end2end:port_sharing_end2end_test@poller=poll (cached) PASSED in 126.1s
//test/cpp/end2end:port_sharing_end2end_test@poller=poll@experiment=no_chttp2_batch_requests (cached) PASSED in 125.1s
//test/cpp/end2end:port_sharing_end2end_test@poller=poll@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 125.4s
//test/cpp/end2end:port_sharing_end2end_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 125.4s
//test/cpp/end2end:port_sharing_end2end_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 125.2s
//test/cpp/end2end:proto_server_reflection_test@poller=epoll1 (cached) PASSED in 0.8s
//test/cpp/end2end:proto_server_reflection_test@poller=epoll1@experiment=no_chttp2_batch_requests (cached) PASSED in 0.8s
//test/cpp/end2end:proto_server_reflection_test@poller=epoll1@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 0.9s
//test/cpp/end2end:proto_server_reflection_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 0.8s
//test/cpp/end2end:proto_server_reflection_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.2s
//test/cpp/end2end:proto_server_reflection_test@poller=poll (cached) PASSED in 1.4s
//test/cpp/end2end:proto_server_reflection_test@poller=poll@experiment=no_chttp2_batch_requests (cached) PASSED in 1.5s
//test/cpp/end2end:proto_server_reflection_test@poller=poll@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 0.8s
//test/cpp/end2end:proto_server_reflection_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 0.7s
//test/cpp/end2end:proto_server_reflection_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 1.0s
//test/cpp/end2end:raw_end2end_test@poller=epoll1 (cached) PASSED in 1.0s
//test/cpp/end2end:raw_end2end_test@poller=epoll1@experiment=no_chttp2_batch_requests (cached) PASSED in 0.6s
//test/cpp/end2end:raw_end2end_test@poller=epoll1@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 1.1s
//test/cpp/end2end:raw_end2end_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 0.7s
//test/cpp/end2end:raw_end2end_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 0.8s
//test/cpp/end2end:raw_end2end_test@poller=poll (cached) PASSED in 26.0s
//test/cpp/end2end:raw_end2end_test@poller=poll@experiment=no_chttp2_batch_requests (cached) PASSED in 26.1s
//test/cpp/end2end:raw_end2end_test@poller=poll@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 26.3s
//test/cpp/end2end:raw_end2end_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 25.9s
//test/cpp/end2end:raw_end2end_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 26.1s
//test/cpp/end2end:resource_quota_end2end_stress_test@poller=epoll1 (cached) PASSED in 0.7s
//test/cpp/end2end:resource_quota_end2end_stress_test@poller=poll (cached) PASSED in 1.0s
//test/cpp/end2end:rls_end2end_test@poller=epoll1 (cached) PASSED in 23.2s
//test/cpp/end2end:rls_end2end_test@poller=epoll1@experiment=no_chttp2_batch_requests (cached) PASSED in 23.3s
//test/cpp/end2end:rls_end2end_test@poller=epoll1@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 23.9s
//test/cpp/end2end:rls_end2end_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 23.1s
//test/cpp/end2end:rls_end2end_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 23.8s
//test/cpp/end2end:rls_end2end_test@poller=poll (cached) PASSED in 25.1s
//test/cpp/end2end:rls_end2end_test@poller=poll@experiment=no_chttp2_batch_requests (cached) PASSED in 22.9s
//test/cpp/end2end:rls_end2end_test@poller=poll@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 22.8s
//test/cpp/end2end:rls_end2end_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 23.3s
//test/cpp/end2end:rls_end2end_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 23.0s
//test/cpp/end2end:server_builder_plugin_test@poller=epoll1 (cached) PASSED in 1.8s
//test/cpp/end2end:server_builder_plugin_test@poller=epoll1@experiment=no_chttp2_batch_requests (cached) PASSED in 0.9s
//test/cpp/end2end:server_builder_plugin_test@poller=epoll1@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 1.3s
//test/cpp/end2end:server_builder_plugin_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.2s
//test/cpp/end2end:server_builder_plugin_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 0.9s
//test/cpp/end2end:server_builder_plugin_test@poller=poll (cached) PASSED in 11.2s
//test/cpp/end2end:server_builder_plugin_test@poller=poll@experiment=no_chttp2_batch_requests (cached) PASSED in 11.1s
//test/cpp/end2end:server_builder_plugin_test@poller=poll@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 10.6s
//test/cpp/end2end:server_builder_plugin_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 10.8s
//test/cpp/end2end:server_builder_plugin_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 10.9s
//test/cpp/end2end:server_crash_test@poller=epoll1 (cached) PASSED in 120.9s
//test/cpp/end2end:server_crash_test@poller=poll (cached) PASSED in 120.8s
//test/cpp/end2end:server_early_return_test@poller=epoll1 (cached) PASSED in 0.9s
//test/cpp/end2end:server_early_return_test@poller=epoll1@experiment=no_chttp2_batch_requests (cached) PASSED in 0.8s
//test/cpp/end2end:server_early_return_test@poller=epoll1@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 1.0s
//test/cpp/end2end:server_early_return_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.1s
//test/cpp/end2end:server_early_return_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.2s
//test/cpp/end2end:server_early_return_test@poller=poll (cached) PASSED in 20.9s
//test/cpp/end2end:server_early_return_test@poller=poll@experiment=no_chttp2_batch_requests (cached) PASSED in 21.9s
//test/cpp/end2end:server_early_return_test@poller=poll@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 21.3s
//test/cpp/end2end:server_early_return_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 20.9s
//test/cpp/end2end:server_early_return_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 20.7s
//test/cpp/end2end:server_interceptors_end2end_test@poller=epoll1 (cached) PASSED in 1.2s
//test/cpp/end2end:server_interceptors_end2end_test@poller=epoll1@experiment=no_chttp2_batch_requests (cached) PASSED in 1.0s
//test/cpp/end2end:server_interceptors_end2end_test@poller=epoll1@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 2.2s
//test/cpp/end2end:server_interceptors_end2end_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.4s
//test/cpp/end2end:server_interceptors_end2end_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.1s
//test/cpp/end2end:server_interceptors_end2end_test@poller=poll (cached) PASSED in 0.9s
//test/cpp/end2end:server_interceptors_end2end_test@poller=poll@experiment=no_chttp2_batch_requests (cached) PASSED in 0.9s
//test/cpp/end2end:server_interceptors_end2end_test@poller=poll@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 1.0s
//test/cpp/end2end:server_interceptors_end2end_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 1.6s
//test/cpp/end2end:server_interceptors_end2end_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 0.8s
//test/cpp/end2end:server_load_reporting_end2end_test@poller=epoll1 (cached) PASSED in 9.7s
//test/cpp/end2end:server_load_reporting_end2end_test@poller=epoll1@experiment=no_chttp2_batch_requests (cached) PASSED in 7.8s
//test/cpp/end2end:server_load_reporting_end2end_test@poller=epoll1@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 9.8s
//test/cpp/end2end:server_load_reporting_end2end_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 8.5s
//test/cpp/end2end:server_load_reporting_end2end_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 8.0s
//test/cpp/end2end:server_load_reporting_end2end_test@poller=poll (cached) PASSED in 8.2s
//test/cpp/end2end:server_load_reporting_end2end_test@poller=poll@experiment=no_chttp2_batch_requests (cached) PASSED in 8.2s
//test/cpp/end2end:server_load_reporting_end2end_test@poller=poll@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 8.7s
//test/cpp/end2end:server_load_reporting_end2end_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 7.9s
//test/cpp/end2end:server_load_reporting_end2end_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 9.6s
//test/cpp/end2end:service_config_end2end_test@poller=epoll1 (cached) PASSED in 1.3s
//test/cpp/end2end:service_config_end2end_test@poller=epoll1@experiment=no_chttp2_batch_requests (cached) PASSED in 0.9s
//test/cpp/end2end:service_config_end2end_test@poller=epoll1@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 0.6s
//test/cpp/end2end:service_config_end2end_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 0.8s
//test/cpp/end2end:service_config_end2end_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.6s
//test/cpp/end2end:service_config_end2end_test@poller=poll (cached) PASSED in 0.9s
//test/cpp/end2end:service_config_end2end_test@poller=poll@experiment=no_chttp2_batch_requests (cached) PASSED in 1.2s
//test/cpp/end2end:service_config_end2end_test@poller=poll@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 1.0s
//test/cpp/end2end:service_config_end2end_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 0.9s
//test/cpp/end2end:service_config_end2end_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 1.2s
//test/cpp/end2end:shutdown_test@poller=epoll1 (cached) PASSED in 0.7s
//test/cpp/end2end:shutdown_test@poller=epoll1@experiment=no_chttp2_batch_requests (cached) PASSED in 1.7s
//test/cpp/end2end:shutdown_test@poller=epoll1@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 1.9s
//test/cpp/end2end:shutdown_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 0.7s
//test/cpp/end2end:shutdown_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.2s
//test/cpp/end2end:shutdown_test@poller=poll (cached) PASSED in 1.2s
//test/cpp/end2end:shutdown_test@poller=poll@experiment=no_chttp2_batch_requests (cached) PASSED in 1.2s
//test/cpp/end2end:shutdown_test@poller=poll@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 0.8s
//test/cpp/end2end:shutdown_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 1.2s
//test/cpp/end2end:shutdown_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 0.8s
//test/cpp/end2end:ssl_credentials_test@poller=epoll1 (cached) PASSED in 1.0s
//test/cpp/end2end:ssl_credentials_test@poller=poll (cached) PASSED in 1.5s
//test/cpp/end2end:streaming_throughput_test@poller=epoll1 (cached) PASSED in 31.9s
//test/cpp/end2end:streaming_throughput_test@poller=epoll1@experiment=no_chttp2_batch_requests (cached) PASSED in 31.7s
//test/cpp/end2end:streaming_throughput_test@poller=epoll1@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 32.3s
//test/cpp/end2end:streaming_throughput_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 32.1s
//test/cpp/end2end:streaming_throughput_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 32.4s
//test/cpp/end2end:streaming_throughput_test@poller=poll (cached) PASSED in 35.9s
//test/cpp/end2end:streaming_throughput_test@poller=poll@experiment=no_chttp2_batch_requests (cached) PASSED in 35.7s
//test/cpp/end2end:streaming_throughput_test@poller=poll@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 36.2s
//test/cpp/end2end:streaming_throughput_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 35.6s
//test/cpp/end2end:streaming_throughput_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 35.8s
//test/cpp/end2end:thread_stress_test@poller=epoll1 (cached) PASSED in 2.5s
Stats over 5 runs: max = 2.5s, min = 0.6s, avg = 1.4s, dev = 0.7s
//test/cpp/end2end:thread_stress_test@poller=epoll1@experiment=no_chttp2_batch_requests (cached) PASSED in 1.7s
Stats over 5 runs: max = 1.7s, min = 0.9s, avg = 1.2s, dev = 0.3s
//test/cpp/end2end:thread_stress_test@poller=epoll1@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 3.1s
Stats over 5 runs: max = 3.1s, min = 0.9s, avg = 1.7s, dev = 1.0s
//test/cpp/end2end:thread_stress_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.9s
Stats over 5 runs: max = 1.9s, min = 0.8s, avg = 1.3s, dev = 0.4s
//test/cpp/end2end:thread_stress_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 2.6s
Stats over 5 runs: max = 2.6s, min = 0.7s, avg = 1.5s, dev = 0.7s
//test/cpp/end2end:thread_stress_test@poller=poll (cached) PASSED in 6.1s
Stats over 5 runs: max = 6.1s, min = 1.1s, avg = 4.9s, dev = 1.9s
//test/cpp/end2end:thread_stress_test@poller=poll@experiment=no_chttp2_batch_requests (cached) PASSED in 5.9s
Stats over 5 runs: max = 5.9s, min = 0.5s, avg = 4.8s, dev = 2.1s
//test/cpp/end2end:thread_stress_test@poller=poll@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 6.4s
Stats over 5 runs: max = 6.4s, min = 1.3s, avg = 5.1s, dev = 1.9s
//test/cpp/end2end:thread_stress_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 5.9s
Stats over 5 runs: max = 5.9s, min = 0.6s, avg = 4.8s, dev = 2.1s
//test/cpp/end2end:thread_stress_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 6.2s
Stats over 5 runs: max = 6.2s, min = 1.0s, avg = 4.9s, dev = 2.0s
//test/cpp/end2end:time_change_test@poller=epoll1 (cached) PASSED in 3.7s
//test/cpp/end2end:time_change_test@poller=epoll1@experiment=no_chttp2_batch_requests (cached) PASSED in 2.1s
//test/cpp/end2end:time_change_test@poller=epoll1@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 2.6s
//test/cpp/end2end:time_change_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 2.6s
//test/cpp/end2end:time_change_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 3.0s
//test/cpp/end2end:time_change_test@poller=poll (cached) PASSED in 2.4s
//test/cpp/end2end:time_change_test@poller=poll@experiment=no_chttp2_batch_requests (cached) PASSED in 2.5s
//test/cpp/end2end:time_change_test@poller=poll@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 2.5s
//test/cpp/end2end:time_change_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 4.9s
//test/cpp/end2end:time_change_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 1.5s
//test/cpp/end2end:tls_credentials_test@poller=epoll1 (cached) PASSED in 1.2s
//test/cpp/end2end:tls_credentials_test@poller=poll (cached) PASSED in 1.0s
//test/cpp/end2end:tls_key_export_test@poller=epoll1 (cached) PASSED in 1.8s
//test/cpp/end2end:tls_key_export_test@poller=epoll1@experiment=no_chttp2_batch_requests (cached) PASSED in 0.9s
//test/cpp/end2end:tls_key_export_test@poller=epoll1@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 1.0s
//test/cpp/end2end:tls_key_export_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.0s
//test/cpp/end2end:tls_key_export_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.4s
//test/cpp/end2end:tls_key_export_test@poller=poll (cached) PASSED in 21.6s
//test/cpp/end2end:tls_key_export_test@poller=poll@experiment=no_chttp2_batch_requests (cached) PASSED in 20.8s
//test/cpp/end2end:tls_key_export_test@poller=poll@experiment=no_chttp2_offload_on_rst_stream (cached) PASSED in 21.5s
//test/cpp/end2end:tls_key_export_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 21.3s
//test/cpp/end2end:tls_key_export_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 20.9s
//test/cpp/end2end/xds:xds_cluster_end2end_test@poller=epoll1 (cached) PASSED in 48.6s
Stats over 50 runs: max = 48.6s, min = 1.5s, avg = 5.9s, dev = 10.0s
//test/cpp/end2end/xds:xds_cluster_end2end_test@poller=epoll1@experiment=no_pick_first_happy_eyeballs (cached) PASSED in 49.0s
Stats over 50 runs: max = 49.0s, min = 1.5s, avg = 6.6s, dev = 10.1s
//test/cpp/end2end/xds:xds_cluster_end2end_test@poller=epoll1@experiment=no_round_robin_delegate_to_pick_first (cached) PASSED in 48.6s
Stats over 50 runs: max = 48.6s, min = 1.5s, avg = 6.3s, dev = 10.1s
//test/cpp/end2end/xds:xds_cluster_end2end_test@poller=epoll1@experiment=no_wrr_delegate_to_pick_first (cached) PASSED in 48.9s
Stats over 50 runs: max = 48.9s, min = 1.4s, avg = 6.1s, dev = 10.0s
//test/cpp/end2end/xds:xds_cluster_end2end_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 48.8s
Stats over 50 runs: max = 48.8s, min = 1.5s, avg = 5.9s, dev = 10.0s
//test/cpp/end2end/xds:xds_cluster_end2end_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 48.3s
Stats over 50 runs: max = 48.3s, min = 1.5s, avg = 5.9s, dev = 10.0s
//test/cpp/end2end/xds:xds_cluster_end2end_test@poller=poll (cached) PASSED in 48.6s
Stats over 50 runs: max = 48.6s, min = 1.6s, avg = 5.9s, dev = 10.0s
//test/cpp/end2end/xds:xds_cluster_end2end_test@poller=poll@experiment=no_pick_first_happy_eyeballs (cached) PASSED in 48.8s
Stats over 50 runs: max = 48.8s, min = 1.5s, avg = 6.0s, dev = 10.1s
//test/cpp/end2end/xds:xds_cluster_end2end_test@poller=poll@experiment=no_round_robin_delegate_to_pick_first (cached) PASSED in 48.7s
Stats over 50 runs: max = 48.7s, min = 1.4s, avg = 6.0s, dev = 10.0s
//test/cpp/end2end/xds:xds_cluster_end2end_test@poller=poll@experiment=no_wrr_delegate_to_pick_first (cached) PASSED in 48.5s
Stats over 50 runs: max = 48.5s, min = 1.5s, avg = 6.2s, dev = 10.0s
//test/cpp/end2end/xds:xds_cluster_end2end_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 48.6s
Stats over 50 runs: max = 48.6s, min = 1.5s, avg = 6.6s, dev = 10.1s
//test/cpp/end2end/xds:xds_cluster_end2end_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 48.4s
Stats over 50 runs: max = 48.4s, min = 1.4s, avg = 6.5s, dev = 10.4s
//test/cpp/end2end/xds:xds_cluster_type_end2end_test@poller=epoll1 (cached) PASSED in 7.6s
//test/cpp/end2end/xds:xds_cluster_type_end2end_test@poller=epoll1@experiment=no_pick_first_happy_eyeballs (cached) PASSED in 7.4s
//test/cpp/end2end/xds:xds_cluster_type_end2end_test@poller=epoll1@experiment=no_round_robin_delegate_to_pick_first (cached) PASSED in 7.5s
//test/cpp/end2end/xds:xds_cluster_type_end2end_test@poller=epoll1@experiment=no_wrr_delegate_to_pick_first (cached) PASSED in 7.4s
//test/cpp/end2end/xds:xds_cluster_type_end2end_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 7.6s
//test/cpp/end2end/xds:xds_cluster_type_end2end_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 7.7s
//test/cpp/end2end/xds:xds_cluster_type_end2end_test@poller=poll (cached) PASSED in 7.5s
//test/cpp/end2end/xds:xds_cluster_type_end2end_test@poller=poll@experiment=no_pick_first_happy_eyeballs (cached) PASSED in 7.4s
//test/cpp/end2end/xds:xds_cluster_type_end2end_test@poller=poll@experiment=no_round_robin_delegate_to_pick_first (cached) PASSED in 7.7s
//test/cpp/end2end/xds:xds_cluster_type_end2end_test@poller=poll@experiment=no_wrr_delegate_to_pick_first (cached) PASSED in 7.7s
//test/cpp/end2end/xds:xds_cluster_type_end2end_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 7.3s
//test/cpp/end2end/xds:xds_cluster_type_end2end_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 7.4s
//test/cpp/end2end/xds:xds_core_end2end_test@poller=epoll1 (cached) PASSED in 51.0s
Stats over 15 runs: max = 51.0s, min = 1.7s, avg = 10.8s, dev = 13.4s
//test/cpp/end2end/xds:xds_core_end2end_test@poller=epoll1@experiment=no_pick_first_happy_eyeballs (cached) PASSED in 51.0s
Stats over 15 runs: max = 51.0s, min = 1.5s, avg = 10.5s, dev = 13.6s
//test/cpp/end2end/xds:xds_core_end2end_test@poller=epoll1@experiment=no_round_robin_delegate_to_pick_first (cached) PASSED in 50.7s
Stats over 15 runs: max = 50.7s, min = 1.7s, avg = 11.1s, dev = 13.5s
//test/cpp/end2end/xds:xds_core_end2end_test@poller=epoll1@experiment=no_wrr_delegate_to_pick_first (cached) PASSED in 50.7s
Stats over 15 runs: max = 50.7s, min = 1.5s, avg = 11.1s, dev = 13.5s
//test/cpp/end2end/xds:xds_core_end2end_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 50.9s
Stats over 15 runs: max = 50.9s, min = 1.6s, avg = 10.4s, dev = 13.6s
//test/cpp/end2end/xds:xds_core_end2end_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 50.7s
Stats over 15 runs: max = 50.7s, min = 1.7s, avg = 10.4s, dev = 13.6s
//test/cpp/end2end/xds:xds_core_end2end_test@poller=poll (cached) PASSED in 50.7s
Stats over 15 runs: max = 50.7s, min = 1.6s, avg = 10.8s, dev = 13.4s
//test/cpp/end2end/xds:xds_core_end2end_test@poller=poll@experiment=no_pick_first_happy_eyeballs (cached) PASSED in 50.7s
Stats over 15 runs: max = 50.7s, min = 1.7s, avg = 11.9s, dev = 13.3s
//test/cpp/end2end/xds:xds_core_end2end_test@poller=poll@experiment=no_round_robin_delegate_to_pick_first (cached) PASSED in 50.9s
Stats over 15 runs: max = 50.9s, min = 1.6s, avg = 10.4s, dev = 13.5s
//test/cpp/end2end/xds:xds_core_end2end_test@poller=poll@experiment=no_wrr_delegate_to_pick_first (cached) PASSED in 51.2s
Stats over 15 runs: max = 51.2s, min = 1.5s, avg = 10.5s, dev = 13.6s
//test/cpp/end2end/xds:xds_core_end2end_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 50.8s
Stats over 15 runs: max = 50.8s, min = 1.6s, avg = 10.6s, dev = 13.5s
//test/cpp/end2end/xds:xds_core_end2end_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 50.8s
Stats over 15 runs: max = 50.8s, min = 1.7s, avg = 10.5s, dev = 13.5s
//test/cpp/end2end/xds:xds_credentials_end2end_test@poller=epoll1 (cached) PASSED in 1.3s
//test/cpp/end2end/xds:xds_credentials_end2end_test@poller=epoll1@experiment=no_pick_first_happy_eyeballs (cached) PASSED in 1.4s
//test/cpp/end2end/xds:xds_credentials_end2end_test@poller=epoll1@experiment=no_round_robin_delegate_to_pick_first (cached) PASSED in 2.0s
//test/cpp/end2end/xds:xds_credentials_end2end_test@poller=epoll1@experiment=no_wrr_delegate_to_pick_first (cached) PASSED in 2.4s
//test/cpp/end2end/xds:xds_credentials_end2end_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 2.0s
//test/cpp/end2end/xds:xds_credentials_end2end_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.8s
//test/cpp/end2end/xds:xds_credentials_end2end_test@poller=poll (cached) PASSED in 0.9s
//test/cpp/end2end/xds:xds_credentials_end2end_test@poller=poll@experiment=no_pick_first_happy_eyeballs (cached) PASSED in 1.4s
//test/cpp/end2end/xds:xds_credentials_end2end_test@poller=poll@experiment=no_round_robin_delegate_to_pick_first (cached) PASSED in 0.9s
//test/cpp/end2end/xds:xds_credentials_end2end_test@poller=poll@experiment=no_wrr_delegate_to_pick_first (cached) PASSED in 0.9s
//test/cpp/end2end/xds:xds_credentials_end2end_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 0.9s
//test/cpp/end2end/xds:xds_credentials_end2end_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 0.9s
//test/cpp/end2end/xds:xds_csds_end2end_test@poller=epoll1 (cached) PASSED in 41.7s
//test/cpp/end2end/xds:xds_csds_end2end_test@poller=epoll1@experiment=no_pick_first_happy_eyeballs (cached) PASSED in 41.4s
//test/cpp/end2end/xds:xds_csds_end2end_test@poller=epoll1@experiment=no_round_robin_delegate_to_pick_first (cached) PASSED in 41.9s
//test/cpp/end2end/xds:xds_csds_end2end_test@poller=epoll1@experiment=no_wrr_delegate_to_pick_first (cached) PASSED in 41.5s
//test/cpp/end2end/xds:xds_csds_end2end_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 41.8s
//test/cpp/end2end/xds:xds_csds_end2end_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 41.9s
//test/cpp/end2end/xds:xds_csds_end2end_test@poller=poll (cached) PASSED in 41.8s
//test/cpp/end2end/xds:xds_csds_end2end_test@poller=poll@experiment=no_pick_first_happy_eyeballs (cached) PASSED in 41.4s
//test/cpp/end2end/xds:xds_csds_end2end_test@poller=poll@experiment=no_round_robin_delegate_to_pick_first (cached) PASSED in 41.2s
//test/cpp/end2end/xds:xds_csds_end2end_test@poller=poll@experiment=no_wrr_delegate_to_pick_first (cached) PASSED in 41.6s
//test/cpp/end2end/xds:xds_csds_end2end_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 41.3s
//test/cpp/end2end/xds:xds_csds_end2end_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 41.9s
//test/cpp/end2end/xds:xds_end2end_test@poller=epoll1 (cached) PASSED in 19.9s
Stats over 50 runs: max = 19.9s, min = 2.9s, avg = 6.7s, dev = 3.9s
//test/cpp/end2end/xds:xds_end2end_test@poller=epoll1@experiment=no_pick_first_happy_eyeballs (cached) PASSED in 19.9s
Stats over 50 runs: max = 19.9s, min = 1.9s, avg = 6.9s, dev = 3.7s
//test/cpp/end2end/xds:xds_end2end_test@poller=epoll1@experiment=no_round_robin_delegate_to_pick_first (cached) PASSED in 17.0s
Stats over 50 runs: max = 17.0s, min = 2.7s, avg = 6.5s, dev = 3.5s
//test/cpp/end2end/xds:xds_end2end_test@poller=epoll1@experiment=no_wrr_delegate_to_pick_first (cached) PASSED in 17.9s
Stats over 50 runs: max = 17.9s, min = 1.8s, avg = 6.9s, dev = 3.9s
//test/cpp/end2end/xds:xds_end2end_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 23.7s
Stats over 50 runs: max = 23.7s, min = 2.7s, avg = 7.1s, dev = 4.5s
//test/cpp/end2end/xds:xds_end2end_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 15.8s
Stats over 50 runs: max = 15.8s, min = 0.9s, avg = 3.8s, dev = 3.5s
//test/cpp/end2end/xds:xds_end2end_test@poller=poll (cached) PASSED in 27.0s
Stats over 50 runs: max = 27.0s, min = 1.7s, avg = 5.9s, dev = 4.4s
//test/cpp/end2end/xds:xds_end2end_test@poller=poll@experiment=no_pick_first_happy_eyeballs (cached) PASSED in 16.8s
Stats over 50 runs: max = 16.8s, min = 1.8s, avg = 6.5s, dev = 4.1s
//test/cpp/end2end/xds:xds_end2end_test@poller=poll@experiment=no_round_robin_delegate_to_pick_first (cached) PASSED in 20.8s
Stats over 50 runs: max = 20.8s, min = 1.6s, avg = 5.3s, dev = 3.4s
//test/cpp/end2end/xds:xds_end2end_test@poller=poll@experiment=no_wrr_delegate_to_pick_first (cached) PASSED in 20.0s
Stats over 50 runs: max = 20.0s, min = 1.9s, avg = 6.0s, dev = 3.7s
//test/cpp/end2end/xds:xds_end2end_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 19.1s
Stats over 50 runs: max = 19.1s, min = 2.7s, avg = 6.0s, dev = 3.2s
//test/cpp/end2end/xds:xds_end2end_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 25.8s
Stats over 50 runs: max = 25.8s, min = 0.8s, avg = 3.7s, dev = 4.5s
//test/cpp/end2end/xds:xds_fault_injection_end2end_test@poller=epoll1 (cached) PASSED in 43.7s
Stats over 5 runs: max = 43.7s, min = 27.0s, avg = 36.5s, dev = 6.4s
//test/cpp/end2end/xds:xds_fault_injection_end2end_test@poller=epoll1@experiment=no_pick_first_happy_eyeballs (cached) PASSED in 43.9s
Stats over 5 runs: max = 43.9s, min = 26.9s, avg = 36.7s, dev = 6.4s
//test/cpp/end2end/xds:xds_fault_injection_end2end_test@poller=epoll1@experiment=no_round_robin_delegate_to_pick_first (cached) PASSED in 43.7s
Stats over 5 runs: max = 43.7s, min = 27.0s, avg = 36.4s, dev = 6.4s
//test/cpp/end2end/xds:xds_fault_injection_end2end_test@poller=epoll1@experiment=no_wrr_delegate_to_pick_first (cached) PASSED in 43.7s
Stats over 5 runs: max = 43.7s, min = 27.2s, avg = 36.5s, dev = 6.4s
//test/cpp/end2end/xds:xds_fault_injection_end2end_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 43.9s
Stats over 5 runs: max = 43.9s, min = 27.1s, avg = 36.6s, dev = 6.4s
//test/cpp/end2end/xds:xds_fault_injection_end2end_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 43.4s
Stats over 5 runs: max = 43.4s, min = 26.9s, avg = 36.3s, dev = 6.3s
//test/cpp/end2end/xds:xds_fault_injection_end2end_test@poller=poll (cached) PASSED in 44.2s
Stats over 5 runs: max = 44.2s, min = 26.9s, avg = 36.5s, dev = 6.6s
//test/cpp/end2end/xds:xds_fault_injection_end2end_test@poller=poll@experiment=no_pick_first_happy_eyeballs (cached) PASSED in 43.6s
Stats over 5 runs: max = 43.6s, min = 26.9s, avg = 36.3s, dev = 6.4s
//test/cpp/end2end/xds:xds_fault_injection_end2end_test@poller=poll@experiment=no_round_robin_delegate_to_pick_first (cached) PASSED in 43.8s
Stats over 5 runs: max = 43.8s, min = 26.6s, avg = 36.5s, dev = 6.6s
//test/cpp/end2end/xds:xds_fault_injection_end2end_test@poller=poll@experiment=no_wrr_delegate_to_pick_first (cached) PASSED in 43.5s
Stats over 5 runs: max = 43.5s, min = 27.0s, avg = 36.3s, dev = 6.3s
//test/cpp/end2end/xds:xds_fault_injection_end2end_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 43.7s
Stats over 5 runs: max = 43.7s, min = 26.8s, avg = 36.3s, dev = 6.5s
//test/cpp/end2end/xds:xds_fault_injection_end2end_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 44.1s
Stats over 5 runs: max = 44.1s, min = 26.8s, avg = 36.4s, dev = 6.6s
//test/cpp/end2end/xds:xds_outlier_detection_end2end_test@poller=epoll1 (cached) PASSED in 39.2s
//test/cpp/end2end/xds:xds_outlier_detection_end2end_test@poller=epoll1@experiment=no_pick_first_happy_eyeballs (cached) PASSED in 39.7s
//test/cpp/end2end/xds:xds_outlier_detection_end2end_test@poller=epoll1@experiment=no_round_robin_delegate_to_pick_first (cached) PASSED in 39.6s
//test/cpp/end2end/xds:xds_outlier_detection_end2end_test@poller=epoll1@experiment=no_wrr_delegate_to_pick_first (cached) PASSED in 39.4s
//test/cpp/end2end/xds:xds_outlier_detection_end2end_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 39.5s
//test/cpp/end2end/xds:xds_outlier_detection_end2end_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 39.4s
//test/cpp/end2end/xds:xds_outlier_detection_end2end_test@poller=poll (cached) PASSED in 39.3s
//test/cpp/end2end/xds:xds_outlier_detection_end2end_test@poller=poll@experiment=no_pick_first_happy_eyeballs (cached) PASSED in 39.3s
//test/cpp/end2end/xds:xds_outlier_detection_end2end_test@poller=poll@experiment=no_round_robin_delegate_to_pick_first (cached) PASSED in 39.4s
//test/cpp/end2end/xds:xds_outlier_detection_end2end_test@poller=poll@experiment=no_wrr_delegate_to_pick_first (cached) PASSED in 39.1s
//test/cpp/end2end/xds:xds_outlier_detection_end2end_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 39.1s
//test/cpp/end2end/xds:xds_outlier_detection_end2end_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 38.9s
//test/cpp/end2end/xds:xds_override_host_end2end_test@poller=epoll1 (cached) PASSED in 12.8s
//test/cpp/end2end/xds:xds_override_host_end2end_test@poller=epoll1@experiment=no_pick_first_happy_eyeballs (cached) PASSED in 11.6s
//test/cpp/end2end/xds:xds_override_host_end2end_test@poller=epoll1@experiment=no_round_robin_delegate_to_pick_first (cached) PASSED in 11.1s
//test/cpp/end2end/xds:xds_override_host_end2end_test@poller=epoll1@experiment=no_wrr_delegate_to_pick_first (cached) PASSED in 16.1s
//test/cpp/end2end/xds:xds_override_host_end2end_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 13.1s
//test/cpp/end2end/xds:xds_override_host_end2end_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 16.5s
//test/cpp/end2end/xds:xds_override_host_end2end_test@poller=poll (cached) PASSED in 10.3s
//test/cpp/end2end/xds:xds_override_host_end2end_test@poller=poll@experiment=no_pick_first_happy_eyeballs (cached) PASSED in 9.9s
//test/cpp/end2end/xds:xds_override_host_end2end_test@poller=poll@experiment=no_round_robin_delegate_to_pick_first (cached) PASSED in 8.1s
//test/cpp/end2end/xds:xds_override_host_end2end_test@poller=poll@experiment=no_wrr_delegate_to_pick_first (cached) PASSED in 10.1s
//test/cpp/end2end/xds:xds_override_host_end2end_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 10.9s
//test/cpp/end2end/xds:xds_override_host_end2end_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 10.4s
//test/cpp/end2end/xds:xds_pick_first_end2end_test@poller=epoll1 (cached) PASSED in 0.6s
//test/cpp/end2end/xds:xds_pick_first_end2end_test@poller=epoll1@experiment=no_pick_first_happy_eyeballs (cached) PASSED in 0.6s
//test/cpp/end2end/xds:xds_pick_first_end2end_test@poller=epoll1@experiment=no_round_robin_delegate_to_pick_first (cached) PASSED in 2.7s
//test/cpp/end2end/xds:xds_pick_first_end2end_test@poller=epoll1@experiment=no_wrr_delegate_to_pick_first (cached) PASSED in 0.7s
//test/cpp/end2end/xds:xds_pick_first_end2end_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 0.5s
//test/cpp/end2end/xds:xds_pick_first_end2end_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 0.5s
//test/cpp/end2end/xds:xds_pick_first_end2end_test@poller=poll (cached) PASSED in 0.6s
//test/cpp/end2end/xds:xds_pick_first_end2end_test@poller=poll@experiment=no_pick_first_happy_eyeballs (cached) PASSED in 0.6s
//test/cpp/end2end/xds:xds_pick_first_end2end_test@poller=poll@experiment=no_round_robin_delegate_to_pick_first (cached) PASSED in 0.6s
//test/cpp/end2end/xds:xds_pick_first_end2end_test@poller=poll@experiment=no_wrr_delegate_to_pick_first (cached) PASSED in 0.6s
//test/cpp/end2end/xds:xds_pick_first_end2end_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 0.4s
//test/cpp/end2end/xds:xds_pick_first_end2end_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 0.5s
//test/cpp/end2end/xds:xds_ring_hash_end2end_test@poller=epoll1 (cached) PASSED in 10.6s
Stats over 10 runs: max = 10.6s, min = 1.9s, avg = 6.4s, dev = 2.9s
//test/cpp/end2end/xds:xds_ring_hash_end2end_test@poller=epoll1@experiment=no_pick_first_happy_eyeballs (cached) PASSED in 10.6s
Stats over 10 runs: max = 10.6s, min = 1.9s, avg = 6.3s, dev = 2.9s
//test/cpp/end2end/xds:xds_ring_hash_end2end_test@poller=epoll1@experiment=no_round_robin_delegate_to_pick_first (cached) PASSED in 10.8s
Stats over 10 runs: max = 10.8s, min = 1.9s, avg = 6.5s, dev = 2.9s
//test/cpp/end2end/xds:xds_ring_hash_end2end_test@poller=epoll1@experiment=no_wrr_delegate_to_pick_first (cached) PASSED in 10.7s
Stats over 10 runs: max = 10.7s, min = 1.9s, avg = 6.2s, dev = 2.9s
//test/cpp/end2end/xds:xds_ring_hash_end2end_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 10.6s
Stats over 10 runs: max = 10.6s, min = 1.8s, avg = 6.4s, dev = 2.8s
//test/cpp/end2end/xds:xds_ring_hash_end2end_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 10.6s
Stats over 10 runs: max = 10.6s, min = 1.9s, avg = 6.2s, dev = 2.9s
//test/cpp/end2end/xds:xds_ring_hash_end2end_test@poller=poll (cached) PASSED in 10.7s
Stats over 10 runs: max = 10.7s, min = 1.8s, avg = 5.9s, dev = 2.9s
//test/cpp/end2end/xds:xds_ring_hash_end2end_test@poller=poll@experiment=no_pick_first_happy_eyeballs (cached) PASSED in 10.6s
Stats over 10 runs: max = 10.6s, min = 1.8s, avg = 5.9s, dev = 2.9s
//test/cpp/end2end/xds:xds_ring_hash_end2end_test@poller=poll@experiment=no_round_robin_delegate_to_pick_first (cached) PASSED in 10.5s
Stats over 10 runs: max = 10.5s, min = 1.7s, avg = 5.8s, dev = 2.9s
//test/cpp/end2end/xds:xds_ring_hash_end2end_test@poller=poll@experiment=no_wrr_delegate_to_pick_first (cached) PASSED in 10.6s
Stats over 10 runs: max = 10.6s, min = 1.6s, avg = 6.0s, dev = 2.9s
//test/cpp/end2end/xds:xds_ring_hash_end2end_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 10.6s
Stats over 10 runs: max = 10.6s, min = 1.7s, avg = 5.9s, dev = 3.0s
//test/cpp/end2end/xds:xds_ring_hash_end2end_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 10.6s
Stats over 10 runs: max = 10.6s, min = 1.9s, avg = 6.1s, dev = 2.8s
//test/cpp/end2end/xds:xds_rls_end2end_test@poller=epoll1 (cached) PASSED in 1.8s
//test/cpp/end2end/xds:xds_rls_end2end_test@poller=epoll1@experiment=no_pick_first_happy_eyeballs (cached) PASSED in 1.9s
//test/cpp/end2end/xds:xds_rls_end2end_test@poller=epoll1@experiment=no_round_robin_delegate_to_pick_first (cached) PASSED in 1.6s
//test/cpp/end2end/xds:xds_rls_end2end_test@poller=epoll1@experiment=no_wrr_delegate_to_pick_first (cached) PASSED in 1.8s
//test/cpp/end2end/xds:xds_rls_end2end_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.7s
//test/cpp/end2end/xds:xds_rls_end2end_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 1.8s
//test/cpp/end2end/xds:xds_rls_end2end_test@poller=poll (cached) PASSED in 1.7s
//test/cpp/end2end/xds:xds_rls_end2end_test@poller=poll@experiment=no_pick_first_happy_eyeballs (cached) PASSED in 1.7s
//test/cpp/end2end/xds:xds_rls_end2end_test@poller=poll@experiment=no_round_robin_delegate_to_pick_first (cached) PASSED in 1.8s
//test/cpp/end2end/xds:xds_rls_end2end_test@poller=poll@experiment=no_wrr_delegate_to_pick_first (cached) PASSED in 1.8s
//test/cpp/end2end/xds:xds_rls_end2end_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 1.6s
//test/cpp/end2end/xds:xds_rls_end2end_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 1.6s
//test/cpp/end2end/xds:xds_routing_end2end_test@poller=epoll1 (cached) PASSED in 18.6s
Stats over 10 runs: max = 18.6s, min = 5.2s, avg = 12.4s, dev = 5.0s
//test/cpp/end2end/xds:xds_routing_end2end_test@poller=epoll1@experiment=no_pick_first_happy_eyeballs (cached) PASSED in 18.0s
Stats over 10 runs: max = 18.0s, min = 5.1s, avg = 12.0s, dev = 5.3s
//test/cpp/end2end/xds:xds_routing_end2end_test@poller=epoll1@experiment=no_round_robin_delegate_to_pick_first (cached) PASSED in 19.3s
Stats over 10 runs: max = 19.3s, min = 5.0s, avg = 12.3s, dev = 5.4s
//test/cpp/end2end/xds:xds_routing_end2end_test@poller=epoll1@experiment=no_wrr_delegate_to_pick_first (cached) PASSED in 18.6s
Stats over 10 runs: max = 18.6s, min = 5.1s, avg = 12.3s, dev = 5.2s
//test/cpp/end2end/xds:xds_routing_end2end_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 17.9s
Stats over 10 runs: max = 17.9s, min = 5.2s, avg = 12.3s, dev = 4.8s
//test/cpp/end2end/xds:xds_routing_end2end_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 18.9s
Stats over 10 runs: max = 18.9s, min = 5.2s, avg = 12.9s, dev = 5.3s
//test/cpp/end2end/xds:xds_routing_end2end_test@poller=poll (cached) PASSED in 17.9s
Stats over 10 runs: max = 17.9s, min = 5.0s, avg = 11.6s, dev = 5.4s
//test/cpp/end2end/xds:xds_routing_end2end_test@poller=poll@experiment=no_pick_first_happy_eyeballs (cached) PASSED in 17.4s
Stats over 10 runs: max = 17.4s, min = 4.7s, avg = 11.8s, dev = 5.1s
//test/cpp/end2end/xds:xds_routing_end2end_test@poller=poll@experiment=no_round_robin_delegate_to_pick_first (cached) PASSED in 18.3s
Stats over 10 runs: max = 18.3s, min = 4.8s, avg = 12.0s, dev = 4.9s
//test/cpp/end2end/xds:xds_routing_end2end_test@poller=poll@experiment=no_wrr_delegate_to_pick_first (cached) PASSED in 18.1s
Stats over 10 runs: max = 18.1s, min = 4.8s, avg = 11.9s, dev = 5.0s
//test/cpp/end2end/xds:xds_routing_end2end_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 17.0s
Stats over 10 runs: max = 17.0s, min = 4.7s, avg = 11.4s, dev = 4.8s
//test/cpp/end2end/xds:xds_routing_end2end_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 19.0s
Stats over 10 runs: max = 19.0s, min = 4.6s, avg = 11.9s, dev = 5.4s
//test/cpp/end2end/xds:xds_wrr_end2end_test@poller=epoll1 (cached) PASSED in 12.0s
//test/cpp/end2end/xds:xds_wrr_end2end_test@poller=epoll1@experiment=no_pick_first_happy_eyeballs (cached) PASSED in 11.7s
//test/cpp/end2end/xds:xds_wrr_end2end_test@poller=epoll1@experiment=no_round_robin_delegate_to_pick_first (cached) PASSED in 11.5s
//test/cpp/end2end/xds:xds_wrr_end2end_test@poller=epoll1@experiment=no_wrr_delegate_to_pick_first (cached) PASSED in 11.5s
//test/cpp/end2end/xds:xds_wrr_end2end_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 11.6s
//test/cpp/end2end/xds:xds_wrr_end2end_test@poller=epoll1@experiment=work_serializer_dispatch (cached) PASSED in 11.7s
//test/cpp/end2end/xds:xds_wrr_end2end_test@poller=poll (cached) PASSED in 11.6s
//test/cpp/end2end/xds:xds_wrr_end2end_test@poller=poll@experiment=no_pick_first_happy_eyeballs (cached) PASSED in 11.4s
//test/cpp/end2end/xds:xds_wrr_end2end_test@poller=poll@experiment=no_round_robin_delegate_to_pick_first (cached) PASSED in 11.6s
//test/cpp/end2end/xds:xds_wrr_end2end_test@poller=poll@experiment=no_wrr_delegate_to_pick_first (cached) PASSED in 11.7s
//test/cpp/end2end/xds:xds_wrr_end2end_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 11.7s
//test/cpp/end2end/xds:xds_wrr_end2end_test@poller=poll@experiment=work_serializer_dispatch (cached) PASSED in 11.5s
//test/cpp/ext/csm:csm_observability_test@poller=epoll1 (cached) PASSED in 11.4s
//test/cpp/ext/csm:csm_observability_test@poller=poll (cached) PASSED in 12.2s
//test/cpp/ext/csm:mesh_id_test@poller=epoll1 (cached) PASSED in 1.2s
//test/cpp/ext/csm:mesh_id_test@poller=poll (cached) PASSED in 1.3s
//test/cpp/ext/csm:metadata_exchange_test@poller=epoll1 (cached) PASSED in 0.9s
//test/cpp/ext/csm:metadata_exchange_test@poller=poll (cached) PASSED in 101.2s
//test/cpp/ext/filters/census:constant_labels_test@poller=epoll1 (cached) PASSED in 1.6s
//test/cpp/ext/filters/census:constant_labels_test@poller=poll (cached) PASSED in 10.5s
//test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=epoll1 (cached) PASSED in 21.7s
//test/cpp/ext/filters/census:grpc_opencensus_plugin_test@poller=poll (cached) PASSED in 90.6s
//test/cpp/ext/filters/logging:logging_census_integration_test@poller=epoll1 (cached) PASSED in 2.1s
//test/cpp/ext/filters/logging:logging_census_integration_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 1.2s
//test/cpp/ext/filters/logging:logging_census_integration_test@poller=poll (cached) PASSED in 5.6s
//test/cpp/ext/filters/logging:logging_census_integration_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 6.7s
//test/cpp/ext/filters/logging:logging_test@poller=epoll1 (cached) PASSED in 1.7s
//test/cpp/ext/filters/logging:logging_test@poller=epoll1@experiment=promise_based_server_call (cached) PASSED in 2.0s
//test/cpp/ext/filters/logging:logging_test@poller=poll (cached) PASSED in 37.1s
//test/cpp/ext/filters/logging:logging_test@poller=poll@experiment=promise_based_server_call (cached) PASSED in 36.0s
//test/cpp/ext/gcp:environment_autodetect_test@poller=epoll1 (cached) PASSED in 0.8s
//test/cpp/ext/gcp:environment_autodetect_test@poller=poll (cached) PASSED in 0.9s
//test/cpp/ext/gcp:observability_config_test (cached) PASSED in 0.7s
//test/cpp/ext/gcp:observability_logging_sink_test (cached) PASSED in 0.9s
//test/cpp/ext/gcp:observability_test (cached) PASSED in 1.4s
//test/cpp/ext/otel:otel_plugin_test@poller=epoll1 (cached) PASSED in 1.3s
//test/cpp/ext/otel:otel_plugin_test@poller=poll (cached) PASSED in 67.3s
//test/cpp/grpclb:grpclb_api_test@poller=epoll1 (cached) PASSED in 0.6s
//test/cpp/grpclb:grpclb_api_test@poller=poll (cached) PASSED in 0.8s
//test/cpp/interop:interop_test_with_metadata_log (cached) PASSED in 15.9s
//test/cpp/interop:istio_echo_server_test@poller=epoll1 (cached) PASSED in 4.9s
//test/cpp/interop:istio_echo_server_test@poller=poll (cached) PASSED in 14.3s
//test/cpp/interop:pre_stop_hook_server_test@poller=epoll1 (cached) PASSED in 4.1s
//test/cpp/interop:pre_stop_hook_server_test@poller=poll (cached) PASSED in 4.0s
//test/cpp/interop:xds_interop_server_test@poller=epoll1 (cached) PASSED in 1.1s
//test/cpp/interop:xds_interop_server_test@poller=poll (cached) PASSED in 5.8s
//test/cpp/interop:xds_stats_watcher_test@poller=epoll1 (cached) PASSED in 1.2s
//test/cpp/interop:xds_stats_watcher_test@poller=poll (cached) PASSED in 1.3s
//test/cpp/microbenchmarks:bm_alarm@poller=epoll1 (cached) PASSED in 0.5s
//test/cpp/microbenchmarks:bm_alarm@poller=poll (cached) PASSED in 1.8s
//test/cpp/microbenchmarks:bm_arena (cached) PASSED in 1.3s
//test/cpp/microbenchmarks:bm_byte_buffer (cached) PASSED in 2.5s
//test/cpp/microbenchmarks:bm_channel (cached) PASSED in 0.8s
//test/cpp/microbenchmarks:bm_channel_args@poller=epoll1 (cached) PASSED in 4.8s
//test/cpp/microbenchmarks:bm_channel_args@poller=poll (cached) PASSED in 4.7s
//test/cpp/microbenchmarks:bm_chttp2_hpack (cached) PASSED in 0.9s
//test/cpp/microbenchmarks:bm_chttp2_transport@poller=epoll1 (cached) PASSED in 0.6s
//test/cpp/microbenchmarks:bm_chttp2_transport@poller=poll (cached) PASSED in 0.6s
//test/cpp/microbenchmarks:bm_closure@poller=epoll1 (cached) PASSED in 0.7s
//test/cpp/microbenchmarks:bm_closure@poller=poll (cached) PASSED in 0.8s
//test/cpp/microbenchmarks:bm_cq@poller=epoll1 (cached) PASSED in 0.8s
//test/cpp/microbenchmarks:bm_cq@poller=poll (cached) PASSED in 0.6s
//test/cpp/microbenchmarks:bm_cq_multiple_threads (cached) PASSED in 0.7s
//test/cpp/microbenchmarks:bm_event_engine_run (cached) PASSED in 1.0s
//test/cpp/microbenchmarks:bm_exec_ctx (cached) PASSED in 0.7s
//test/cpp/microbenchmarks:bm_fullstack_streaming_ping_pong@poller=epoll1 (cached) PASSED in 54.7s
//test/cpp/microbenchmarks:bm_fullstack_streaming_ping_pong@poller=poll (cached) PASSED in 67.4s
//test/cpp/microbenchmarks:bm_fullstack_streaming_pump@poller=epoll1 (cached) PASSED in 4.5s
//test/cpp/microbenchmarks:bm_fullstack_streaming_pump@poller=poll (cached) PASSED in 7.3s
//test/cpp/microbenchmarks:bm_fullstack_unary_ping_pong@poller=epoll1 (cached) PASSED in 13.0s
//test/cpp/microbenchmarks:bm_fullstack_unary_ping_pong@poller=poll (cached) PASSED in 17.2s
//test/cpp/microbenchmarks:bm_huffman_decode@poller=epoll1 (cached) PASSED in 12.9s
//test/cpp/microbenchmarks:bm_huffman_decode@poller=poll (cached) PASSED in 10.5s
//test/cpp/microbenchmarks:bm_opencensus_plugin@poller=epoll1 (cached) PASSED in 1.0s
//test/cpp/microbenchmarks:bm_opencensus_plugin@poller=poll (cached) PASSED in 1.2s
//test/cpp/microbenchmarks:bm_pollset@poller=epoll1 (cached) PASSED in 3.7s
//test/cpp/microbenchmarks:bm_pollset@poller=poll (cached) PASSED in 3.8s
//test/cpp/microbenchmarks:bm_rng@poller=epoll1 (cached) PASSED in 3.5s
//test/cpp/microbenchmarks:bm_rng@poller=poll (cached) PASSED in 3.8s
//test/cpp/microbenchmarks:bm_thread_pool (cached) PASSED in 1.2s
//test/cpp/microbenchmarks:noop-benchmark@poller=epoll1 (cached) PASSED in 1.2s
//test/cpp/microbenchmarks:noop-benchmark@poller=poll (cached) PASSED in 0.6s
//test/cpp/naming:address_sorting_test@poller=epoll1 (cached) PASSED in 1.7s
//test/cpp/naming:address_sorting_test@poller=poll (cached) PASSED in 1.1s
//test/cpp/naming:address_sorting_test_unsecure@poller=epoll1 (cached) PASSED in 0.8s
//test/cpp/naming:address_sorting_test_unsecure@poller=poll (cached) PASSED in 1.0s
//test/cpp/naming:cancel_ares_query_test@poller=epoll1 (cached) PASSED in 1.3s
//test/cpp/naming:cancel_ares_query_test@poller=epoll1@experiment=event_engine_dns (cached) PASSED in 1.2s
//test/cpp/naming:cancel_ares_query_test@poller=poll (cached) PASSED in 1.7s
//test/cpp/naming:cancel_ares_query_test@poller=poll@experiment=event_engine_dns (cached) PASSED in 1.6s
//test/cpp/naming:resolver_component_tests_runner_invoker@poller=epoll1 (cached) PASSED in 25.5s
//test/cpp/naming:resolver_component_tests_runner_invoker@poller=epoll1@experiment=event_engine_dns (cached) PASSED in 23.4s
//test/cpp/naming:resolver_component_tests_runner_invoker@poller=poll (cached) PASSED in 27.0s
//test/cpp/naming:resolver_component_tests_runner_invoker@poller=poll@experiment=event_engine_dns (cached) PASSED in 24.0s
//test/cpp/naming:resolver_component_tests_runner_invoker_unsecure@poller=epoll1 (cached) PASSED in 28.0s
//test/cpp/naming:resolver_component_tests_runner_invoker_unsecure@poller=epoll1@experiment=event_engine_dns (cached) PASSED in 25.9s
//test/cpp/naming:resolver_component_tests_runner_invoker_unsecure@poller=poll (cached) PASSED in 30.1s
//test/cpp/naming:resolver_component_tests_runner_invoker_unsecure@poller=poll@experiment=event_engine_dns (cached) PASSED in 23.0s
//test/cpp/performance:writes_per_rpc_test@poller=epoll1 (cached) PASSED in 5.8s
//test/cpp/performance:writes_per_rpc_test@poller=poll (cached) PASSED in 4.4s
//test/cpp/qps:inproc_sync_unary_ping_pong_test@poller=epoll1 (cached) PASSED in 4.5s
//test/cpp/qps:inproc_sync_unary_ping_pong_test@poller=poll (cached) PASSED in 4.7s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_ping_pong_insecure@poller=epoll1 (cached) PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_ping_pong_insecure@poller=poll (cached) PASSED in 2.8s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_ping_pong_secure@poller=epoll1 (cached) PASSED in 2.9s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_ping_pong_secure@poller=poll (cached) PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_1channel_1MBmsg_insecure_@poller=epoll1 (cached) PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_1channel_1MBmsg_insecure_@poller=poll (cached) PASSED in 3.3s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_1channel_1MBmsg_secure___@poller=epoll1 (cached) PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_1channel_1MBmsg_secure___@poller=poll (cached) PASSED in 2.2s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_unconstrained_10mps_insecure@poller=epoll1 (cached) PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_unconstrained_10mps_insecure@poller=poll (cached) PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_unconstrained_10mps_secure@poller=epoll1 (cached) PASSED in 2.9s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_unconstrained_10mps_secure@poller=poll (cached) PASSED in 2.6s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_unconstrained_64KBmsg_insecure@poller=epoll1 (cached) PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_unconstrained_64KBmsg_insecure@poller=poll (cached) PASSED in 2.2s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_unconstrained_64KBmsg_secure@poller=epoll1 (cached) PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_unconstrained_64KBmsg_secure@poller=poll (cached) PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_unconstrained_insecure___@poller=epoll1 (cached) PASSED in 2.2s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_unconstrained_insecure___@poller=poll (cached) PASSED in 2.8s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_unconstrained_secure@poller=epoll1 (cached) PASSED in 3.5s
//test/cpp/qps:json_run_localhost_cpp_generic_async_streaming_qps_unconstrained_secure@poller=poll (cached) PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_client_sync_server_unary_qps_unconstrained_insecure@poller=epoll1 (cached) PASSED in 2.6s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_client_sync_server_unary_qps_unconstrained_insecure@poller=poll (cached) PASSED in 2.6s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_client_sync_server_unary_qps_unconstrained_secure@poller=epoll1 (cached) PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_client_sync_server_unary_qps_unconstrained_secure@poller=poll (cached) PASSED in 3.1s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_client_unary_1channel_64wide_128Breq_8MBresp_insecure@poller=epoll1 (cached) PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_client_unary_1channel_64wide_128Breq_8MBresp_insecure@poller=poll (cached) PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_client_unary_1channel_64wide_128Breq_8MBresp_secure@poller=epoll1 (cached) PASSED in 2.2s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_client_unary_1channel_64wide_128Breq_8MBresp_secure@poller=poll (cached) PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_from_client_ping_pong_insecure@poller=epoll1 (cached) PASSED in 2.2s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_from_client_ping_pong_insecure@poller=poll (cached) PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_from_client_ping_pong_secure@poller=epoll1 (cached) PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_from_client_ping_pong_secure@poller=poll (cached) PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_from_client_qps_unconstrained_insecure@poller=epoll1 (cached) PASSED in 3.2s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_from_client_qps_unconstrained_insecure@poller=poll (cached) PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_from_client_qps_unconstrained_secure@poller=epoll1 (cached) PASSED in 2.2s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_from_client_qps_unconstrained_secure@poller=poll (cached) PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_from_server_ping_pong_insecure@poller=epoll1 (cached) PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_from_server_ping_pong_insecure@poller=poll (cached) PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_from_server_ping_pong_secure@poller=epoll1 (cached) PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_from_server_ping_pong_secure@poller=poll (cached) PASSED in 6.0s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_from_server_qps_unconstrained_insecure@poller=epoll1 (cached) PASSED in 5.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_from_server_qps_unconstrained_insecure@poller=poll (cached) PASSED in 6.0s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_ping_pong_insecure@poller=epoll1 (cached) PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_ping_pong_insecure@poller=poll (cached) PASSED in 2.6s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_ping_pong_secure@poller=epoll1 (cached) PASSED in 3.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_ping_pong_secure@poller=poll (cached) PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_qps_unconstrained_10mps_insecure@poller=epoll1 (cached) PASSED in 2.2s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_qps_unconstrained_10mps_insecure@poller=poll (cached) PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_qps_unconstrained_10mps_secure@poller=epoll1 (cached) PASSED in 4.1s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_qps_unconstrained_10mps_secure@poller=poll (cached) PASSED in 3.7s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_qps_unconstrained_1cq_insecure@poller=epoll1 (cached) PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_qps_unconstrained_1cq_insecure@poller=poll (cached) PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_qps_unconstrained_1cq_secure@poller=epoll1 (cached) PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_qps_unconstrained_1cq_secure@poller=poll (cached) PASSED in 2.8s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_qps_unconstrained_insecure__@poller=epoll1 (cached) PASSED in 3.0s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_qps_unconstrained_insecure__@poller=poll (cached) PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_qps_unconstrained_secure____@poller=epoll1 (cached) PASSED in 3.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_streaming_qps_unconstrained_secure____@poller=poll (cached) PASSED in 2.2s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_75Kqps_600channel_60Krpcs_300Breq_50Bresp@poller=epoll1 (cached) PASSED in 6.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_75Kqps_600channel_60Krpcs_300Breq_50Bresp@poller=poll (cached) PASSED in 4.1s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_ping_pong_insecure@poller=epoll1 (cached) PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_ping_pong_insecure@poller=poll (cached) PASSED in 2.7s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_ping_pong_insecure_1MB@poller=epoll1 (cached) PASSED in 3.9s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_ping_pong_insecure_1MB@poller=poll (cached) PASSED in 2.7s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_ping_pong_secure@poller=epoll1 (cached) PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_ping_pong_secure@poller=poll (cached) PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_ping_pong_secure_1MB@poller=epoll1 (cached) PASSED in 2.1s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_ping_pong_secure_1MB@poller=poll (cached) PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_qps_unconstrained_1cq_insecure__@poller=epoll1 (cached) PASSED in 2.7s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_qps_unconstrained_1cq_insecure__@poller=poll (cached) PASSED in 2.2s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_qps_unconstrained_1cq_secure____@poller=epoll1 (cached) PASSED in 3.1s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_qps_unconstrained_1cq_secure____@poller=poll (cached) PASSED in 2.3s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_qps_unconstrained_insecure@poller=epoll1 (cached) PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_qps_unconstrained_insecure@poller=poll (cached) PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_qps_unconstrained_secure@poller=epoll1 (cached) PASSED in 2.6s
//test/cpp/qps:json_run_localhost_cpp_protobuf_async_unary_qps_unconstrained_secure@poller=poll (cached) PASSED in 2.2s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_client_ping_pong_insecure@poller=epoll1 (cached) PASSED in 2.7s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_client_ping_pong_insecure@poller=poll (cached) PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_client_ping_pong_secure_@poller=epoll1 (cached) PASSED in 2.1s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_client_ping_pong_secure_@poller=poll (cached) PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_client_qps_unconstrained_insecure@poller=epoll1 (cached) PASSED in 2.6s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_client_qps_unconstrained_insecure@poller=poll (cached) PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_client_qps_unconstrained_secure@poller=epoll1 (cached) PASSED in 2.6s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_client_qps_unconstrained_secure@poller=poll (cached) PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_server_ping_pong_insecure@poller=epoll1 (cached) PASSED in 2.2s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_server_ping_pong_insecure@poller=poll (cached) PASSED in 3.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_server_ping_pong_secure_@poller=epoll1 (cached) PASSED in 2.7s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_server_ping_pong_secure_@poller=poll (cached) PASSED in 3.2s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_server_qps_unconstrained_insecure@poller=epoll1 (cached) PASSED in 2.8s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_server_qps_unconstrained_insecure@poller=poll (cached) PASSED in 2.8s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_server_qps_unconstrained_secure@poller=epoll1 (cached) PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_from_server_qps_unconstrained_secure@poller=poll (cached) PASSED in 2.6s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_ping_pong_insecure@poller=epoll1 (cached) PASSED in 3.2s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_ping_pong_insecure@poller=poll (cached) PASSED in 2.8s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_ping_pong_secure@poller=epoll1 (cached) PASSED in 2.2s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_ping_pong_secure@poller=poll (cached) PASSED in 2.2s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_qps_unconstrained_10mps_insecure@poller=epoll1 (cached) PASSED in 2.6s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_qps_unconstrained_10mps_insecure@poller=poll (cached) PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_qps_unconstrained_10mps_secure@poller=epoll1 (cached) PASSED in 3.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_qps_unconstrained_10mps_secure@poller=poll (cached) PASSED in 2.8s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_qps_unconstrained_insecure___@poller=epoll1 (cached) PASSED in 2.7s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_qps_unconstrained_insecure___@poller=poll (cached) PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_qps_unconstrained_secure@poller=epoll1 (cached) PASSED in 3.0s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_streaming_qps_unconstrained_secure@poller=poll (cached) PASSED in 2.6s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_unary_ping_pong_insecure@poller=epoll1 (cached) PASSED in 2.9s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_unary_ping_pong_insecure@poller=poll (cached) PASSED in 2.2s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_unary_ping_pong_secure@poller=epoll1 (cached) PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_unary_ping_pong_secure@poller=poll (cached) PASSED in 2.5s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_unary_qps_unconstrained_insecure@poller=epoll1 (cached) PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_unary_qps_unconstrained_insecure@poller=poll (cached) PASSED in 2.4s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_unary_qps_unconstrained_secure@poller=epoll1 (cached) PASSED in 3.1s
//test/cpp/qps:json_run_localhost_cpp_protobuf_sync_unary_qps_unconstrained_secure@poller=poll (cached) PASSED in 2.4s
//test/cpp/qps:qps_interarrival_test (cached) PASSED in 2.6s
//test/cpp/qps:qps_json_driver_test_cpp_generic_async_streaming_ping_pong_insecure@poller=epoll1 (cached) PASSED in 1.8s
//test/cpp/qps:qps_json_driver_test_cpp_generic_async_streaming_ping_pong_insecure@poller=poll (cached) PASSED in 2.3s
//test/cpp/qps:qps_json_driver_test_cpp_generic_async_streaming_qps_1channel_1MBmsg_insecure@poller=epoll1 (cached) PASSED in 2.3s
//test/cpp/qps:qps_json_driver_test_cpp_generic_async_streaming_qps_1channel_1MBmsg_insecure@poller=poll (cached) PASSED in 2.6s
//test/cpp/qps:qps_json_driver_test_cpp_generic_async_streaming_qps_unconstrained_10mps_insecure@poller=epoll1 (cached) PASSED in 2.5s
//test/cpp/qps:qps_json_driver_test_cpp_generic_async_streaming_qps_unconstrained_10mps_insecure@poller=poll (cached) PASSED in 2.8s
//test/cpp/qps:qps_json_driver_test_cpp_generic_async_streaming_qps_unconstrained_64KBmsg_insecure@poller=epoll1 (cached) PASSED in 2.0s
//test/cpp/qps:qps_json_driver_test_cpp_generic_async_streaming_qps_unconstrained_64KBmsg_insecure@poller=poll (cached) PASSED in 2.0s
//test/cpp/qps:qps_json_driver_test_cpp_generic_async_streaming_qps_unconstrained_insecure_@poller=epoll1 (cached) PASSED in 2.2s
//test/cpp/qps:qps_json_driver_test_cpp_generic_async_streaming_qps_unconstrained_insecure_@poller=poll (cached) PASSED in 2.0s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_client_sync_server_unary_qps_unconstrained_insecure@poller=epoll1 (cached) PASSED in 2.7s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_client_sync_server_unary_qps_unconstrained_insecure@poller=poll (cached) PASSED in 1.9s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_client_unary_1channel_64wide_128Breq_8MBresp_insecure@poller=epoll1 (cached) PASSED in 2.0s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_client_unary_1channel_64wide_128Breq_8MBresp_insecure@poller=poll (cached) PASSED in 3.1s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_streaming_from_client_qps_unconstrained_insecure@poller=epoll1 (cached) PASSED in 2.1s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_streaming_from_client_qps_unconstrained_insecure@poller=poll (cached) PASSED in 2.5s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_streaming_from_server_qps_unconstrained_insecure@poller=epoll1 (cached) PASSED in 1.6s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_streaming_from_server_qps_unconstrained_insecure@poller=poll (cached) PASSED in 2.3s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_streaming_qps_unconstrained_10mps_insecure@poller=epoll1 (cached) PASSED in 2.1s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_streaming_qps_unconstrained_10mps_insecure@poller=poll (cached) PASSED in 2.1s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_streaming_qps_unconstrained_1cq_insecure@poller=epoll1 (cached) PASSED in 2.4s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_streaming_qps_unconstrained_1cq_insecure@poller=poll (cached) PASSED in 3.3s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_streaming_qps_unconstrained_insecure@poller=epoll1 (cached) PASSED in 2.1s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_streaming_qps_unconstrained_insecure@poller=poll (cached) PASSED in 1.8s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_unary_ping_pong_insecure_1MB@poller=epoll1 (cached) PASSED in 2.5s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_unary_ping_pong_insecure_1MB@poller=poll (cached) PASSED in 2.1s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_unary_qps_unconstrained_1cq_insecure@poller=epoll1 (cached) PASSED in 2.1s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_unary_qps_unconstrained_1cq_insecure@poller=poll (cached) PASSED in 2.3s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_unary_qps_unconstrained_insecure____@poller=epoll1 (cached) PASSED in 2.0s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_async_unary_qps_unconstrained_insecure____@poller=poll (cached) PASSED in 2.8s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_sync_streaming_from_client_qps_unconstrained_insecure@poller=epoll1 (cached) PASSED in 2.5s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_sync_streaming_from_client_qps_unconstrained_insecure@poller=poll (cached) PASSED in 2.0s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_sync_streaming_from_server_qps_unconstrained_insecure@poller=epoll1 (cached) PASSED in 2.3s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_sync_streaming_from_server_qps_unconstrained_insecure@poller=poll (cached) PASSED in 1.8s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_sync_streaming_qps_unconstrained_10mps_insecure@poller=epoll1 (cached) PASSED in 1.9s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_sync_streaming_qps_unconstrained_10mps_insecure@poller=poll (cached) PASSED in 2.2s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_sync_streaming_qps_unconstrained_insecure_@poller=epoll1 (cached) PASSED in 2.3s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_sync_streaming_qps_unconstrained_insecure_@poller=poll (cached) PASSED in 1.8s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_sync_unary_qps_unconstrained_insecure@poller=epoll1 (cached) PASSED in 1.9s
//test/cpp/qps:qps_json_driver_test_cpp_protobuf_sync_unary_qps_unconstrained_insecure@poller=poll (cached) PASSED in 1.9s
//test/cpp/qps:qps_openloop_test@poller=epoll1 (cached) PASSED in 6.2s
//test/cpp/qps:qps_openloop_test@poller=poll (cached) PASSED in 15.7s
//test/cpp/qps:secure_sync_unary_ping_pong_test@poller=epoll1 (cached) PASSED in 5.0s
//test/cpp/qps:secure_sync_unary_ping_pong_test@poller=poll (cached) PASSED in 10.8s
//test/cpp/security:tls_certificate_verifier_test@poller=epoll1 (cached) PASSED in 0.8s
//test/cpp/security:tls_certificate_verifier_test@poller=poll (cached) PASSED in 0.7s
//test/cpp/server:authorization_policy_provider_test@poller=epoll1 (cached) PASSED in 2.1s
//test/cpp/server:authorization_policy_provider_test@poller=poll (cached) PASSED in 0.9s
//test/cpp/server:credentials_test@poller=epoll1 (cached) PASSED in 0.9s
//test/cpp/server:credentials_test@poller=poll (cached) PASSED in 1.2s
//test/cpp/server:server_builder_test@poller=epoll1 (cached) PASSED in 0.6s
//test/cpp/server:server_builder_test@poller=poll (cached) PASSED in 2.0s
//test/cpp/server:server_builder_with_socket_mutator_test@poller=epoll1 (cached) PASSED in 2.0s
//test/cpp/server:server_builder_with_socket_mutator_test@poller=poll (cached) PASSED in 1.7s
//test/cpp/server:server_request_call_test@poller=epoll1 (cached) PASSED in 4.8s
//test/cpp/server:server_request_call_test@poller=poll (cached) PASSED in 12.4s
//test/cpp/server/load_reporter:lb_get_cpu_stats_test@poller=epoll1 (cached) PASSED in 1.7s
//test/cpp/server/load_reporter:lb_get_cpu_stats_test@poller=poll (cached) PASSED in 1.1s
//test/cpp/server/load_reporter:lb_load_data_store_test@poller=epoll1 (cached) PASSED in 0.8s
//test/cpp/server/load_reporter:lb_load_data_store_test@poller=poll (cached) PASSED in 1.1s
//test/cpp/server/load_reporter:lb_load_reporter_test@poller=epoll1 (cached) PASSED in 7.5s
//test/cpp/server/load_reporter:lb_load_reporter_test@poller=poll (cached) PASSED in 7.6s
//test/cpp/test:client_context_test_peer_test@poller=epoll1 (cached) PASSED in 0.8s
//test/cpp/test:client_context_test_peer_test@poller=poll (cached) PASSED in 2.0s
//test/cpp/test:mock_stream_test@poller=epoll1 (cached) PASSED in 1.4s
//test/cpp/test:mock_stream_test@poller=poll (cached) PASSED in 1.7s
//test/cpp/test:server_context_test_spouse_test@poller=epoll1 (cached) PASSED in 0.9s
//test/cpp/test:server_context_test_spouse_test@poller=poll (cached) PASSED in 0.9s
//test/cpp/thread_manager:thread_manager_test@poller=epoll1 (cached) PASSED in 2.3s
//test/cpp/thread_manager:thread_manager_test@poller=poll (cached) PASSED in 1.7s
//test/cpp/util:byte_buffer_test (cached) PASSED in 1.3s
//test/cpp/util:channelz_sampler_test@poller=epoll1 (cached) PASSED in 7.3s
//test/cpp/util:channelz_sampler_test@poller=poll (cached) PASSED in 7.3s
//test/cpp/util:cli_call_test@poller=epoll1 (cached) PASSED in 2.2s
//test/cpp/util:cli_call_test@poller=poll (cached) PASSED in 5.8s
//test/cpp/util:error_details_test@poller=epoll1 (cached) PASSED in 1.2s
//test/cpp/util:error_details_test@poller=poll (cached) PASSED in 1.5s
//test/cpp/util:grpc_tool_test@poller=epoll1 (cached) PASSED in 4.3s
//test/cpp/util:grpc_tool_test@poller=poll (cached) PASSED in 4.8s
//test/cpp/util:proto_buffer_reader_test (cached) PASSED in 1.3s
//test/cpp/util:proto_buffer_writer_test (cached) PASSED in 0.9s
//test/cpp/util:slice_test (cached) PASSED in 2.1s
//test/cpp/util:string_ref_test (cached) PASSED in 0.7s
//test/cpp/util:time_test (cached) PASSED in 0.7s
//test/csharp/codegen:csharp_codegen_base_namespace_test (cached) PASSED in 0.6s
//test/csharp/codegen:csharp_codegen_deprecated_test (cached) PASSED in 0.5s
//test/csharp/codegen:csharp_codegen_simple_test (cached) PASSED in 11.6s
//test/core/end2end:retry_transparent_max_concurrent_streams_test@poller=poll (9/10 cached) FAILED in 1 out of 10 in 3.9s
Stats over 10 runs: max = 3.9s, min = 0.7s, avg = 3.0s, dev = 0.9s
/tmpfs/bazel/4114fdc8154d6b98b8d84b473010c8c6/execroot/com_github_grpc_grpc/bazel-out/k8-opt/testlogs/test/core/end2end/retry_transparent_max_concurrent_streams_test@poller=poll/shard_9_of_10/test.log
//test/core/address_utils:sockaddr_utils_fuzzer_test PASSED in 0.9s
//test/core/avl:avl_fuzzer PASSED in 0.9s
//test/core/compression:message_compress_fuzzer PASSED in 0.5s
//test/core/compression:message_decompress_fuzzer PASSED in 0.6s
//test/core/end2end:bad_ping_fuzzer PASSED in 2.6s
//test/core/end2end:binary_metadata_fuzzer PASSED in 1.3s
//test/core/end2end:call_creds_fuzzer PASSED in 0.9s
//test/core/end2end:call_host_override_fuzzer PASSED in 0.8s
//test/core/end2end:cancel_after_accept_fuzzer PASSED in 2.6s
//test/core/end2end:cancel_after_client_done_fuzzer PASSED in 0.8s
//test/core/end2end:cancel_after_invoke_fuzzer PASSED in 1.8s
//test/core/end2end:cancel_after_round_trip_fuzzer PASSED in 0.6s
//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.8s
//test/core/end2end:client_streaming_fuzzer PASSED in 1.4s
//test/core/end2end:compressed_payload_fuzzer PASSED in 1.2s
//test/core/end2end:connectivity_fuzzer PASSED in 1.3s
//test/core/end2end:default_host_fuzzer PASSED in 0.6s
//test/core/end2end:disappearing_server_fuzzer PASSED in 0.9s
//test/core/end2end:empty_batch_fuzzer PASSED in 1.6s
//test/core/end2end:filter_causes_close_fuzzer PASSED in 0.8s
//test/core/end2end:filter_context_fuzzer PASSED in 1.2s
//test/core/end2end:filter_init_fails_fuzzer PASSED in 0.6s
//test/core/end2end:filtered_metadata_fuzzer PASSED in 0.7s
//test/core/end2end:graceful_server_shutdown_fuzzer PASSED in 0.8s
//test/core/end2end:grpc_authz_fuzzer PASSED in 1.1s
//test/core/end2end:high_initial_seqno_fuzzer PASSED in 1.2s
//test/core/end2end:hpack_size_fuzzer PASSED in 1.6s
//test/core/end2end:http2_stats_fuzzer PASSED in 0.9s
//test/core/end2end:invoke_large_request_fuzzer PASSED in 1.5s
//test/core/end2end:keepalive_timeout_fuzzer PASSED in 0.8s
//test/core/end2end:large_metadata_fuzzer PASSED in 0.8s
//test/core/end2end:max_concurrent_streams_fuzzer PASSED in 0.8s
//test/core/end2end:max_connection_age_fuzzer PASSED in 0.8s
//test/core/end2end:max_connection_idle_fuzzer PASSED in 0.8s
//test/core/end2end:max_message_length_fuzzer PASSED in 0.7s
//test/core/end2end:negative_deadline_fuzzer PASSED in 0.8s
//test/core/end2end:no_logging_fuzzer PASSED in 1.0s
//test/core/end2end:no_op_fuzzer PASSED in 0.7s
//test/core/end2end:payload_fuzzer PASSED in 1.4s
//test/core/end2end:ping_fuzzer PASSED in 0.8s
//test/core/end2end:ping_pong_streaming_fuzzer PASSED in 0.8s
//test/core/end2end:proxy_auth_fuzzer PASSED in 0.9s
//test/core/end2end:registered_call_fuzzer PASSED in 0.9s
//test/core/end2end:request_with_flags_fuzzer PASSED in 0.6s
//test/core/end2end:request_with_payload_fuzzer PASSED in 0.8s
//test/core/end2end:resource_quota_server_fuzzer PASSED in 1.6s
//test/core/end2end:retry_cancel_after_first_attempt_starts_fuzzer PASSED in 0.7s
//test/core/end2end:retry_cancel_during_delay_fuzzer PASSED in 0.5s
//test/core/end2end:retry_cancel_with_multiple_send_batches_fuzzer PASSED in 0.7s
//test/core/end2end:retry_cancellation_fuzzer PASSED in 0.7s
//test/core/end2end:retry_disabled_fuzzer PASSED in 0.6s
//test/core/end2end:retry_exceeds_buffer_size_in_delay_fuzzer PASSED in 0.8s
//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.7s
//test/core/end2end:retry_fuzzer PASSED in 1.5s
//test/core/end2end:retry_lb_drop_fuzzer PASSED in 1.2s
//test/core/end2end:retry_lb_fail_fuzzer PASSED in 0.8s
//test/core/end2end:retry_non_retriable_status_before_trailers_fuzzer PASSED in 1.5s
//test/core/end2end:retry_non_retriable_status_fuzzer PASSED in 0.7s
//test/core/end2end:retry_per_attempt_recv_timeout_fuzzer PASSED in 0.8s
//test/core/end2end:retry_per_attempt_recv_timeout_on_last_attempt_fuzzer PASSED in 1.2s
//test/core/end2end:retry_recv_initial_metadata_fuzzer PASSED in 0.8s
//test/core/end2end:retry_recv_message_fuzzer PASSED in 0.8s
//test/core/end2end:retry_recv_message_replay_fuzzer PASSED in 0.7s
//test/core/end2end:retry_recv_trailing_metadata_error_fuzzer PASSED in 0.8s
//test/core/end2end:retry_send_initial_metadata_refs_fuzzer PASSED in 11.8s
//test/core/end2end:retry_send_op_fails_fuzzer PASSED in 1.8s
//test/core/end2end:retry_send_recv_batch_fuzzer PASSED in 0.9s
//test/core/end2end:retry_server_pushback_delay_fuzzer PASSED in 0.7s
//test/core/end2end:retry_server_pushback_disabled_fuzzer PASSED in 1.1s
//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.8s
//test/core/end2end:retry_throttled_fuzzer PASSED in 0.8s
//test/core/end2end:retry_too_many_attempts_fuzzer PASSED in 11.8s
//test/core/end2end:retry_transparent_goaway_fuzzer PASSED in 1.2s
//test/core/end2end:retry_transparent_max_concurrent_streams_fuzzer PASSED in 0.7s
//test/core/end2end:retry_transparent_not_sent_on_wire_fuzzer PASSED in 0.9s
//test/core/end2end:retry_unref_before_finish_fuzzer PASSED in 0.8s
//test/core/end2end:retry_unref_before_recv_fuzzer PASSED in 11.9s
//test/core/end2end:server_finishes_request_fuzzer PASSED in 0.8s
//test/core/end2end:server_streaming_fuzzer PASSED in 1.1s
//test/core/end2end:shutdown_finishes_calls_fuzzer PASSED in 1.5s
//test/core/end2end:shutdown_finishes_tags_fuzzer PASSED in 0.7s
//test/core/end2end:simple_delayed_request_fuzzer PASSED in 0.5s
//test/core/end2end:simple_metadata_fuzzer PASSED in 0.5s
//test/core/end2end:simple_request_fuzzer PASSED in 1.2s
//test/core/end2end:streaming_error_response_fuzzer PASSED in 0.8s
//test/core/end2end:timeout_before_request_call_fuzzer PASSED in 12.4s
//test/core/end2end:trailing_metadata_fuzzer PASSED in 1.1s
//test/core/end2end:write_buffering_at_end_fuzzer PASSED in 1.0s
//test/core/end2end:write_buffering_fuzzer PASSED in 0.9s
//test/core/end2end/fuzzers:api_fuzzer PASSED in 2.8s
//test/core/end2end/fuzzers:client_fuzzer PASSED in 2.8s
//test/core/end2end/fuzzers:server_fuzzer PASSED in 0.8s
//test/core/event_engine/work_queue:basic_work_queue_fuzzer PASSED in 1.0s
//test/core/ext/filters/event_engine_client_channel_resolver:resolver_fuzzer PASSED in 1.3s
//test/core/gprpp:chunked_vector_fuzzer PASSED in 1.8s
//test/core/http:request_fuzzer@poller=epoll1 PASSED in 0.7s
//test/core/http:request_fuzzer@poller=poll PASSED in 1.6s
//test/core/http:response_fuzzer@poller=epoll1 PASSED in 0.6s
//test/core/http:response_fuzzer@poller=poll PASSED in 0.7s
//test/core/json:json_fuzzer@poller=epoll1 PASSED in 0.6s
//test/core/json:json_fuzzer@poller=poll PASSED in 0.8s
//test/core/nanopb:fuzzer_response@poller=epoll1 PASSED in 0.8s
//test/core/nanopb:fuzzer_response@poller=poll PASSED in 0.7s
//test/core/nanopb:fuzzer_serverlist@poller=epoll1 PASSED in 0.9s
//test/core/nanopb:fuzzer_serverlist@poller=poll PASSED in 1.1s
//test/core/promise:promise_fuzzer PASSED in 0.7s
//test/core/resource_quota:memory_quota_fuzzer PASSED in 1.1s
//test/core/security:alts_credentials_fuzzer@poller=epoll1 PASSED in 0.9s
//test/core/security:alts_credentials_fuzzer@poller=poll PASSED in 0.9s
//test/core/security:ssl_server_fuzzer@poller=epoll1 PASSED in 1.1s
//test/core/security:ssl_server_fuzzer@poller=poll PASSED in 0.9s
//test/core/slice:b64_decode_fuzzer@poller=epoll1 PASSED in 0.8s
//test/core/slice:b64_decode_fuzzer@poller=poll PASSED in 0.7s
//test/core/slice:b64_encode_fuzzer@poller=epoll1 PASSED in 1.4s
//test/core/slice:b64_encode_fuzzer@poller=poll PASSED in 1.6s
//test/core/slice:percent_decode_fuzzer@poller=epoll1 PASSED in 1.3s
//test/core/slice:percent_decode_fuzzer@poller=poll PASSED in 0.7s
//test/core/slice:percent_encode_fuzzer@poller=epoll1 PASSED in 1.0s
//test/core/slice:percent_encode_fuzzer@poller=poll PASSED in 0.6s
//test/core/transport/binder/end2end/fuzzers:binder_transport_client_fuzzer@poller=epoll1 PASSED in 0.8s
//test/core/transport/binder/end2end/fuzzers:binder_transport_client_fuzzer@poller=poll PASSED in 1.3s
//test/core/transport/binder/end2end/fuzzers:binder_transport_server_fuzzer@poller=epoll1 PASSED in 0.9s
//test/core/transport/binder/end2end/fuzzers:binder_transport_server_fuzzer@poller=poll PASSED in 0.9s
//test/core/transport/chaotic_good:frame_fuzzer@poller=epoll1 PASSED in 0.8s
//test/core/transport/chaotic_good:frame_fuzzer@poller=poll PASSED in 0.6s
//test/core/transport/chaotic_good:frame_header_fuzzer@poller=epoll1 PASSED in 0.9s
//test/core/transport/chaotic_good:frame_header_fuzzer@poller=poll PASSED in 0.7s
//test/core/transport/chttp2:decode_huff_fuzzer@poller=epoll1 PASSED in 0.7s
//test/core/transport/chttp2:decode_huff_fuzzer@poller=poll PASSED in 0.7s
//test/core/transport/chttp2:encode_decode_huff_fuzzer@poller=epoll1 PASSED in 0.7s
//test/core/transport/chttp2:encode_decode_huff_fuzzer@poller=poll PASSED in 0.5s
//test/core/transport/chttp2:flow_control_fuzzer PASSED in 1.9s
//test/core/transport/chttp2:hpack_parser_fuzzer PASSED in 1.0s
//test/core/transport/chttp2:hpack_parser_input_size_fuzzer PASSED in 4.2s
//test/core/transport/chttp2:hpack_sync_fuzzer PASSED in 0.9s
//test/core/uri:uri_fuzzer_test@poller=epoll1 PASSED in 0.7s
//test/core/uri:uri_fuzzer_test@poller=poll PASSED in 1.2s
//test/core/xds:xds_client_fuzzer PASSED in 1.3s

Executed 145 out of 2739 tests: 2738 tests pass and 1 fails remotely.
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: Build completed, 1 test FAILED, 47602 total actions
INFO: Streaming build results to: https://source.cloud.google.com/results/invocations/48ee2e26-9341-46ec-9761-35939b73f3f8
+ FAILED=true
+ '[' true '!=' '' ']'
+ exit 1


[ID: 8460940] Command finished after 549 secs, exit value: 1


Warning: Permanently added 'localhost' (ED25519) to the list of known hosts.
[13:35:13 PST] Collecting build artifacts from build VM
Build script failed with exit code: 1