Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Static optimizers for constant folding #804

Merged
merged 4 commits into from
Aug 30, 2023

Additional comments

c15a14c
Select commit
Loading
Failed to load commit list.
Merged

Static optimizers for constant folding #804

Additional comments
c15a14c
Select commit
Loading
Failed to load commit list.
Google Cloud Build / cel-go-builder (cel-analysis) succeeded Aug 30, 2023 in 4m 18s

Summary

Build Information

Trigger cel-go-builder
Build e05d0f5d-d714-4c8c-86d8-9213db9d2f43
Start 2023-08-30T15:47:12-07:00
Duration 3m34.706s
Status SUCCESS

Steps

Step Status Duration
golang:1.20 SUCCESS 19.118s
bazel-test SUCCESS 3m30.341s

Details

starting build "e05d0f5d-d714-4c8c-86d8-9213db9d2f43"

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-go
 * branch            c15a14cdbc4c5bdce9f6469c5a170e97694c9cec -> FETCH_HEAD
HEAD is now at c15a14c Additional comments
BUILD
Starting Step #1 - "bazel-test"
Starting Step #0
Step #0: Pulling image: golang:1.20
Step #1 - "bazel-test": Already have image (with digest): gcr.io/cloud-builders/bazel
Step #1 - "bazel-test": Extracting Bazel installation...
Step #0: 1.20: Pulling from library/golang
Step #0: de4cac68b616: Pulling fs layer
Step #0: d31b0195ec5f: Pulling fs layer
Step #0: 9b1fd34c30b7: Pulling fs layer
Step #0: 2f744fb50e06: Pulling fs layer
Step #0: b52656edd44a: Pulling fs layer
Step #0: aa839e0869ff: Pulling fs layer
Step #0: 2f744fb50e06: Waiting
Step #0: b52656edd44a: Waiting
Step #0: aa839e0869ff: Waiting
Step #0: d31b0195ec5f: Verifying Checksum
Step #0: d31b0195ec5f: Download complete
Step #0: de4cac68b616: Verifying Checksum
Step #0: de4cac68b616: Download complete
Step #0: 9b1fd34c30b7: Verifying Checksum
Step #0: 9b1fd34c30b7: Download complete
Step #0: aa839e0869ff: Verifying Checksum
Step #0: aa839e0869ff: Download complete
Step #1 - "bazel-test": Starting local Bazel server and connecting to it...
Step #0: 2f744fb50e06: Verifying Checksum
Step #0: 2f744fb50e06: Download complete
Step #0: b52656edd44a: Verifying Checksum
Step #0: b52656edd44a: Download complete
Step #0: de4cac68b616: Pull complete
Step #0: d31b0195ec5f: Pull complete
Step #1 - "bazel-test": Loading: 
Step #1 - "bazel-test": Loading: 0 packages loaded
Step #1 - "bazel-test": Loading: 0 packages loaded
Step #1 - "bazel-test": Loading: 0 packages loaded
Step #0: 9b1fd34c30b7: Pull complete
Step #1 - "bazel-test": Loading: 0 packages loaded
Step #1 - "bazel-test": Loading: 3 packages loaded
Step #1 - "bazel-test":     currently loading: ext ... (4 packages)
Step #1 - "bazel-test": Analyzing: 61 targets (36 packages loaded, 0 targets configured)
Step #1 - "bazel-test": Analyzing: 61 targets (69 packages loaded, 8 targets configured)
Step #0: 2f744fb50e06: Pull complete
Step #1 - "bazel-test": Analyzing: 61 targets (71 packages loaded, 32 targets configured)
Step #1 - "bazel-test": Analyzing: 61 targets (71 packages loaded, 32 targets configured)
Step #1 - "bazel-test": Analyzing: 61 targets (71 packages loaded, 32 targets configured)
Step #0: b52656edd44a: Pull complete
Step #0: aa839e0869ff: Pull complete
Step #0: Digest: sha256:741d6f9bcab778441efe05c8e4369d4f8ff56c9a635a97d77f55d8b0ec62f907
Step #0: Status: Downloaded newer image for golang:1.20
Step #0: docker.io/library/golang:1.20
Step #0: go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20230525234035-dd9d682886f9
Step #0: go: downloading golang.org/x/text v0.8.0
Step #0: go: downloading google.golang.org/protobuf v1.30.0
Step #0: go: downloading github.com/stoewer/go-strcase v1.2.0
Step #0: go: downloading github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df
Step #0: go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19
Step #0: go: downloading golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
Step #1 - "bazel-test": Analyzing: 61 targets (71 packages loaded, 32 targets configured)
Finished Step #0
Step #1 - "bazel-test": Analyzing: 61 targets (71 packages loaded, 32 targets configured)
Step #1 - "bazel-test": Analyzing: 61 targets (93 packages loaded, 9541 targets configured)
Step #1 - "bazel-test": Analyzing: 61 targets (104 packages loaded, 10155 targets configured)
Step #1 - "bazel-test": Analyzing: 61 targets (105 packages loaded, 10166 targets configured)
Step #1 - "bazel-test": Analyzing: 61 targets (106 packages loaded, 10299 targets configured)
Step #1 - "bazel-test": Analyzing: 61 targets (192 packages loaded, 11553 targets configured)
Step #1 - "bazel-test": INFO: Analyzed 61 targets (258 packages loaded, 12085 targets configured).
Step #1 - "bazel-test": INFO: Found 42 targets and 19 test targets...
Step #1 - "bazel-test": [0 / 47] [Prepa] BazelWorkspaceStatusAction stable-status.txt ... (4 actions, 0 running)
Step #1 - "bazel-test": [33 / 239] Compiling src/google/protobuf/compiler/command_line_interface.cc; 4s linux-sandbox ... (8 actions, 7 running)
Step #1 - "bazel-test": [56 / 239] Compiling src/google/protobuf/generated_message_tctable_lite.cc; 3s linux-sandbox ... (8 actions, 7 running)
Step #1 - "bazel-test": [94 / 239] Compiling src/google/protobuf/type.pb.cc; 2s linux-sandbox ... (8 actions, 7 running)
Step #1 - "bazel-test": [111 / 239] Compiling src/google/protobuf/compiler/cpp/message.cc; 6s linux-sandbox ... (8 actions, 7 running)
Step #1 - "bazel-test": [139 / 239] Compiling src/google/protobuf/compiler/java/file.cc; 2s linux-sandbox ... (8 actions, 7 running)
Step #1 - "bazel-test": [167 / 239] Compiling src/google/protobuf/compiler/objectivec/objectivec_helpers.cc; 4s linux-sandbox ... (8 actions, 6 running)
Step #1 - "bazel-test": [209 / 603] Compiling src/google/protobuf/descriptor.cc; 12s linux-sandbox ... (8 actions, 7 running)
Step #1 - "bazel-test": [421 / 603] Compiling src/google/protobuf/compiler/java/message_lite.cc [for host]; 1s linux-sandbox ... (8 actions, 7 running)
Step #1 - "bazel-test": [497 / 603] Compiling src/google/protobuf/compiler/cpp/message_field.cc [for host]; 4s linux-sandbox ... (8 actions, 7 running)
Step #1 - "bazel-test": [538 / 603] Compiling src/google/protobuf/descriptor.cc [for host]; 18s linux-sandbox ... (8 actions, 7 running)
Step #1 - "bazel-test": [720 / 744] 5 / 19 tests; GoCompilePkg repl/parser/go_default_test.internal.a; 5s linux-sandbox ... (8 actions, 7 running)
Step #1 - "bazel-test": INFO: Elapsed time: 208.410s, Critical Path: 35.43s
Step #1 - "bazel-test": INFO: 797 processes: 64 internal, 733 linux-sandbox.
Step #1 - "bazel-test": INFO: Build completed successfully, 797 total actions
Step #1 - "bazel-test": //cel:go_default_test                                                    PASSED in 0.7s
Step #1 - "bazel-test": //checker:go_default_test                                                PASSED in 0.3s
Step #1 - "bazel-test": //common:go_default_test                                                 PASSED in 0.2s
Step #1 - "bazel-test": //common/ast:go_default_test                                             PASSED in 0.1s
Step #1 - "bazel-test": //common/containers:go_default_test                                      PASSED in 0.1s
Step #1 - "bazel-test": //common/decls:go_default_test                                           PASSED in 0.0s
Step #1 - "bazel-test": //common/runes:go_default_test                                           PASSED in 0.1s
Step #1 - "bazel-test": //common/types:go_default_test                                           PASSED in 0.2s
Step #1 - "bazel-test": //common/types/pb:go_default_test                                        PASSED in 0.1s
Step #1 - "bazel-test": //conformance:ct                                                         PASSED in 5.8s
Step #1 - "bazel-test": //conformance:ct_dashboard                                               PASSED in 9.5s
Step #1 - "bazel-test": //ext:go_default_test                                                    PASSED in 0.4s
Step #1 - "bazel-test": //interpreter:go_default_test                                            PASSED in 0.8s
Step #1 - "bazel-test": //parser:go_default_test                                                 PASSED in 0.2s
Step #1 - "bazel-test": //repl:go_default_test                                                   PASSED in 0.2s
Step #1 - "bazel-test": //repl/appengine/app:go_default_test                                     PASSED in 0.2s
Step #1 - "bazel-test": //repl/parser:go_default_test                                            PASSED in 0.1s
Step #1 - "bazel-test": //server:go_default_test                                                 PASSED in 0.3s
Step #1 - "bazel-test": //test/bench:go_default_test                                             PASSED in 0.2s
Step #1 - "bazel-test": 
Step #1 - "bazel-test": Executed 19 out of 19 tests: 19 tests pass.
Step #1 - "bazel-test": There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these are.
Step #1 - "bazel-test": INFO: Build completed successfully, 797 total actions
Step #1 - "bazel-test": INFO: Build Event Protocol files produced successfully.
Step #1 - "bazel-test": INFO: Build completed successfully, 797 total actions
Finished Step #1 - "bazel-test"
PUSH
DONE

Build Log: https://console.cloud.google.com/cloud-build/builds/e05d0f5d-d714-4c8c-86d8-9213db9d2f43?project=676743559828