Default / 11fb60f6-72f1-4f5a-b6b2-f5a7fdba526e

succeeded bazel build //...

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

Why did it run?

8 spawns: 8 new actions · compared with the previous build

Why Mnemonic Target / output Runner Duration
new action CppCompile
//main:hello-greet
bazel-out/k8-fastbuild/bin/main/_objs/hello-greet/hello-greet.pic.o
remote 638ms
new action CppCompile
//lib:hello-time
bazel-out/k8-fastbuild/bin/lib/_objs/hello-time/hello-time.pic.o
remote 638ms
new action CppCompile
//main:hello-world
bazel-out/k8-fastbuild/bin/main/_objs/hello-world/hello-world.pic.o
remote 649ms
new action CppArchive
//lib:hello-time
bazel-out/k8-fastbuild/bin/lib/libhello-time.a
remote 411ms
new action CppLink
//lib:hello-time
bazel-out/k8-fastbuild/bin/lib/libhello-time.so
remote 452ms
new action CppLink
//main:hello-greet
bazel-out/k8-fastbuild/bin/main/libhello-greet.so
remote 531ms
new action CppArchive
//main:hello-greet
bazel-out/k8-fastbuild/bin/main/libhello-greet.a
remote 591ms
new action CppLink
//main:hello-world
bazel-out/k8-fastbuild/bin/main/hello-world
remote 657ms

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

Result Mnemonic Target / output Duration