Disallow timestamp field values outside RFC 3339 range #501
Google Cloud Build / cel-spec-builder (cel-analysis)
succeeded
Dec 16, 2025 in 3m 32s
Summary
Build Information
| Trigger | cel-spec-builder |
| Build | 443a06ef-65ba-448d-a7df-563e35daae82 |
| Start | 2025-12-16T00:22:03-08:00 |
| Duration | 2m41.575s |
| Status | SUCCESS |
Steps
| Step | Status | Duration |
|---|---|---|
| bazel-build | SUCCESS | 2m35.547s |
Details
starting build "443a06ef-65ba-448d-a7df-563e35daae82"
FETCHSOURCE
From https://github.com/google/cel-spec
* branch 813fd9068f1ae41976b78edd9706cf5abd83970f -> FETCH_HEAD
HEAD is now at 813fd90 Disallow timestamp field values outside RFC 3339 range
GitCommit:
813fd9068f1ae41976b78edd9706cf5abd83970f
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
761a2b0b9892: Already exists
378edfd36685: Pulling fs layer
68400f3e7d44: Pulling fs layer
20a8f63a6bfd: Pulling fs layer
20a8f63a6bfd: Verifying Checksum
68400f3e7d44: Download complete
378edfd36685: Verifying Checksum
378edfd36685: Download complete
378edfd36685: Pull complete
68400f3e7d44: Pull complete
20a8f63a6bfd: Pull complete
Digest: sha256:0f428636fcfc12be01658b827c3ec079f599599da8848febad2b28bb18691ada
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:
Loading:
Loading: 0 packages loaded
Loading: 2 packages loaded
currently loading: proto/cel/expr/conformance/proto2 ... (11 packages)
Loading: 11 packages loaded
currently loading: proto/cel/expr ... (2 packages)
WARNING: /workspace/proto/cel/expr/BUILD.bazel:228:17: target '//proto/cel/expr:explain_cc_proto' is deprecated: Use EvalState instead.
WARNING: /workspace/proto/cel/expr/BUILD.bazel:191:17: target '//proto/cel/expr:explain_go_proto' is deprecated: Use EvalState instead.
WARNING: /workspace/proto/cel/expr/BUILD.bazel:147:19: target '//proto/cel/expr:explain_java_proto' is deprecated: Use EvalState instead.
WARNING: /workspace/proto/cel/expr/BUILD.bazel:78:14: target '//proto/cel/expr:explain_proto' is deprecated: Use EvalState instead.
WARNING: /workspace/proto/cel/expr/BUILD.bazel:292:17: target '//proto/cel/expr:explain_py_pb2' is deprecated: Use EvalState instead.
WARNING: /workspace/proto/cel/expr/BUILD.bazel:260:20: target '//proto/cel/expr:explain_upb_proto' is deprecated: Use EvalState instead.
Analyzing: 79 targets (13 packages loaded, 0 targets configured)
Analyzing: 79 targets (13 packages loaded, 0 targets configured)
[0 / 1] checking cached actions
Analyzing: 79 targets (84 packages loaded, 4996 targets configured)
[1 / 1] checking cached actions
Analyzing: 79 targets (122 packages loaded, 7290 targets configured)
[1 / 1] checking cached actions
Analyzing: 79 targets (159 packages loaded, 8523 targets configured)
[365 / 772] Compiling absl/time/internal/cctz/src/time_zone_impl.cc [for tool]; 0s linux-sandbox ... (32 actions, 31 running)
Analyzing: 79 targets (162 packages loaded, 10896 targets configured)
[477 / 1,147] Compiling absl/time/internal/cctz/src/time_zone_impl.cc [for tool]; 1s linux-sandbox ... (32 actions, 31 running)
Analyzing: 79 targets (162 packages loaded, 10896 targets configured)
[533 / 1,165] Compiling absl/time/internal/cctz/src/time_zone_info.cc [for tool]; 2s linux-sandbox ... (33 actions, 31 running)
Analyzing: 79 targets (162 packages loaded, 10896 targets configured)
[554 / 1,165] Compiling absl/time/internal/cctz/src/time_zone_info.cc [for tool]; 3s linux-sandbox ... (33 actions, 32 running)
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,
| ^~~~~~~~~~~~~~~~~
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;
| ^~~
Analyzing: 79 targets (162 packages loaded, 10896 targets configured)
[582 / 1,165] Compiling absl/flags/marshalling.cc [for tool]; 3s linux-sandbox ... (31 actions, 30 running)
Analyzing: 79 targets (162 packages loaded, 10896 targets configured)
[604 / 1,165] Compiling absl/time/duration.cc [for tool]; 1s linux-sandbox ... (33 actions, 31 running)
Analyzing: 79 targets (164 packages loaded, 11140 targets configured)
[630 / 1,165] Compiling absl/log/internal/log_message.cc [for tool]; 2s linux-sandbox ... (32 actions, 31 running)
Analyzing: 79 targets (164 packages loaded, 11170 targets configured)
[651 / 1,233] Compiling absl/strings/cord.cc [for tool]; 2s linux-sandbox ... (29 actions, 28 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: 79 targets (164 packages loaded, 11170 targets configured)
[663 / 1,234] Compiling absl/strings/cord.cc [for tool]; 3s linux-sandbox ... (32 actions running)
Analyzing: 79 targets (165 packages loaded, 11212 targets configured)
[672 / 1,234] Compiling absl/strings/cord.cc [for tool]; 4s linux-sandbox ... (32 actions, 31 running)
Analyzing: 79 targets (165 packages loaded, 14474 targets configured)
[680 / 1,234] Compiling absl/strings/cord.cc [for tool]; 5s linux-sandbox ... (33 actions, 31 running)
Analyzing: 79 targets (165 packages loaded, 14474 targets configured)
[690 / 1,234] Compiling absl/flags/parse.cc [for tool]; 5s linux-sandbox ... (33 actions, 32 running)
Analyzing: 79 targets (165 packages loaded, 14474 targets configured)
[699 / 1,234] Compiling absl/flags/parse.cc [for tool]; 6s linux-sandbox ... (33 actions, 32 running)
Analyzing: 79 targets (165 packages loaded, 14474 targets configured)
[703 / 1,234] Compiling src/google/protobuf/io/printer.cc [for tool]; 6s 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: 79 targets (165 packages loaded, 14474 targets configured)
[709 / 1,234] Compiling src/google/protobuf/io/printer.cc [for tool]; 7s linux-sandbox ... (32 actions, 31 running)
Analyzing: 79 targets (165 packages loaded, 14474 targets configured)
[712 / 1,234] Compiling src/google/protobuf/io/printer.cc [for tool]; 8s linux-sandbox ... (32 actions, 31 running)
Analyzing: 79 targets (165 packages loaded, 14474 targets configured)
[718 / 1,234] Compiling src/google/protobuf/extension_set.cc [for tool]; 9s linux-sandbox ... (32 actions, 31 running)
Analyzing: 79 targets (165 packages loaded, 14474 targets configured)
[722 / 1,234] Compiling src/google/protobuf/generated_message_tctable_lite.cc [for tool]; 10s linux-sandbox ... (33 actions, 32 running)
Analyzing: 79 targets (165 packages loaded, 14474 targets configured)
[728 / 1,234] Compiling src/google/protobuf/generated_message_tctable_lite.cc [for tool]; 11s linux-sandbox ... (33 actions, 32 running)
Analyzing: 79 targets (165 packages loaded, 14474 targets configured)
[731 / 1,234] Compiling src/google/protobuf/generated_message_tctable_lite.cc [for tool]; 12s linux-sandbox ... (32 actions, 31 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: 79 targets (165 packages loaded, 14474 targets configured)
[735 / 1,234] Compiling src/google/protobuf/compiler/parser.cc [for tool]; 12s linux-sandbox ... (32 actions, 31 running)
Analyzing: 79 targets (165 packages loaded, 14474 targets configured)
[740 / 1,234] Compiling src/google/protobuf/compiler/cpp/helpers.cc [for tool]; 10s 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()) {
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Analyzing: 79 targets (165 packages loaded, 14474 targets configured)
[742 / 1,234] Compiling src/google/protobuf/compiler/cpp/helpers.cc [for tool]; 12s linux-sandbox ... (32 actions, 31 running)
Analyzing: 79 targets (165 packages loaded, 14474 targets configured)
[743 / 1,234] Compiling src/google/protobuf/compiler/cpp/helpers.cc [for tool]; 13s linux-sandbox ... (33 actions, 32 running)
Analyzing: 79 targets (165 packages loaded, 14474 targets configured)
[749 / 1,234] Compiling src/google/protobuf/compiler/cpp/helpers.cc [for tool]; 14s linux-sandbox ... (33 actions, 32 running)
Analyzing: 79 targets (165 packages loaded, 14474 targets configured)
[752 / 1,234] Compiling src/google/protobuf/compiler/cpp/helpers.cc [for tool]; 15s linux-sandbox ... (32 actions, 31 running)
Analyzing: 79 targets (165 packages loaded, 14474 targets configured)
[756 / 1,234] Compiling src/google/protobuf/compiler/cpp/helpers.cc [for tool]; 16s linux-sandbox ... (32 actions, 31 running)
Analyzing: 79 targets (165 packages loaded, 14474 targets configured)
[756 / 1,234] Compiling src/google/protobuf/compiler/cpp/helpers.cc [for tool]; 18s linux-sandbox ... (33 actions, 32 running)
Analyzing: 79 targets (165 packages loaded, 14474 targets configured)
[757 / 1,234] Compiling src/google/protobuf/compiler/cpp/helpers.cc [for tool]; 19s linux-sandbox ... (33 actions, 32 running)
Analyzing: 79 targets (165 packages loaded, 14474 targets configured)
[765 / 1,234] Compiling src/google/protobuf/descriptor.cc [for tool]; 19s linux-sandbox ... (33 actions, 32 running)
Analyzing: 79 targets (165 packages loaded, 14474 targets configured)
[771 / 1,234] Compiling src/google/protobuf/descriptor.cc [for tool]; 20s linux-sandbox ... (32 actions, 31 running)
Analyzing: 79 targets (165 packages loaded, 14474 targets configured)
[777 / 1,234] Compiling src/google/protobuf/descriptor.cc [for tool]; 21s linux-sandbox ... (32 actions, 31 running)
Analyzing: 79 targets (165 packages loaded, 14474 targets configured)
[784 / 1,234] Compiling src/google/protobuf/descriptor.cc [for tool]; 22s linux-sandbox ... (32 actions, 31 running)
Analyzing: 79 targets (165 packages loaded, 14474 targets configured)
[786 / 1,234] Compiling src/google/protobuf/descriptor.cc [for tool]; 24s linux-sandbox ... (33 actions, 32 running)
Analyzing: 79 targets (165 packages loaded, 14474 targets configured)
[789 / 1,234] Compiling src/google/protobuf/descriptor.cc [for tool]; 25s linux-sandbox ... (33 actions, 32 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.
Analyzing: 79 targets (165 packages loaded, 14474 targets configured)
[792 / 1,234] Compiling src/google/protobuf/descriptor.cc [for tool]; 26s linux-sandbox ... (33 actions, 32 running)
Analyzing: 79 targets (165 packages loaded, 14474 targets configured)
[795 / 1,234] Compiling src/google/protobuf/descriptor.cc [for tool]; 27s linux-sandbox ... (33 actions, 32 running)
Analyzing: 79 targets (165 packages loaded, 14474 targets configured)
[800 / 1,234] Compiling src/google/protobuf/descriptor.cc [for tool]; 28s linux-sandbox ... (33 actions, 32 running)
Analyzing: 79 targets (165 packages loaded, 14474 targets configured)
[804 / 1,234] Compiling src/google/protobuf/descriptor.cc [for tool]; 29s linux-sandbox ... (33 actions, 32 running)
Analyzing: 79 targets (167 packages loaded, 14488 targets configured)
[807 / 1,234] Compiling src/google/protobuf/descriptor.cc [for tool]; 31s linux-sandbox ... (32 actions, 31 running)
INFO: Analyzed 79 targets (219 packages loaded, 14791 targets configured).
[813 / 1,353] Compiling src/google/protobuf/descriptor.cc [for tool]; 32s linux-sandbox ... (30 actions, 29 running)
[818 / 1,361] Compiling src/google/protobuf/descriptor.cc [for tool]; 33s linux-sandbox ... (32 actions, 31 running)
[823 / 1,361] Compiling src/google/protobuf/descriptor.cc [for tool]; 34s linux-sandbox ... (33 actions, 32 running)
[827 / 1,361] Compiling src/google/protobuf/descriptor.cc [for tool]; 35s linux-sandbox ... (33 actions, 32 running)
[830 / 1,361] Compiling src/google/protobuf/descriptor.cc [for tool]; 37s linux-sandbox ... (32 actions, 31 running)
[831 / 1,361] Compiling src/google/protobuf/descriptor.cc [for tool]; 38s linux-sandbox ... (33 actions, 32 running)
[833 / 1,361] Compiling src/google/protobuf/descriptor.cc [for tool]; 39s 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) {
| ~~^~~~~~~~~~~~~
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) {
| ~~^~~~~~~~~~~~~~~~~~~
[848 / 1,361] Compiling src/google/protobuf/compiler/cpp/field_generators/map_field.cc [for tool]; 9s linux-sandbox ... (22 actions, 20 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++) {
| ~~^~~~~~~~~~~~~~~~~~~~~~~~~~
[854 / 1,361] Compiling src/google/protobuf/compiler/cpp/field_generators/message_field.cc [for tool]; 10s linux-sandbox ... (17 actions running)
[859 / 1,361] Compiling src/google/protobuf/compiler/java/full/message.cc [for tool]; 10s linux-sandbox ... (13 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) {
| ~~^~~~~~~~~~~~~~~~~~~
[867 / 1,361] Compiling src/google/protobuf/compiler/cpp/file.cc [for tool]; 10s linux-sandbox ... (5 actions running)
[869 / 1,361] Compiling src/google/protobuf/compiler/cpp/file.cc [for tool]; 12s linux-sandbox ... (3 actions running)
[870 / 1,361] GoToolchainBinaryBuild external/rules_go~~go_sdk~cel-spec__download_0/builder [for tool]; 17s linux-sandbox ... (2 actions running)
[871 / 1,361] Compiling src/google/protobuf/compiler/cpp/message.cc [for tool]; 16s linux-sandbox ... (3 actions, 1 running)
[873 / 1,361] Compiling src/google/protobuf/compiler/cpp/message.cc [for tool]; 18s linux-sandbox ... (3 actions running)
[874 / 1,361] GoStdlib external/rules_go~/stdlib_/pkg; 3s linux-sandbox ... (3 actions, 2 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/wrappers_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.
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/source_context_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/empty_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/api_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/compiler/plugin_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.
[990 / 1,361] GoStdlib external/rules_go~/stdlib_/pkg; 4s linux-sandbox ... (33 actions, 31 running)
[1,005 / 1,361] GoStdlib external/rules_go~/stdlib_/pkg; 5s linux-sandbox ... (32 actions running)
[1,006 / 1,361] GoStdlib external/rules_go~/stdlib_/pkg; 9s linux-sandbox ... (32 actions, 31 running)
[1,009 / 1,361] GoStdlib external/rules_go~/stdlib_/pkg; 10s linux-sandbox ... (33 actions, 32 running)
[1,018 / 1,361] GoStdlib external/rules_go~/stdlib_/pkg; 11s linux-sandbox ... (31 actions, 29 running)
[1,030 / 1,361] GoStdlib external/rules_go~/stdlib_/pkg; 13s linux-sandbox ... (27 actions, 23 running)
[1,037 / 1,361] GoStdlib external/rules_go~/stdlib_/pkg; 14s linux-sandbox ... (32 actions, 26 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 proto/cel/policy/libpolicy_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,058 / 1,361] GoStdlib external/rules_go~/stdlib_/pkg; 15s linux-sandbox ... (28 actions, 20 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.
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.
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,064 / 1,361] GoStdlib external/rules_go~/stdlib_/pkg; 16s linux-sandbox ... (27 actions, 18 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 proto/cel/policy/libpolicy_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,067 / 1,361] GoStdlib external/rules_go~/stdlib_/pkg; 17s linux-sandbox ... (24 actions, 17 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.
[1,069 / 1,361] GoStdlib external/rules_go~/stdlib_/pkg; 18s linux-sandbox ... (22 actions, 16 running)
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.
[1,071 / 1,361] GoStdlib external/rules_go~/stdlib_/pkg; 20s linux-sandbox ... (20 actions, 15 running)
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.
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.
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/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/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.
[1,079 / 1,361] GoStdlib external/rules_go~/stdlib_/pkg; 21s linux-sandbox ... (14 actions, 12 running)
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.
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/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.
[1,105 / 1,361] GoStdlib external/rules_go~/stdlib_/pkg; 22s linux-sandbox ... (17 actions running)
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.
[1,150 / 1,361] Compiling proto/cel/expr/conformance/proto2/_virtual_imports/test_all_types_proto/cel/expr/conformance/proto2/test_all_types.pb.cc; 19s linux-sandbox ... (16 actions, 15 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,170 / 1,361] Compiling proto/cel/expr/conformance/proto2/_virtual_imports/test_all_types_proto/cel/expr/conformance/proto2/test_all_types.pb.cc; 21s linux-sandbox ... (11 actions, 10 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.
[1,206 / 1,361] Compiling proto/cel/expr/conformance/proto2/_virtual_imports/test_all_types_proto/cel/expr/conformance/proto2/test_all_types.pb.cc; 22s linux-sandbox ... (7 actions, 6 running)
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,236 / 1,361] Compiling proto/cel/expr/conformance/proto2/_virtual_imports/test_all_types_proto/cel/expr/conformance/proto2/test_all_types.pb.cc; 23s linux-sandbox ... (6 actions, 5 running)
[1,261 / 1,361] Compiling proto/cel/expr/conformance/proto2/_virtual_imports/test_all_types_proto/cel/expr/conformance/proto2/test_all_types.pb.cc; 24s linux-sandbox ... (3 actions, 2 running)
[1,333 / 1,361] Compiling proto/cel/expr/conformance/proto2/_virtual_imports/test_all_types_proto/cel/expr/conformance/proto2/test_all_types.pb.cc; 25s linux-sandbox ... (5 actions running)
[1,335 / 1,361] Compiling proto/cel/expr/conformance/proto2/_virtual_imports/test_all_types_proto/cel/expr/conformance/proto2/test_all_types.pb.cc; 27s linux-sandbox ... (3 actions running)
[1,355 / 1,361] Compiling proto/cel/expr/conformance/proto2/_virtual_imports/test_all_types_proto/cel/expr/conformance/proto2/test_all_types.pb.cc; 28s linux-sandbox ... (2 actions running)
[1,355 / 1,361] Compiling proto/cel/expr/conformance/proto2/_virtual_imports/test_all_types_proto/cel/expr/conformance/proto2/test_all_types.pb.cc; 38s linux-sandbox ... (2 actions running)
[1,356 / 1,361] Compiling proto/cel/expr/conformance/proto2/_virtual_imports/test_all_types_proto/cel/expr/conformance/proto2/test_all_types.pb.cc; 45s linux-sandbox ... (2 actions, 1 running)
INFO: Found 79 targets...
INFO: Elapsed time: 130.276s, Critical Path: 88.20s
INFO: 1361 processes: 522 internal, 815 linux-sandbox, 24 worker.
INFO: Build completed successfully, 1361 total actions
INFO:
INFO: Build Event Protocol files produced successfully.
PUSH
DONE
Loading