Default / a46551b3-486e-44e2-a977-d3706b88f419

succeeded bazel build //...

root@ip-172-31-11-19.ec2.internal /work/src/cpp-tutorial/stage3 Bazel 9.2.0 started
branch=main ci=true commit=45bfd9d mode=rbe repo=cpp-tutorial run=2 team=trial wave=w3 workload=clean
Duration
7.9s
Targets
3
Tests
Actions
13
Cache hits
62%
Critical path
150ms
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 59ms
cache hit CppCompile
//main:hello-greet
bazel-out/k8-fastbuild/bin/main/_objs/hello-greet/hello-greet.pic.o
remote cache hit 59ms
cache hit CppCompile
//main:hello-world
bazel-out/k8-fastbuild/bin/main/_objs/hello-world/hello-world.pic.o
remote cache hit 81ms
cache hit CppArchive
//lib:hello-time
bazel-out/k8-fastbuild/bin/lib/libhello-time.a
remote cache hit 14ms
cache hit CppLink
//lib:hello-time
bazel-out/k8-fastbuild/bin/lib/libhello-time.so
remote cache hit 16ms
cache hit CppArchive
//main:hello-greet
bazel-out/k8-fastbuild/bin/main/libhello-greet.a
remote cache hit 16ms
cache hit CppLink
//main:hello-greet
bazel-out/k8-fastbuild/bin/main/libhello-greet.so
remote cache hit 18ms
cache hit CppLink
//main:hello-world
bazel-out/k8-fastbuild/bin/main/hello-world
remote cache hit 54ms

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

Result Mnemonic Target / output Duration