Default / 0629817a-b268-41ee-898f-0b836d201692

succeeded bazel build //...

root@ip-172-31-77-79.ec2.internal /work/src/cpp-tutorial/stage3 Bazel 9.2.0 started
branch=main ci=true commit=45bfd9d mode=cache repo=cpp-tutorial run=1 team=trial wave=w3 workload=clean
Duration
6.9s
Targets
3
Tests
Actions
13
Cache hits
62%
Critical path
102ms
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
//main:hello-greet
bazel-out/k8-fastbuild/bin/main/_objs/hello-greet/hello-greet.pic.o
remote cache hit 52ms
cache hit CppCompile
//lib:hello-time
bazel-out/k8-fastbuild/bin/lib/_objs/hello-time/hello-time.pic.o
remote cache hit 49ms
cache hit CppCompile
//main:hello-world
bazel-out/k8-fastbuild/bin/main/_objs/hello-world/hello-world.pic.o
remote cache hit 47ms
cache hit CppLink
//lib:hello-time
bazel-out/k8-fastbuild/bin/lib/libhello-time.so
remote cache hit 15ms
cache hit CppArchive
//main:hello-greet
bazel-out/k8-fastbuild/bin/main/libhello-greet.a
remote cache hit 16ms
cache hit CppArchive
//lib:hello-time
bazel-out/k8-fastbuild/bin/lib/libhello-time.a
remote cache hit 15ms
cache hit CppLink
//main:hello-greet
bazel-out/k8-fastbuild/bin/main/libhello-greet.so
remote cache hit 23ms
cache hit CppLink
//main:hello-world
bazel-out/k8-fastbuild/bin/main/hello-world
remote cache hit 15ms

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

Result Mnemonic Target / output Duration