Remove orphaned ToC entry for enums as ints from the specification - #476
Merged
TristonianJones merged 2 commits intoOct 23, 2025
Google Cloud Build / cel-spec-builder (cel-analysis)
succeeded
Jul 14, 2025 in 3m 35s
Summary
Build Information
| Trigger | cel-spec-builder |
| Build | 11f0f55d-bbca-4151-a70f-dcdd4aa70951 |
| Start | 2025-07-14T16:42:12-07:00 |
| Duration | 2m31.675s |
| Status | SUCCESS |
Steps
| Step | Status | Duration |
|---|---|---|
| bazel-build | SUCCESS | 2m27.902s |
Details
starting build "11f0f55d-bbca-4151-a70f-dcdd4aa70951"
FETCHSOURCE
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
Initialized empty Git repository in /workspace/.git/
From https://github.com/google/cel-spec
* branch 3593cae5605b37196f5c2b9604e33c3e828d38c6 -> FETCH_HEAD
HEAD is now at 3593cae Fix anchor for a link to runtime errors
GitCommit:
3593cae5605b37196f5c2b9604e33c3e828d38c6
BUILD
Pulling image: gcr.io/cloud-builders/bazel:7.3.2
7.3.2: Pulling from cloud-builders/bazel
d2aa1518a716: Already exists
76ff73118202: Already exists
3c2cba919283: Already exists
c34dff49a77a: Already exists
fdb0bcb1658a: Pulling fs layer
7d3847494a89: Pulling fs layer
58bebba4d0fa: Pulling fs layer
58bebba4d0fa: Verifying Checksum
58bebba4d0fa: Download complete
7d3847494a89: Verifying Checksum
7d3847494a89: Download complete
fdb0bcb1658a: Verifying Checksum
fdb0bcb1658a: Download complete
fdb0bcb1658a: Pull complete
7d3847494a89: Pull complete
58bebba4d0fa: Pull complete
Digest: sha256:3c5ae63e7249550bcb82dfd038d4044631cd1639cbea003126fb12a25c8cc5e5
Status: Downloaded newer image for gcr.io/cloud-builders/bazel:7.3.2
gcr.io/cloud-builders/bazel:7.3.2
Extracting Bazel installation...
Starting local Bazel server and connecting to it...
Computing main repo mapping:
Computing main repo mapping:
WARNING: For repository 'com_google_protobuf', the root module requires module version protobuf@27.0, but got protobuf@27.1 in the resolved dependency graph.
Loading:
Loading: 0 packages loaded
Loading: 2 packages loaded
currently loading: proto/cel/expr/conformance/proto3 ... (11 packages)
Loading: 12 packages loaded
currently loading: proto/cel/expr
WARNING: /workspace/proto/cel/expr/BUILD.bazel:235:17: target '//proto/cel/expr:explain_cc_proto' is deprecated: Use EvalState instead.
WARNING: /workspace/proto/cel/expr/BUILD.bazel:198:17: target '//proto/cel/expr:explain_go_proto' is deprecated: Use EvalState instead.
WARNING: /workspace/proto/cel/expr/BUILD.bazel:148:19: target '//proto/cel/expr:explain_java_proto' is deprecated: Use EvalState instead.
WARNING: /workspace/proto/cel/expr/BUILD.bazel:79:14: target '//proto/cel/expr:explain_proto' is deprecated: Use EvalState instead.
WARNING: /workspace/proto/cel/expr/BUILD.bazel:299:17: target '//proto/cel/expr:explain_py_pb2' is deprecated: Use EvalState instead.
WARNING: /workspace/proto/cel/expr/BUILD.bazel:267:20: target '//proto/cel/expr:explain_upb_proto' is deprecated: Use EvalState instead.
Analyzing: 75 targets (13 packages loaded, 0 targets configured)
Analyzing: 75 targets (13 packages loaded, 0 targets configured)
[0 / 1] checking cached actions
Analyzing: 75 targets (75 packages loaded, 2144 targets configured)
[1 / 1] checking cached actions
DEBUG: /builder/home/.cache/bazel/_bazel_root/eab0d61a99b6696edb3d2aff87b585e8/external/gazelle~/internal/bzlmod/go_deps.bzl:587:40: For Go module "google.golang.org/genproto/googleapis/rpc", the root module requires module version v0.0.0-20240826202546-f6391c0de4c7, but got v0.0.0-20250115164207-1a7da9e5054f in the resolved dependency graph.
DEBUG: /builder/home/.cache/bazel/_bazel_root/eab0d61a99b6696edb3d2aff87b585e8/external/gazelle~/internal/bzlmod/go_deps.bzl:587:40: For Go module "google.golang.org/protobuf", the root module requires module version v1.34.2, but got v1.36.3 in the resolved dependency graph.
Analyzing: 75 targets (118 packages loaded, 7216 targets configured)
[1 / 1] checking cached actions
Analyzing: 75 targets (160 packages loaded, 8436 targets configured)
[1 / 1] checking cached actions
Analyzing: 75 targets (164 packages loaded, 10904 targets configured)
[470 / 1,146] Compiling absl/time/internal/cctz/src/civil_time_detail.cc [for tool]; 0s linux-sandbox ... (32 actions, 31 running)
Analyzing: 75 targets (164 packages loaded, 10904 targets configured)
[530 / 1,164] Compiling absl/time/internal/cctz/src/time_zone_info.cc [for tool]; 2s linux-sandbox ... (33 actions, 31 running)
INFO: From Compiling upb/message/internal/compare_unknown.c [for tool]:
external/protobuf~/upb/message/internal/compare_unknown.c: In function 'upb_UnknownFields_DoBuild':
external/protobuf~/upb/message/internal/compare_unknown.c:156:13: warning: 'size' may be used uninitialized in this function [-Wmaybe-uninitialized]
156 | int size;
| ^~~~
In file included from external/protobuf~/upb/wire/reader.h:13,
from external/protobuf~/upb/message/internal/compare_unknown.c:15:
external/protobuf~/upb/wire/internal/reader.h:52:14: warning: 'tag' may be used uninitialized in this function [-Wmaybe-uninitialized]
52 | return tag & kUpb_WireReader_WireTypeMask;
| ^
external/protobuf~/upb/message/internal/compare_unknown.c:130:14: note: 'tag' was declared here
130 | uint32_t tag;
| ^~~
INFO: From Compiling upb/message/copy.c [for tool]:
In file included from /usr/include/string.h:495,
from external/protobuf~/upb/mem/internal/arena.h:13,
from external/protobuf~/upb/mem/arena.h:27,
from external/protobuf~/upb/message/copy.h:11,
from external/protobuf~/upb/message/copy.c:8:
In function 'memcpy',
inlined from '_upb_MiniTableField_DataCopy_dont_copy_me__upb_internal_use_only' at external/protobuf~/upb/message/internal/accessors.h:158:7,
inlined from 'upb_Message_SetBaseField' at external/protobuf~/upb/message/internal/accessors.h:280:3,
inlined from '_upb_Message_SetTaggedMessagePtr' at external/protobuf~/upb/message/accessors.h:359:3,
inlined from '_upb_Message_Copy' at external/protobuf~/upb/message/copy.c:215:13:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:10: warning: '__builtin_memcpy' forming offset [9, 16] is out of the bounds [0, 8] of object 'sub_message' with type 'upb_TaggedMessagePtr' {aka 'long unsigned int'} [-Warray-bounds]
34 | return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
external/protobuf~/upb/message/copy.c: In function '_upb_Message_Copy':
external/protobuf~/upb/message/copy.c:186:14: note: 'sub_message' declared here
186 | upb_Message* _upb_Message_Copy(upb_Message* dst, const upb_Message* src,
| ^~~~~~~~~~~~~~~~~
Analyzing: 75 targets (164 packages loaded, 10904 targets configured)
[561 / 1,164] Compiling absl/time/internal/cctz/src/time_zone_info.cc [for tool]; 3s linux-sandbox ... (32 actions, 31 running)
Analyzing: 75 targets (165 packages loaded, 10904 targets configured)
[584 / 1,164] Compiling absl/time/internal/cctz/src/time_zone_info.cc [for tool]; 4s linux-sandbox ... (32 actions, 31 running)
Analyzing: 75 targets (165 packages loaded, 14147 targets configured)
[603 / 1,164] Compiling absl/strings/internal/str_format/arg.cc [for tool]; 2s linux-sandbox ... (33 actions, 32 running)
Analyzing: 75 targets (166 packages loaded, 14268 targets configured)
[625 / 1,164] Compiling absl/flags/marshalling.cc [for tool]; 3s linux-sandbox ... (33 actions, 32 running)
Analyzing: 75 targets (167 packages loaded, 14420 targets configured)
[643 / 1,237] Compiling absl/strings/internal/cord_rep_ring.cc [for tool]; 2s linux-sandbox ... (31 actions running)
INFO: From Compiling src/google/protobuf/compiler/rust/relative_path.cc [for tool]:
external/protobuf~/src/google/protobuf/compiler/rust/relative_path.cc: In member function 'std::string google::protobuf::compiler::rust::RelativePath::Relative(const google::protobuf::compiler::rust::RelativePath&) const':
external/protobuf~/src/google/protobuf/compiler/rust/relative_path.cc:66:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::basic_string_view<char> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
66 | for (int i = 0; i < current_segments.size(); ++i) {
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~
Analyzing: 75 targets (167 packages loaded, 14420 targets configured)
[655 / 1,249] Compiling absl/strings/internal/cord_rep_btree.cc [for tool]; 3s linux-sandbox ... (30 actions running)
Analyzing: 75 targets (167 packages loaded, 14420 targets configured)
[672 / 1,249] Compiling absl/strings/cord.cc [for tool]; 3s linux-sandbox ... (30 actions running)
Analyzing: 75 targets (167 packages loaded, 14420 targets configured)
[678 / 1,249] Compiling absl/strings/cord.cc [for tool]; 4s linux-sandbox ... (32 actions, 31 running)
Analyzing: 75 targets (167 packages loaded, 14420 targets configured)
[687 / 1,249] Compiling absl/strings/cord.cc [for tool]; 5s linux-sandbox ... (32 actions, 31 running)
Analyzing: 75 targets (167 packages loaded, 14420 targets configured)
[692 / 1,249] Compiling absl/flags/parse.cc [for tool]; 5s linux-sandbox ... (32 actions, 31 running)
INFO: From Compiling src/google/protobuf/wire_format_lite.cc [for tool]:
external/protobuf~/src/google/protobuf/wire_format_lite.cc:669: warning: ignoring #pragma clang loop [-Wunknown-pragmas]
669 | #pragma clang loop vectorize(disable) unroll(disable) interleave(disable)
|
external/protobuf~/src/google/protobuf/wire_format_lite.cc:711: warning: ignoring #pragma clang loop [-Wunknown-pragmas]
711 | #pragma clang loop vectorize(disable) unroll(disable) interleave(disable)
|
Analyzing: 75 targets (167 packages loaded, 14420 targets configured)
[696 / 1,249] Compiling absl/flags/parse.cc [for tool]; 6s linux-sandbox ... (32 actions, 31 running)
Analyzing: 75 targets (167 packages loaded, 14420 targets configured)
[703 / 1,249] Compiling src/google/protobuf/extension_set.cc [for tool]; 6s linux-sandbox ... (32 actions, 31 running)
Analyzing: 75 targets (167 packages loaded, 14420 targets configured)
[706 / 1,249] Compiling src/google/protobuf/extension_set.cc [for tool]; 7s linux-sandbox ... (32 actions, 31 running)
Analyzing: 75 targets (167 packages loaded, 14420 targets configured)
[715 / 1,249] Compiling src/google/protobuf/extension_set.cc [for tool]; 8s linux-sandbox ... (32 actions running)
Analyzing: 75 targets (167 packages loaded, 14420 targets configured)
[723 / 1,249] Compiling src/google/protobuf/compiler/parser.cc [for tool]; 8s linux-sandbox ... (32 actions, 31 running)
Analyzing: 75 targets (167 packages loaded, 14420 targets configured)
[726 / 1,249] Compiling src/google/protobuf/compiler/parser.cc [for tool]; 10s linux-sandbox ... (33 actions, 32 running)
Analyzing: 75 targets (167 packages loaded, 14420 targets configured)
[727 / 1,249] Compiling src/google/protobuf/compiler/parser.cc [for tool]; 11s linux-sandbox ... (33 actions, 32 running)
Analyzing: 75 targets (167 packages loaded, 14420 targets configured)
[733 / 1,249] Compiling src/google/protobuf/generated_message_tctable_lite.cc [for tool]; 11s linux-sandbox ... (33 actions, 32 running)
Analyzing: 75 targets (167 packages loaded, 14420 targets configured)
[734 / 1,249] Compiling src/google/protobuf/generated_message_tctable_lite.cc [for tool]; 12s linux-sandbox ... (33 actions, 32 running)
Analyzing: 75 targets (167 packages loaded, 14420 targets configured)
[736 / 1,249] Compiling src/google/protobuf/generated_message_tctable_lite.cc [for tool]; 13s linux-sandbox ... (33 actions, 32 running)
INFO: From Compiling src/google/protobuf/generated_message_tctable_lite.cc [for tool]:
external/protobuf~/src/google/protobuf/generated_message_tctable_lite.cc:807:36: warning: always_inline function might not be inlinable [-Wattributes]
807 | PROTOBUF_ALWAYS_INLINE const char* TcParser::FastVarintS1(
| ^~~~~~~~
external/protobuf~/src/google/protobuf/generated_message_tctable_lite.cc:807:36: warning: always_inline function might not be inlinable [-Wattributes]
external/protobuf~/src/google/protobuf/generated_message_tctable_lite.cc:730:29: warning: always_inline function might not be inlinable [-Wattributes]
730 | PROTOBUF_ALWAYS_INLINE bool EnumIsValidAux(int32_t val, uint16_t xform_val,
| ^~~~~~~~~~~~~~
external/protobuf~/src/google/protobuf/generated_message_tctable_lite.cc:718:29: warning: always_inline function might not be inlinable [-Wattributes]
718 | PROTOBUF_ALWAYS_INLINE void PrefetchEnumData(uint16_t xform_val,
| ^~~~~~~~~~~~~~~~
Analyzing: 75 targets (167 packages loaded, 14420 targets configured)
[739 / 1,249] Compiling src/google/protobuf/descriptor.cc [for tool]; 12s linux-sandbox ... (32 actions, 31 running)
Analyzing: 75 targets (167 packages loaded, 14420 targets configured)
[745 / 1,249] Compiling src/google/protobuf/descriptor.cc [for tool]; 13s linux-sandbox ... (32 actions, 31 running)
Analyzing: 75 targets (167 packages loaded, 14420 targets configured)
[747 / 1,249] Compiling src/google/protobuf/descriptor.cc [for tool]; 14s linux-sandbox ... (32 actions, 31 running)
Analyzing: 75 targets (167 packages loaded, 14420 targets configured)
[750 / 1,249] Compiling src/google/protobuf/descriptor.cc [for tool]; 16s linux-sandbox ... (32 actions, 31 running)
Analyzing: 75 targets (167 packages loaded, 14420 targets configured)
[754 / 1,249] Compiling src/google/protobuf/descriptor.cc [for tool]; 17s linux-sandbox ... (33 actions, 32 running)
Analyzing: 75 targets (167 packages loaded, 14420 targets configured)
[762 / 1,249] Compiling src/google/protobuf/descriptor.cc [for tool]; 18s linux-sandbox ... (32 actions, 31 running)
Analyzing: 75 targets (167 packages loaded, 14420 targets configured)
[765 / 1,249] Compiling src/google/protobuf/descriptor.cc [for tool]; 20s linux-sandbox ... (32 actions, 31 running)
Analyzing: 75 targets (167 packages loaded, 14420 targets configured)
[770 / 1,249] Compiling src/google/protobuf/descriptor.cc [for tool]; 21s linux-sandbox ... (32 actions, 31 running)
Analyzing: 75 targets (167 packages loaded, 14420 targets configured)
[777 / 1,249] Compiling src/google/protobuf/descriptor.cc [for tool]; 22s linux-sandbox ... (33 actions, 32 running)
Analyzing: 75 targets (171 packages loaded, 14437 targets configured)
[781 / 1,249] Compiling src/google/protobuf/descriptor.cc [for tool]; 23s linux-sandbox ... (33 actions, 32 running)
Analyzing: 75 targets (171 packages loaded, 14437 targets configured)
[782 / 1,249] Compiling src/google/protobuf/descriptor.cc [for tool]; 24s linux-sandbox ... (33 actions, 32 running)
INFO: Analyzed 75 targets (223 packages loaded, 14743 targets configured).
[785 / 1,266] Compiling src/google/protobuf/descriptor.cc [for tool]; 25s linux-sandbox ... (32 actions, 31 running)
INFO: From Compiling src/google/protobuf/compiler/java/full/enum.cc [for tool]:
external/protobuf~/src/google/protobuf/compiler/java/full/enum.cc: In member function 'virtual void google::protobuf::compiler::java::EnumNonLiteGenerator::Generate(google::protobuf::io::Printer*)':
external/protobuf~/src/google/protobuf/compiler/java/full/enum.cc:72:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<const google::protobuf::EnumValueDescriptor*>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
72 | for (int i = 0; i < canonical_values_.size(); i++) {
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
external/protobuf~/src/google/protobuf/compiler/java/full/enum.cc:80:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<const google::protobuf::EnumValueDescriptor*>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
80 | for (int i = 0; i < canonical_values_.size(); i++) {
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
external/protobuf~/src/google/protobuf/compiler/java/full/enum.cc:120:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<google::protobuf::compiler::java::EnumNonLiteGenerator::Alias>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
120 | for (int i = 0; i < aliases_.size(); i++) {
| ~~^~~~~~~~~~~~~~~~~
external/protobuf~/src/google/protobuf/compiler/java/full/enum.cc:204:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<const google::protobuf::EnumValueDescriptor*>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
204 | for (int i = 0; i < canonical_values_.size(); i++) {
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
external/protobuf~/src/google/protobuf/compiler/java/full/enum.cc: In member function 'bool google::protobuf::compiler::java::EnumNonLiteGenerator::CanUseEnumValues()':
external/protobuf~/src/google/protobuf/compiler/java/full/enum.cc:378:32: warning: comparison of integer expressions of different signedness: 'std::vector<const google::protobuf::EnumValueDescriptor*>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
378 | if (canonical_values_.size() != descriptor_->value_count()) {
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[789 / 1,266] Compiling src/google/protobuf/descriptor.cc [for tool]; 26s linux-sandbox ... (32 actions, 31 running)
[792 / 1,266] Compiling src/google/protobuf/descriptor.cc [for tool]; 27s linux-sandbox ... (32 actions, 31 running)
INFO: From Building external/protobuf~/java/core/liblite_runtime_only.jar (91 source files):
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[800 / 1,373] Compiling src/google/protobuf/descriptor.cc [for tool]; 29s linux-sandbox ... (32 actions, 30 running)
[803 / 1,373] Compiling src/google/protobuf/descriptor.cc [for tool]; 30s linux-sandbox ... (33 actions, 32 running)
[811 / 1,375] Compiling src/google/protobuf/descriptor.cc [for tool]; 31s linux-sandbox ... (33 actions, 32 running)
[813 / 1,375] Compiling src/google/protobuf/descriptor.cc [for tool]; 32s linux-sandbox ... (32 actions, 31 running)
[815 / 1,375] Compiling src/google/protobuf/descriptor.cc [for tool]; 33s linux-sandbox ... (33 actions, 32 running)
[822 / 1,375] Compiling src/google/protobuf/descriptor.cc [for tool]; 34s linux-sandbox ... (33 actions, 32 running)
[823 / 1,375] Compiling src/google/protobuf/descriptor.cc [for tool]; 35s linux-sandbox ... (33 actions, 32 running)
INFO: From Compiling src/google/protobuf/compiler/java/lite/enum.cc [for tool]:
external/protobuf~/src/google/protobuf/compiler/java/lite/enum.cc: In member function 'virtual void google::protobuf::compiler::java::EnumLiteGenerator::Generate(google::protobuf::io::Printer*)':
external/protobuf~/src/google/protobuf/compiler/java/lite/enum.cc:65:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<const google::protobuf::EnumValueDescriptor*>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
65 | for (int i = 0; i < canonical_values_.size(); i++) {
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
external/protobuf~/src/google/protobuf/compiler/java/lite/enum.cc:89:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<google::protobuf::compiler::java::EnumLiteGenerator::Alias>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
89 | for (int i = 0; i < aliases_.size(); i++) {
| ~~^~~~~~~~~~~~~~~~~
external/protobuf~/src/google/protobuf/compiler/java/lite/enum.cc:160:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<const google::protobuf::EnumValueDescriptor*>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
160 | for (int i = 0; i < canonical_values_.size(); i++) {
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
[829 / 1,375] Compiling src/google/protobuf/descriptor.cc [for tool]; 36s linux-sandbox ... (32 actions, 31 running)
INFO: From Compiling src/google/protobuf/compiler/java/kotlin_generator.cc [for tool]:
In file included from bazel-out/k8-opt-exec-ST-d57f47055a04/bin/external/protobuf~/src/google/protobuf/compiler/java/_virtual_includes/helpers/google/protobuf/compiler/java/helpers.h:23,
from external/protobuf~/src/google/protobuf/compiler/java/kotlin_generator.cc:13:
bazel-out/k8-opt-exec-ST-d57f47055a04/bin/external/protobuf~/src/google/protobuf/io/_virtual_includes/printer/google/protobuf/io/printer.h: In instantiation of 'void google::protobuf::io::AnnotationProtoCollector<AnnotationProto>::AddAnnotation(size_t, size_t, const string&, const std::vector<int>&, std::optional<google::protobuf::io::AnnotationCollector::Semantic>) [with AnnotationProto = google::protobuf::GeneratedCodeInfo; size_t = long unsigned int; std::string = std::__cxx11::basic_string<char>]':
bazel-out/k8-opt-exec-ST-d57f47055a04/bin/external/protobuf~/src/google/protobuf/io/_virtual_includes/printer/google/protobuf/io/printer.h:123:8: required from here
bazel-out/k8-opt-exec-ST-d57f47055a04/bin/external/protobuf~/src/google/protobuf/io/_virtual_includes/printer/google/protobuf/io/printer.h:127:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
127 | for (int i = 0; i < path.size(); ++i) {
| ~~^~~~~~~~~~~~~
[835 / 1,375] Compiling src/google/protobuf/compiler/rust/message.cc [for tool]; 9s linux-sandbox ... (31 actions, 30 running)
[840 / 1,375] Compiling src/google/protobuf/compiler/rust/message.cc [for tool]; 10s linux-sandbox ... (29 actions running)
[853 / 1,375] Compiling src/google/protobuf/compiler/cpp/field_generators/message_field.cc [for tool]; 11s linux-sandbox ... (16 actions running)
[861 / 1,375] Compiling src/google/protobuf/compiler/cpp/file.cc [for tool]; 10s linux-sandbox ... (8 actions running)
INFO: From Compiling src/google/protobuf/compiler/java/full/message_builder.cc [for tool]:
external/protobuf~/src/google/protobuf/compiler/java/full/message_builder.cc: In member function 'void google::protobuf::compiler::java::MessageBuilderGenerator::GenerateDescriptorMethods(google::protobuf::io::Printer*)':
external/protobuf~/src/google/protobuf/compiler/java/full/message_builder.cc:214:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<const google::protobuf::FieldDescriptor*>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
214 | for (int i = 0; i < map_fields.size(); ++i) {
| ~~^~~~~~~~~~~~~~~~~~~
external/protobuf~/src/google/protobuf/compiler/java/full/message_builder.cc:240:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<const google::protobuf::FieldDescriptor*>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
240 | for (int i = 0; i < map_fields.size(); ++i) {
| ~~^~~~~~~~~~~~~~~~~~~
[865 / 1,375] Compiling src/google/protobuf/compiler/cpp/file.cc [for tool]; 11s linux-sandbox ... (4 actions running)
INFO: From Compiling src/google/protobuf/compiler/java/full/message.cc [for tool]:
external/protobuf~/src/google/protobuf/compiler/java/full/message.cc: In member function 'void google::protobuf::compiler::java::ImmutableMessageGenerator::GenerateDescriptorMethods(google::protobuf::io::Printer*)':
external/protobuf~/src/google/protobuf/compiler/java/full/message.cc:805:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<const google::protobuf::FieldDescriptor*>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
805 | for (int i = 0; i < map_fields.size(); ++i) {
| ~~^~~~~~~~~~~~~~~~~~~
[866 / 1,375] Compiling src/google/protobuf/compiler/cpp/file.cc [for tool]; 12s linux-sandbox ... (3 actions running)
[867 / 1,375] Compiling src/google/protobuf/compiler/cpp/message.cc [for tool]; 16s linux-sandbox ... (2 actions running)
[868 / 1,375] Compiling src/google/protobuf/compiler/cpp/message.cc [for tool]; 20s linux-sandbox ... (2 actions, 1 running)
INFO: From ProtoCompile external/protobuf~/python/google/protobuf/any_pb2.py:
external/protobuf~/.: warning: directory does not exist.
INFO: From ProtoCompile external/protobuf~/python/google/protobuf/empty_pb2.py:
external/protobuf~/.: warning: directory does not exist.
INFO: From ProtoCompile external/protobuf~/python/google/protobuf/duration_pb2.py:
external/protobuf~/.: warning: directory does not exist.
INFO: From ProtoCompile external/protobuf~/python/google/protobuf/api_pb2.py:
external/protobuf~/.: warning: directory does not exist.
INFO: From ProtoCompile external/protobuf~/python/google/protobuf/wrappers_pb2.py:
external/protobuf~/.: warning: directory does not exist.
INFO: From ProtoCompile external/protobuf~/python/google/protobuf/timestamp_pb2.py:
external/protobuf~/.: warning: directory does not exist.
INFO: From ProtoCompile external/protobuf~/python/google/protobuf/compiler/plugin_pb2.py:
external/protobuf~/.: warning: directory does not exist.
INFO: From ProtoCompile external/protobuf~/python/google/protobuf/struct_pb2.py:
external/protobuf~/.: warning: directory does not exist.
INFO: From ProtoCompile external/protobuf~/python/google/protobuf/type_pb2.py:
external/protobuf~/.: warning: directory does not exist.
INFO: From ProtoCompile external/protobuf~/python/google/protobuf/field_mask_pb2.py:
external/protobuf~/.: warning: directory does not exist.
INFO: From ProtoCompile external/protobuf~/python/google/protobuf/source_context_pb2.py:
external/protobuf~/.: warning: directory does not exist.
INFO: From ProtoCompile external/protobuf~/python/google/protobuf/descriptor_pb2.py:
external/protobuf~/.: warning: directory does not exist.
[985 / 1,375] GoStdlib external/rules_go~/stdlib_/pkg; 0s linux-sandbox ... (32 actions, 31 running)
[1,016 / 1,375] GoStdlib external/rules_go~/stdlib_/pkg; 2s linux-sandbox ... (32 actions running)
[1,017 / 1,375] GoStdlib external/rules_go~/stdlib_/pkg; 3s linux-sandbox ... (32 actions running)
[1,018 / 1,375] GoStdlib external/rules_go~/stdlib_/pkg; 5s linux-sandbox ... (32 actions, 31 running)
[1,028 / 1,375] GoStdlib external/rules_go~/stdlib_/pkg; 6s linux-sandbox ... (32 actions, 31 running)
INFO: From Building external/googleapis~/google/rpc/libstatus_proto-lite.jar (1 source jar):
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
INFO: From Building proto/cel/expr/libeval_proto-lite.jar (1 source jar):
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[1,042 / 1,375] GoStdlib external/rules_go~/stdlib_/pkg; 7s linux-sandbox ... (32 actions, 30 running)
INFO: From Building proto/cel/expr/libvalue_proto-lite.jar (1 source jar):
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
INFO: From Building external/googleapis~/google/rpc/libstatus_proto-speed.jar (1 source jar):
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[1,050 / 1,375] GoStdlib external/rules_go~/stdlib_/pkg; 8s linux-sandbox ... (32 actions, 28 running)
[1,062 / 1,375] GoStdlib external/rules_go~/stdlib_/pkg; 9s linux-sandbox ... (32 actions, 24 running)
INFO: From Building proto/cel/expr/libsyntax_proto-lite.jar (1 source jar):
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[1,071 / 1,375] GoStdlib external/rules_go~/stdlib_/pkg; 10s linux-sandbox ... (32 actions, 22 running)
INFO: From Building proto/cel/expr/libchecked_proto-lite.jar (1 source jar):
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[1,079 / 1,375] GoStdlib external/rules_go~/stdlib_/pkg; 11s linux-sandbox ... (32 actions, 19 running)
INFO: From Building proto/cel/expr/libexpr_proto-lite.jar (1 source jar):
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
INFO: From Building external/googleapis~/google/api/expr/v1alpha1/libvalue_proto-speed.jar (1 source jar):
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
INFO: From Building external/googleapis~/google/api/expr/v1alpha1/libsyntax_proto-speed.jar (1 source jar):
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[1,084 / 1,375] GoStdlib external/rules_go~/stdlib_/pkg; 13s linux-sandbox ... (28 actions, 17 running)
INFO: From Building proto/cel/expr/libvalue_proto-speed.jar (1 source jar):
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[1,086 / 1,375] GoStdlib external/rules_go~/stdlib_/pkg; 14s linux-sandbox ... (26 actions, 16 running)
INFO: From Building proto/cel/expr/libchecked_proto-speed.jar (1 source jar):
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
INFO: From Building proto/cel/expr/conformance/proto3/libtest_all_types_proto-lite.jar (1 source jar):
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
INFO: From Building proto/cel/expr/conformance/proto2/libtest_all_types_proto-lite.jar (1 source jar):
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[1,089 / 1,375] GoStdlib external/rules_go~/stdlib_/pkg; 15s linux-sandbox ... (23 actions, 16 running)
INFO: From Building proto/cel/expr/libeval_proto-speed.jar (1 source jar):
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
INFO: From Building external/googleapis~/google/api/expr/v1alpha1/libeval_proto-speed.jar (1 source jar):
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
INFO: From Building proto/cel/expr/libexplain_proto-speed.jar (1 source jar):
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[1,094 / 1,375] GoStdlib external/rules_go~/stdlib_/pkg; 16s linux-sandbox ... (18 actions, 14 running)
INFO: From Building proto/cel/expr/libsyntax_proto-speed.jar (1 source jar):
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
INFO: From Building external/protobuf~/java/core/liblite.jar (91 source files, 1 source jar):
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
INFO: From Building proto/cel/expr/conformance/test/libsimple_proto-speed.jar (1 source jar):
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[1,100 / 1,375] GoStdlib external/rules_go~/stdlib_/pkg; 17s linux-sandbox ... (16 actions, 13 running)
INFO: From Building external/googleapis~/google/api/expr/v1alpha1/libchecked_proto-speed.jar (1 source jar):
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
INFO: From Building proto/cel/expr/conformance/libenv_config_proto-speed.jar (1 source jar):
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
INFO: From Building proto/cel/expr/libexpr_proto-speed.jar (1 source jar):
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
INFO: From Building proto/cel/expr/conformance/libconformance_service_proto-speed.jar (1 source jar):
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
INFO: From Building proto/cel/expr/conformance/test/libsuite_proto-speed.jar (1 source jar):
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
INFO: From Building proto/test/v1/libsimple_proto-speed.jar (1 source jar):
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[1,130 / 1,375] GoStdlib external/rules_go~/stdlib_/pkg; 19s linux-sandbox ... (13 actions running)
INFO: From Building external/protobuf~/java/core/libcore.jar (36 source files, 1 source jar):
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[1,133 / 1,375] GoStdlib external/rules_go~/stdlib_/pkg [for tool]; 20s linux-sandbox ... (16 actions, 10 running)
[1,183 / 1,375] Compiling proto/cel/expr/conformance/proto3/_virtual_imports/test_all_types_proto/cel/expr/conformance/proto3/test_all_types.pb.cc; 20s linux-sandbox ... (12 actions, 11 running)
INFO: From Building proto/cel/expr/conformance/proto3/libtest_all_types_proto-speed.jar (1 source jar):
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
INFO: From Building proto/cel/expr/conformance/proto2/libtest_all_types_proto-speed.jar (1 source jar):
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[1,196 / 1,375] Compiling proto/cel/expr/conformance/proto3/_virtual_imports/test_all_types_proto/cel/expr/conformance/proto3/test_all_types.pb.cc; 22s linux-sandbox ... (6 actions, 5 running)
[1,252 / 1,375] Compiling proto/cel/expr/conformance/proto3/_virtual_imports/test_all_types_proto/cel/expr/conformance/proto3/test_all_types.pb.cc; 23s linux-sandbox ... (4 actions, 3 running)
[1,347 / 1,375] Compiling proto/cel/expr/conformance/proto3/_virtual_imports/test_all_types_proto/cel/expr/conformance/proto3/test_all_types.pb.cc; 24s linux-sandbox ... (5 actions running)
[1,349 / 1,375] Compiling proto/cel/expr/conformance/proto3/_virtual_imports/test_all_types_proto/cel/expr/conformance/proto3/test_all_types.pb.cc; 26s linux-sandbox ... (3 actions running)
[1,369 / 1,375] Compiling proto/cel/expr/conformance/proto3/_virtual_imports/test_all_types_proto/cel/expr/conformance/proto3/test_all_types.pb.cc; 27s linux-sandbox ... (2 actions running)
[1,369 / 1,375] Compiling proto/cel/expr/conformance/proto3/_virtual_imports/test_all_types_proto/cel/expr/conformance/proto3/test_all_types.pb.cc; 38s linux-sandbox ... (2 actions running)
[1,370 / 1,375] Compiling proto/cel/expr/conformance/proto3/_virtual_imports/test_all_types_proto/cel/expr/conformance/proto3/test_all_types.pb.cc; 43s linux-sandbox ... (2 actions, 1 running)
INFO: Found 75 targets...
INFO: Elapsed time: 122.760s, Critical Path: 83.57s
INFO: 1375 processes: 517 internal, 829 linux-sandbox, 29 worker.
INFO: Build completed successfully, 1375 total actions
INFO:
INFO: Build Event Protocol files produced successfully.
PUSH
DONE
Loading