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

reimplement image aliases #28

Merged
merged 5 commits into from
Apr 23, 2024

update aspect_bazel_lib

d88e3fc
Select commit
Loading
Failed to load commit list.
Merged

reimplement image aliases #28

update aspect_bazel_lib
d88e3fc
Select commit
Loading
Failed to load commit list.
Faster CI / Faster CI / build (default bazel ver) succeeded Apr 23, 2024 in 58s

Faster CI / build (default bazel ver)

Details

starting workflow Faster CI / build (default bazel ver)
# git remote set-url origin https://x-access-token:******@github.com/fasterci/rules_gitops.git
# git fetch origin refs/pull/28/head --prune
From https://github.com/fasterci/rules_gitops
 * branch            refs/pull/28/head -> FETCH_HEAD
# git -c advice.detachedHead=false checkout -f d88e3fc8d4abd920c28cacf61624444b94621fed
Previous HEAD position was 9cb1c3d reimplement image aliases
HEAD is now at d88e3fc update aspect_bazel_lib
# bash -ec git clean -dfx -e 'bazel-*'
# bazel build -- //...
Starting local Bazel server and connecting to it...
(07:12:47) INFO: Invocation ID: 57867de0-f8bc-4001-aff9-43085345b4e1
(07:12:47) INFO: Streaming build results to: https://fasterci.com/app/dashboard/fasterci/rules_gitops/D2cxLbCG1qbLSRK7vgJJ/57867de0-f8bc-4001-aff9-43085345b4e1
(07:12:47) INFO: Options provided by the client:
  Inherited 'common' options: --isatty=0 --terminal_columns=80
(07:12:47) INFO: Reading rc options for 'build' from /fasterci/repo/.bazelrc:
  Inherited 'common' options: --enable_bzlmod
(07:12:47) INFO: Reading rc options for 'build' from /fasterci/.bazelrc:
  Inherited 'common' options: --show_timestamps --watchfs
(07:12:47) INFO: Reading rc options for 'build' from /fasterci/repo/.bazelrc:
  'build' options: --nolegacy_external_runfiles --verbose_failures --@io_bazel_rules_go//go/config:pure
(07:12:47) INFO: Reading rc options for 'build' from /fasterci/.bazelrc:
  'build' options: --announce_rc --incompatible_strict_action_env --action_env=PATH=/usr/local/bin:/bin:/usr/bin --repository_cache=~/.cache/repository_cache --remote_local_fallback --grpc_keepalive_time=30s --remote_cache=grpc://localhost:2345 --remote_proxy=unix:/tmp/periscope --bes_backend=grpc://localhost:2345 --bes_proxy=unix:/tmp/periscope --bes_results_url=https://fasterci.com/app/dashboard/fasterci/rules_gitops/D2cxLbCG1qbLSRK7vgJJ
(07:12:47) INFO: Current date is 2024-04-23
(07:12:47) Computing main repo mapping: 
(07:12:48) Computing main repo mapping: 
(07:12:49) Computing main repo mapping: 
(07:12:50) Loading: 
(07:12:50) Loading: 1 packages loaded
(07:12:51) Analyzing: 681 targets (516 packages loaded)
(07:12:51) Analyzing: 681 targets (516 packages loaded, 0 targets configured)
(07:12:51) Analyzing: 681 targets (516 packages loaded, 0 targets configured)
[0 / 1] checking cached actions
(07:12:52) Analyzing: 681 targets (579 packages loaded, 2944 targets configured)
[20 / 20] checking cached actions
(07:12:53) Analyzing: 681 targets (595 packages loaded, 6289 targets configured)
[20 / 20] checking cached actions
(07:12:54) Analyzing: 681 targets (606 packages loaded, 13668 targets configured)
[83 / 91] Tar skylib/kustomize/tests/image_tar.tar; 0s remote-cache, linux-sandbox ... (2 actions running)
(07:12:55) Analyzing: 681 targets (606 packages loaded, 20017 targets configured)
[90 / 223] Tar skylib/kustomize/tests/image_tar.tar; 1s remote-cache, linux-sandbox ... (2 actions running)
(07:12:56) INFO: Analyzed 681 targets (606 packages loaded, 20895 targets configured).
(07:12:56) [99 / 764] Tar skylib/kustomize/tests/image_tar.tar; 2s remote-cache, linux-sandbox ... (3 actions, 2 running)
(07:12:57) [550 / 1,627] Tar skylib/kustomize/tests/image_tar.tar; 3s remote-cache, linux-sandbox ... (4 actions, 3 running)
(07:12:59) [580 / 1,633] Tar skylib/kustomize/tests/image_tar.tar; 4s remote-cache, linux-sandbox ... (3 actions, 2 running)
(07:13:00) [1,186 / 1,633] Tar skylib/kustomize/tests/image_tar.tar; 6s remote-cache, linux-sandbox ... (2 actions running)
(07:13:01) [1,479 / 1,633] Tar skylib/kustomize/tests/image_tar.tar; 7s remote-cache, linux-sandbox ... (2 actions running)
(07:13:02) [1,566 / 1,633] Tar skylib/kustomize/tests/image_tar.tar; 8s remote-cache, linux-sandbox ... (3 actions, 2 running)
(07:13:03) [1,625 / 1,633] Kustomize skylib/kustomize/tests/patch.yaml; 0s remote-cache, linux-sandbox ... (8 actions running)
(07:13:04) [1,632 / 1,633] Kustomize skylib/kustomize/tests/patch.yaml; 1s remote-cache, linux-sandbox
(07:13:05) INFO: Found 681 targets...
(07:13:05) INFO: Elapsed time: 19.293s, Critical Path: 10.92s
(07:13:05) INFO: 305 processes: 19 remote cache hit, 275 internal, 10 linux-sandbox, 1 local.
(07:13:05) INFO: Build completed successfully, 305 total actions
(07:13:05) INFO: 
(07:13:05) INFO: Streaming build results to: https://fasterci.com/app/dashboard/fasterci/rules_gitops/D2cxLbCG1qbLSRK7vgJJ/57867de0-f8bc-4001-aff9-43085345b4e1
# bazel test -- //...
(07:13:05) INFO: Invocation ID: dff3572a-8495-48da-b3f8-37ae3d8c5984
(07:13:05) INFO: Streaming build results to: https://fasterci.com/app/dashboard/fasterci/rules_gitops/D2cxLbCG1qbLSRK7vgJJ/dff3572a-8495-48da-b3f8-37ae3d8c5984
(07:13:05) INFO: Options provided by the client:
  Inherited 'common' options: --isatty=0 --terminal_columns=80
(07:13:05) INFO: Reading rc options for 'test' from /fasterci/repo/.bazelrc:
  Inherited 'common' options: --enable_bzlmod
(07:13:05) INFO: Reading rc options for 'test' from /fasterci/.bazelrc:
  Inherited 'common' options: --show_timestamps --watchfs
(07:13:05) INFO: Reading rc options for 'test' from /fasterci/repo/.bazelrc:
  Inherited 'build' options: --nolegacy_external_runfiles --verbose_failures --@io_bazel_rules_go//go/config:pure
(07:13:05) INFO: Reading rc options for 'test' from /fasterci/.bazelrc:
  Inherited 'build' options: --announce_rc --incompatible_strict_action_env --action_env=PATH=/usr/local/bin:/bin:/usr/bin --repository_cache=~/.cache/repository_cache --remote_local_fallback --grpc_keepalive_time=30s --remote_cache=grpc://localhost:2345 --remote_proxy=unix:/tmp/periscope --bes_backend=grpc://localhost:2345 --bes_proxy=unix:/tmp/periscope --bes_results_url=https://fasterci.com/app/dashboard/fasterci/rules_gitops/D2cxLbCG1qbLSRK7vgJJ
(07:13:05) INFO: Reading rc options for 'test' from /fasterci/repo/.bazelrc:
  'test' options: --test_output=errors
(07:13:05) INFO: Current date is 2024-04-23
(07:13:05) Computing main repo mapping: 
(07:13:05) Loading: 
(07:13:05) Loading: 1 packages loaded
(07:13:06) Analyzing: 681 targets (516 packages loaded, 0 targets configured)
(07:13:06) Analyzing: 681 targets (516 packages loaded, 0 targets configured)
[0 / 0] checking cached actions
(07:13:07) Analyzing: 681 targets (603 packages loaded, 7527 targets configured)
[85 / 86] 3 / 3 tests; checking cached actions
(07:13:08) Analyzing: 681 targets (606 packages loaded, 19486 targets configured)
[214 / 595] 3 / 17 tests; [Prepa] Testing //skylib/kustomize/tests:write_all_13_test
(07:13:08) INFO: Analyzed 681 targets (606 packages loaded, 20895 targets configured).
(07:13:09) [1,300 / 1,483] 22 / 35 tests; Testing //skylib/kustomize/tests:write_all_6_test; 0s remote-cache, linux-sandbox ... (6 actions, 5 running)
(07:13:09) INFO: Found 646 targets and 35 test targets...
(07:13:09) INFO: Elapsed time: 4.427s, Critical Path: 0.70s
(07:13:09) INFO: 17 processes: 16 remote cache hit, 16 linux-sandbox.
(07:13:09) INFO: Build completed successfully, 17 total actions
(07:13:09) INFO: 
//examples/secrets:expected_results_0_test                      (cached) PASSED in 0.1s
//examples/secrets:expected_results_1_test                      (cached) PASSED in 0.2s
//gitops/bazel:go_default_test                                  (cached) PASSED in 0.0s
//gitops/commitmsg:go_default_test                              (cached) PASSED in 0.2s
//gitops/git/bitbucket:go_default_test                          (cached) PASSED in 0.2s
//gitops/git/gitlab:go_default_test                             (cached) PASSED in 0.0s
//gitops/testing:write_all_2_test                               (cached) PASSED in 0.1s
//resolver/pkg:go_default_test                                  (cached) PASSED in 0.0s
//skylib/kustomize/tests:has_namespace                          (cached) PASSED in 0.3s
//skylib/kustomize/tests:set_namespace_test                     (cached) PASSED in 0.4s
//skylib/kustomize/tests:write_all_0_test                       (cached) PASSED in 0.1s
//skylib/kustomize/tests:write_all_1_test                       (cached) PASSED in 0.1s
//skylib/tests:fork_join_test                                   (cached) PASSED in 0.3s
//skylib/tests/cloudrun:expected_results_test                   (cached) PASSED in 0.1s
//templating/fasttemplate:go_default_test                       (cached) PASSED in 0.2s
//testing/it_manifest_filter/pkg:go_default_test                (cached) PASSED in 0.0s
//testing/it_sidecar/client/test_callback:go_default_test       (cached) PASSED in 0.2s
//transitions/tests:test_arm                                    (cached) PASSED in 0.1s
//transitions/tests:test_x86                                    (cached) PASSED in 0.0s
//gitops/testing:write_all_0_test                                        PASSED in 0.1s
//gitops/testing:write_all_1_test                                        PASSED in 0.0s
//gitops/testing:write_all_3_test                                        PASSED in 0.2s
//skylib/kustomize/tests:write_all_10_test                               PASSED in 0.3s
//skylib/kustomize/tests:write_all_11_test                               PASSED in 0.2s
//skylib/kustomize/tests:write_all_12_test                               PASSED in 0.1s
//skylib/kustomize/tests:write_all_13_test                               PASSED in 0.1s
//skylib/kustomize/tests:write_all_14_test                               PASSED in 0.1s
//skylib/kustomize/tests:write_all_2_test                                PASSED in 0.1s
//skylib/kustomize/tests:write_all_3_test                                PASSED in 0.1s
//skylib/kustomize/tests:write_all_4_test                                PASSED in 0.2s
//skylib/kustomize/tests:write_all_5_test                                PASSED in 0.1s
//skylib/kustomize/tests:write_all_6_test                                PASSED in 0.3s
//skylib/kustomize/tests:write_all_7_test                                PASSED in 0.1s
//skylib/kustomize/tests:write_all_8_test                                PASSED in 0.2s
//skylib/kustomize/tests:write_all_9_test                                PASSED in 0.1s

Executed 16 out of 35 tests: 35 tests pass.
There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these are.
(07:13:09) INFO: Streaming build results to: https://fasterci.com/app/dashboard/fasterci/rules_gitops/D2cxLbCG1qbLSRK7vgJJ/dff3572a-8495-48da-b3f8-37ae3d8c5984
# bazel build -- //...
Starting local Bazel server and connecting to it...
(07:13:11) INFO: Invocation ID: 9cd7717a-94d0-4344-9221-66af8a3d78d9
(07:13:11) INFO: Streaming build results to: https://fasterci.com/app/dashboard/fasterci/rules_gitops/D2cxLbCG1qbLSRK7vgJJ/9cd7717a-94d0-4344-9221-66af8a3d78d9
(07:13:11) INFO: Options provided by the client:
  Inherited 'common' options: --isatty=0 --terminal_columns=80
(07:13:11) INFO: Reading rc options for 'build' from /fasterci/.bazelrc:
  Inherited 'common' options: --show_timestamps --watchfs
(07:13:11) INFO: Reading rc options for 'build' from /fasterci/repo/e2e/.bazelrc:
  'build' options: --action_env HOME --test_env HOME --nolegacy_external_runfiles --@io_bazel_rules_go//go/config:pure
(07:13:11) INFO: Reading rc options for 'build' from /fasterci/.bazelrc:
  'build' options: --announce_rc --incompatible_strict_action_env --action_env=PATH=/usr/local/bin:/bin:/usr/bin --repository_cache=~/.cache/repository_cache --remote_local_fallback --grpc_keepalive_time=30s --remote_cache=grpc://localhost:2345 --remote_proxy=unix:/tmp/periscope --bes_backend=grpc://localhost:2345 --bes_proxy=unix:/tmp/periscope --bes_results_url=https://fasterci.com/app/dashboard/fasterci/rules_gitops/D2cxLbCG1qbLSRK7vgJJ
(07:13:11) INFO: Current date is 2024-04-23
(07:13:11) Computing main repo mapping: 
(07:13:12) Computing main repo mapping: 
(07:13:13) Computing main repo mapping: 
(07:13:14) Loading: 
(07:13:14) Loading: 1 packages loaded
(07:13:15) Analyzing: 38 targets (3 packages loaded, 0 targets configured)
(07:13:15) Analyzing: 38 targets (3 packages loaded, 0 targets configured)
[0 / 1] checking cached actions
(07:13:16) Analyzing: 38 targets (79 packages loaded, 1777 targets configured)
[2 / 2] checking cached actions
(07:13:17) Analyzing: 38 targets (488 packages loaded, 4061 targets configured)
[2 / 2] checking cached actions
(07:13:18) Analyzing: 38 targets (555 packages loaded, 15791 targets configured)
[2 / 2] checking cached actions
(07:13:19) Analyzing: 38 targets (563 packages loaded, 18884 targets configured)
[6 / 38] checking cached actions
(07:13:19) INFO: Analyzed 38 targets (564 packages loaded, 18888 targets configured).
(07:13:20) [46 / 162] [Prepa] Writing repo mapping manifest for //helloworld:prod_east.show
(07:13:21) [129 / 631] Copying files to directory rules_oci~1.7.2~oci~go_image_static_single/layout; 0s local, remote-cache
(07:13:23) [179 / 631] [Prepa] OCI Image //helloworld:image
(07:13:24) [551 / 631] OCI Image //helloworld:image; 0s remote-cache, linux-sandbox ... (2 actions, 1 running)
(07:13:25) [620 / 631] OCI Image //helloworld:image; 2s remote-cache, linux-sandbox
(07:13:30) [621 / 631] [Prepa] Extracting digest from helloworld/image
(07:13:30) INFO: Found 38 targets...
(07:13:30) INFO: Elapsed time: 20.998s, Critical Path: 9.74s
(07:13:30) INFO: 65 processes: 2 remote cache hit, 57 internal, 4 linux-sandbox, 2 local.
(07:13:30) INFO: Build completed successfully, 65 total actions
(07:13:30) INFO: 
(07:13:31) INFO: Streaming build results to: https://fasterci.com/app/dashboard/fasterci/rules_gitops/D2cxLbCG1qbLSRK7vgJJ/9cd7717a-94d0-4344-9221-66af8a3d78d9
# bazel test --test_size_filters=-large,-enormous -- //...
(07:13:31) INFO: Invocation ID: d24f5608-e1dc-4c82-9260-5344e856f4b8
(07:13:31) INFO: Streaming build results to: https://fasterci.com/app/dashboard/fasterci/rules_gitops/D2cxLbCG1qbLSRK7vgJJ/d24f5608-e1dc-4c82-9260-5344e856f4b8
(07:13:31) INFO: Options provided by the client:
  Inherited 'common' options: --isatty=0 --terminal_columns=80
(07:13:31) INFO: Reading rc options for 'test' from /fasterci/.bazelrc:
  Inherited 'common' options: --show_timestamps --watchfs
(07:13:31) INFO: Reading rc options for 'test' from /fasterci/repo/e2e/.bazelrc:
  Inherited 'build' options: --action_env HOME --test_env HOME --nolegacy_external_runfiles --@io_bazel_rules_go//go/config:pure
(07:13:31) INFO: Reading rc options for 'test' from /fasterci/.bazelrc:
  Inherited 'build' options: --announce_rc --incompatible_strict_action_env --action_env=PATH=/usr/local/bin:/bin:/usr/bin --repository_cache=~/.cache/repository_cache --remote_local_fallback --grpc_keepalive_time=30s --remote_cache=grpc://localhost:2345 --remote_proxy=unix:/tmp/periscope --bes_backend=grpc://localhost:2345 --bes_proxy=unix:/tmp/periscope --bes_results_url=https://fasterci.com/app/dashboard/fasterci/rules_gitops/D2cxLbCG1qbLSRK7vgJJ
(07:13:32) INFO: Current date is 2024-04-23
(07:13:32) Computing main repo mapping: 
(07:13:32) Loading: 
(07:13:32) Loading: 1 packages loaded
(07:13:32) Analyzing: 38 targets (3 packages loaded, 0 targets configured)
(07:13:32) Analyzing: 38 targets (3 packages loaded, 0 targets configured)
[0 / 1] [Prepa] BazelWorkspaceStatusAction stable-status.txt
(07:13:33) Analyzing: 38 targets (524 packages loaded, 4321 targets configured)
[2 / 2] checking cached actions
(07:13:34) INFO: Analyzed 38 targets (564 packages loaded, 18888 targets configured).
(07:13:34) INFO: Found 37 targets and 1 test target...
(07:13:34) INFO: Elapsed time: 2.934s, Critical Path: 0.26s
(07:13:34) INFO: 1 process: 1 internal.
(07:13:34) INFO: Build completed successfully, 1 total action
(07:13:34) INFO: 
//helloworld:go_default_test                                    (cached) PASSED in 0.1s

Executed 0 out of 1 test: 1 test passes.
There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these are.
(07:13:34) INFO: Streaming build results to: https://fasterci.com/app/dashboard/fasterci/rules_gitops/D2cxLbCG1qbLSRK7vgJJ/d24f5608-e1dc-4c82-9260-5344e856f4b8
# bazel build --config=bzlmod -- //...
(07:13:34) INFO: Invocation ID: d161bac0-6f39-4465-b2b0-e9c9d502a46b
(07:13:34) INFO: Streaming build results to: https://fasterci.com/app/dashboard/fasterci/rules_gitops/D2cxLbCG1qbLSRK7vgJJ/d161bac0-6f39-4465-b2b0-e9c9d502a46b
(07:13:34) INFO: Options provided by the client:
  Inherited 'common' options: --isatty=0 --terminal_columns=80
(07:13:34) INFO: Reading rc options for 'build' from /fasterci/.bazelrc:
  Inherited 'common' options: --show_timestamps --watchfs
(07:13:34) INFO: Reading rc options for 'build' from /fasterci/repo/e2e/.bazelrc:
  'build' options: --action_env HOME --test_env HOME --nolegacy_external_runfiles --@io_bazel_rules_go//go/config:pure
(07:13:34) INFO: Reading rc options for 'build' from /fasterci/.bazelrc:
  'build' options: --announce_rc --incompatible_strict_action_env --action_env=PATH=/usr/local/bin:/bin:/usr/bin --repository_cache=~/.cache/repository_cache --remote_local_fallback --grpc_keepalive_time=30s --remote_cache=grpc://localhost:2345 --remote_proxy=unix:/tmp/periscope --bes_backend=grpc://localhost:2345 --bes_proxy=unix:/tmp/periscope --bes_results_url=https://fasterci.com/app/dashboard/fasterci/rules_gitops/D2cxLbCG1qbLSRK7vgJJ
(07:13:34) INFO: Found applicable config definition common:bzlmod in file /fasterci/repo/e2e/.bazelrc: --enable_bzlmod
(07:13:34) INFO: Current date is 2024-04-23
(07:13:34) Computing main repo mapping: 
(07:13:34) Loading: 
(07:13:34) Loading: 0 packages loaded
(07:13:34) Analyzing: 38 targets (0 packages loaded, 0 targets configured)
(07:13:34) Analyzing: 38 targets (0 packages loaded, 0 targets configured)
[0 / 1] [Prepa] BazelWorkspaceStatusAction stable-status.txt
(07:13:34) INFO: Analyzed 38 targets (0 packages loaded, 0 targets configured).
(07:13:34) INFO: Found 38 targets...
(07:13:34) INFO: Elapsed time: 0.320s, Critical Path: 0.01s
(07:13:34) INFO: 1 process: 1 internal.
(07:13:34) INFO: Build completed successfully, 1 total action
(07:13:34) INFO: 
(07:13:35) INFO: Streaming build results to: https://fasterci.com/app/dashboard/fasterci/rules_gitops/D2cxLbCG1qbLSRK7vgJJ/d161bac0-6f39-4465-b2b0-e9c9d502a46b
# bazel test --config=bzlmod --test_size_filters=-large,-enormous -- //...
(07:13:35) INFO: Invocation ID: a80fd4bd-e4bd-490f-95f6-b71dd13285d3
(07:13:35) INFO: Streaming build results to: https://fasterci.com/app/dashboard/fasterci/rules_gitops/D2cxLbCG1qbLSRK7vgJJ/a80fd4bd-e4bd-490f-95f6-b71dd13285d3
(07:13:35) INFO: Options provided by the client:
  Inherited 'common' options: --isatty=0 --terminal_columns=80
(07:13:35) INFO: Reading rc options for 'test' from /fasterci/.bazelrc:
  Inherited 'common' options: --show_timestamps --watchfs
(07:13:35) INFO: Reading rc options for 'test' from /fasterci/repo/e2e/.bazelrc:
  Inherited 'build' options: --action_env HOME --test_env HOME --nolegacy_external_runfiles --@io_bazel_rules_go//go/config:pure
(07:13:35) INFO: Reading rc options for 'test' from /fasterci/.bazelrc:
  Inherited 'build' options: --announce_rc --incompatible_strict_action_env --action_env=PATH=/usr/local/bin:/bin:/usr/bin --repository_cache=~/.cache/repository_cache --remote_local_fallback --grpc_keepalive_time=30s --remote_cache=grpc://localhost:2345 --remote_proxy=unix:/tmp/periscope --bes_backend=grpc://localhost:2345 --bes_proxy=unix:/tmp/periscope --bes_results_url=https://fasterci.com/app/dashboard/fasterci/rules_gitops/D2cxLbCG1qbLSRK7vgJJ
(07:13:35) INFO: Found applicable config definition common:bzlmod in file /fasterci/repo/e2e/.bazelrc: --enable_bzlmod
(07:13:35) INFO: Current date is 2024-04-23
(07:13:35) Computing main repo mapping: 
(07:13:35) Loading: 
(07:13:35) Loading: 0 packages loaded
(07:13:35) Analyzing: 38 targets (0 packages loaded, 0 targets configured)
(07:13:35) Analyzing: 38 targets (0 packages loaded, 0 targets configured)
[0 / 1] [Prepa] BazelWorkspaceStatusAction stable-status.txt
(07:13:35) INFO: Analyzed 38 targets (0 packages loaded, 0 targets configured).
(07:13:35) INFO: Found 37 targets and 1 test target...
(07:13:35) INFO: Elapsed time: 0.233s, Critical Path: 0.01s
(07:13:35) INFO: 1 process: 1 internal.
(07:13:35) INFO: Build completed successfully, 1 total action
(07:13:35) INFO: 
//helloworld:go_default_test                                    (cached) PASSED in 0.1s

Executed 0 out of 1 test: 1 test passes.
There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these are.
(07:13:35) INFO: Streaming build results to: https://fasterci.com/app/dashboard/fasterci/rules_gitops/D2cxLbCG1qbLSRK7vgJJ/a80fd4bd-e4bd-490f-95f6-b71dd13285d3
# bash -ec git status --porcelain
 M MODULE.bazel.lock
 M e2e/MODULE.bazel.lock