Default / 18c9f5a1-a094-4960-9b30-e1b073ae6888

succeeded bazel build //...

root@ip-172-31-72-114.ec2.internal /work/src/cpp-tutorial/stage3 Bazel 9.2.0 started
branch=main ci=true commit=45bfd9d mode=local run=1 team=trial user.project=cpp-tutorial wave=w1 workload=clean
Duration
7.6s
Targets
3
Tests
Actions
13
Cache hits
0%
Critical path
341ms
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
processwrapper-sandbox 195ms
new action CppArchive
//main:hello-greet
bazel-out/k8-fastbuild/bin/main/libhello-greet.a
processwrapper-sandbox 19ms
new action CppLink
//main:hello-greet
bazel-out/k8-fastbuild/bin/main/libhello-greet.so
processwrapper-sandbox 41ms
new action CppCompile
//lib:hello-time
bazel-out/k8-fastbuild/bin/lib/_objs/hello-time/hello-time.pic.o
processwrapper-sandbox 280ms
new action CppCompile
//main:hello-world
bazel-out/k8-fastbuild/bin/main/_objs/hello-world/hello-world.pic.o
processwrapper-sandbox 264ms
new action CppArchive
//lib:hello-time
bazel-out/k8-fastbuild/bin/lib/libhello-time.a
processwrapper-sandbox 24ms
new action CppLink
//main:hello-world
bazel-out/k8-fastbuild/bin/main/hello-world
processwrapper-sandbox 33ms
new action CppLink
//lib:hello-time
bazel-out/k8-fastbuild/bin/lib/libhello-time.so
processwrapper-sandbox 34ms

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

Result Mnemonic Target / output Duration