Default / f5ba7d8c-9a59-4641-8547-edc8ffdfe398

succeeded bazel build //...

root@ip-172-31-3-214.ec2.internal /work/src/cpp-tutorial/stage3 Bazel 9.2.0 started
branch=main ci=true commit=45bfd9d mode=cache run=1 team=trial user.project=cpp-tutorial wave=w1 workload=clean
Duration
7.3s
Targets
3
Tests
Actions
13
Cache hits
62%
Critical path
106ms
Execution log

Why did it run?

8 spawns: 8 remote cache hits · compared with the previous build

Why Mnemonic Target / output Runner Duration
cache hit CppCompile
//lib:hello-time
bazel-out/k8-fastbuild/bin/lib/_objs/hello-time/hello-time.pic.o
remote cache hit 54ms
cache hit CppCompile
//main:hello-greet
bazel-out/k8-fastbuild/bin/main/_objs/hello-greet/hello-greet.pic.o
remote cache hit 54ms
cache hit CppCompile
//main:hello-world
bazel-out/k8-fastbuild/bin/main/_objs/hello-world/hello-world.pic.o
remote cache hit 32ms
cache hit CppArchive
//main:hello-greet
bazel-out/k8-fastbuild/bin/main/libhello-greet.a
remote cache hit 15ms
cache hit CppLink
//main:hello-world
bazel-out/k8-fastbuild/bin/main/hello-world
remote cache hit 15ms
cache hit CppLink
//lib:hello-time
bazel-out/k8-fastbuild/bin/lib/libhello-time.so
remote cache hit 17ms
cache hit CppLink
//main:hello-greet
bazel-out/k8-fastbuild/bin/main/libhello-greet.so
remote cache hit 18ms
cache hit CppArchive
//lib:hello-time
bazel-out/k8-fastbuild/bin/lib/libhello-time.a
remote cache hit 18ms

Bazel reports failed actions by default; pass --build_event_publish_all_actions to see every action here.

Result Mnemonic Target / output Duration