+ bazelrc=bazel.rc
+ cat bazel.rc
build --extra_toolchains=//tools/toolchain:cc-toolchain-linux_k8_clang
build --compiler=clang
build --host_compiler=clang
build --crosstool_top=//tools/toolchain:cc-toolchain
build --host_crosstool_top=//tools/toolchain:host-cc-toolchain
build --platforms=//tools/toolchain:target_platform
build --host_platform=//tools/toolchain:host_platform
build --action_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
build --features=-static_libgcc
build --incompatible_strict_action_env
build --curses=no
build --color=no
build:remote --jobs=128
# Dynamic execution
#
# --config=dynamic-execution0 --experimental_spawn_scheduler with --local_cpu_resources=HOST_CPUS*0.75 --local_ram_resources=HOST_RAM*0.75
# --config=dynamic-execution1 Use the new dynamic scheduler
# --config=dynamic-execution2 Use the new dynamic scheduler and --experimental_local_lockfree_output
# --config=dynamic-execution3 Use the new dynamic scheduler and --experimental_local_lockfree_output and --experimental_local_execution_delay=1000
#
# Note that units of --experimental_local_execution_delay are milliseconds.
build:dynamic-execution0 --local_cpu_resources=HOST_CPUS*0.75
build:dynamic-execution0 --local_ram_resources=HOST_RAM*0.75
build:dynamic-execution0 --internal_spawn_scheduler
build:dynamic-execution0 --spawn_strategy=dynamic
build:dynamic-execution1 --config=dynamic-execution0
build:dynamic-execution1 --legacy_spawn_scheduler=false
build:dynamic-execution2 --config=dynamic-execution1
build:dynamic-execution2 --experimental_local_lockfree_output
build:dynamic-execution3 --config=dynamic-execution2
build:dynamic-execution3 --experimental_local_execution_delay=1000
+ startup=--bazelrc=bazel.rc
+ ./bazel.3.5.0 --bazelrc=bazel.rc clean
INFO: Starting clean (this may take a while). Consider using --async if the clean takes more than several minutes.
+ ./bazel.3.5.0 --bazelrc=bazel.rc build --verbose_failures --config=remote --config=dynamic-execution1 //atg/hello_world/cc:hello_world_test
INFO: Invocation ID: 2b7f70c8-860d-4a12-9cc9-de9e35f371d7
Loading:
Loading: 0 packages loaded
Analyzing: target //atg/hello_world/cc:hello_world_test (1 packages loaded, 0 targets configured)
INFO: Analyzed target //atg/hello_world/cc:hello_world_test (37 packages loaded, 4313 targets configured).
INFO: Found 1 target...
[0 / 1] [Prepa] BazelWorkspaceStatusAction stable-status.txt
WARNING: Reading from Remote Cache:
/home/dws/.cache/bazel/_bazel_dws/71d2c1360d0922685900f5826e324a56/execroot/__main__/bazel-out/k8-fastbuild/bin/external/gperftools/_objs/tcmalloc/malloc_extension.pic.d.tmp (No such file or directory)
WARNING: Reading from Remote Cache:
/home/dws/.cache/bazel/_bazel_dws/71d2c1360d0922685900f5826e324a56/execroot/__main__/bazel-out/k8-fastbuild/bin/external/gperftools/_objs/tcmalloc/thread_cache.pic.d.tmp (No such file or directory)
WARNING: Reading from Remote Cache:
/home/dws/.cache/bazel/_bazel_dws/71d2c1360d0922685900f5826e324a56/execroot/__main__/bazel-out/k8-fastbuild/bin/external/gperftools/_objs/tcmalloc/raw_printer.pic.d.tmp (No such file or directory)
WARNING: Reading from Remote Cache:
/home/dws/.cache/bazel/_bazel_dws/71d2c1360d0922685900f5826e324a56/execroot/__main__/bazel-out/k8-fastbuild/bin/external/gperftools/_objs/tcmalloc/symbolize.pic.d.tmp (No such file or directory)
WARNING: Reading from Remote Cache:
/home/dws/.cache/bazel/_bazel_dws/71d2c1360d0922685900f5826e324a56/execroot/__main__/bazel-out/k8-fastbuild/bin/external/gperftools/_objs/tcmalloc/central_freelist.pic.d.tmp (No such file or directory)
WARNING: Reading from Remote Cache:
/home/dws/.cache/bazel/_bazel_dws/71d2c1360d0922685900f5826e324a56/execroot/__main__/bazel-out/k8-fastbuild/bin/external/com_google_googletest/_objs/gtest/gtest-port.pic.d.tmp (No such file or directory)
ERROR: /home/dws/.cache/bazel/_bazel_dws/71d2c1360d0922685900f5826e324a56/external/gperftools/BUILD.bazel:10:11: C++ compilation of rule '@gperftools//:tcmalloc' failed (Exit 34): java.io.FileNotFoundException: /home/dws/.cache/bazel/_bazel_dws/71d2c1360d0922685900f5826e324a56/execroot/__main__/bazel-out/k8-fastbuild/bin/external/gperftools/_objs/tcmalloc/sysinfo.pic.d.tmp (No such file or directory)
at com.google.devtools.build.lib.unix.NativePosixFiles.lstat(Native Method)
at com.google.devtools.build.lib.unix.UnixFileSystem.statInternal(UnixFileSystem.java:186)
at com.google.devtools.build.lib.unix.UnixFileSystem.stat(UnixFileSystem.java:176)
at com.google.devtools.build.lib.vfs.Path.stat(Path.java:418)
at com.google.devtools.build.lib.vfs.FileSystemUtils.moveFile(FileSystemUtils.java:454)
at com.google.devtools.build.lib.remote.RemoteCache.moveOutputsToFinalLocation(RemoteCache.java:415)
at com.google.devtools.build.lib.remote.RemoteCache.download(RemoteCache.java:374)
at com.google.devtools.build.lib.remote.RemoteSpawnRunner.downloadAndFinalizeSpawnResult(RemoteSpawnRunner.java:440)
at com.google.devtools.build.lib.remote.RemoteSpawnRunner.exec(RemoteSpawnRunner.java:266)
at com.google.devtools.build.lib.exec.SpawnRunner.execAsync(SpawnRunner.java:240)
at com.google.devtools.build.lib.exec.AbstractSpawnStrategy.exec(AbstractSpawnStrategy.java:132)
at com.google.devtools.build.lib.dynamic.DynamicSpawnStrategy.runRemotely(DynamicSpawnStrategy.java:397)
at com.google.devtools.build.lib.dynamic.DynamicSpawnStrategy.access$400(DynamicSpawnStrategy.java:64)
at com.google.devtools.build.lib.dynamic.DynamicSpawnStrategy$2.callImpl(DynamicSpawnStrategy.java:298)
at com.google.devtools.build.lib.dynamic.DynamicSpawnStrategy$Branch.call(DynamicSpawnStrategy.java:471)
at com.google.devtools.build.lib.dynamic.DynamicSpawnStrategy$Branch.call(DynamicSpawnStrategy.java:408)
at com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:125)
at com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:57)
at com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:78)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
. Note: Remote connection/protocol failed with: execution failed java.io.FileNotFoundException: /home/dws/.cache/bazel/_bazel_dws/71d2c1360d0922685900f5826e324a56/execroot/__main__/bazel-out/k8-fastbuild/bin/external/gperftools/_objs/tcmalloc/sysinfo.pic.d.tmp (No such file or directory)
at com.google.devtools.build.lib.unix.NativePosixFiles.lstat(Native Method)
at com.google.devtools.build.lib.unix.UnixFileSystem.statInternal(UnixFileSystem.java:186)
at com.google.devtools.build.lib.unix.UnixFileSystem.stat(UnixFileSystem.java:176)
at com.google.devtools.build.lib.vfs.Path.stat(Path.java:418)
at com.google.devtools.build.lib.vfs.FileSystemUtils.moveFile(FileSystemUtils.java:454)
at com.google.devtools.build.lib.remote.RemoteCache.moveOutputsToFinalLocation(RemoteCache.java:415)
at com.google.devtools.build.lib.remote.RemoteCache.download(RemoteCache.java:374)
at com.google.devtools.build.lib.remote.RemoteSpawnRunner.downloadAndFinalizeSpawnResult(RemoteSpawnRunner.java:440)
at com.google.devtools.build.lib.remote.RemoteSpawnRunner.exec(RemoteSpawnRunner.java:266)
at com.google.devtools.build.lib.exec.SpawnRunner.execAsync(SpawnRunner.java:240)
at com.google.devtools.build.lib.exec.AbstractSpawnStrategy.exec(AbstractSpawnStrategy.java:132)
at com.google.devtools.build.lib.dynamic.DynamicSpawnStrategy.runRemotely(DynamicSpawnStrategy.java:397)
at com.google.devtools.build.lib.dynamic.DynamicSpawnStrategy.access$400(DynamicSpawnStrategy.java:64)
at com.google.devtools.build.lib.dynamic.DynamicSpawnStrategy$2.callImpl(DynamicSpawnStrategy.java:298)
at com.google.devtools.build.lib.dynamic.DynamicSpawnStrategy$Branch.call(DynamicSpawnStrategy.java:471)
at com.google.devtools.build.lib.dynamic.DynamicSpawnStrategy$Branch.call(DynamicSpawnStrategy.java:408)
at com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:125)
at com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:57)
at com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:78)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
WARNING: Reading from Remote Cache:
/home/dws/.cache/bazel/_bazel_dws/71d2c1360d0922685900f5826e324a56/execroot/__main__/bazel-out/k8-fastbuild/bin/external/gperftools/_objs/tcmalloc/fake_stacktrace_scope.pic.d.tmp (No such file or directory)
Target //atg/hello_world/cc:hello_world_test failed to build
INFO: Elapsed time: 2.172s, Critical Path: 0.85s
INFO: 2 processes: 2 remote cache hit.
FAILED: Build did NOT complete successfully
WARNING: Failed to delete contents of sandbox /home/dws/.cache/bazel/_bazel_dws/71d2c1360d0922685900f5826e324a56/sandbox: java.io.FileNotFoundException: unlinkat(/home/dws/.cache/bazel/_bazel_dws/71d2c1360d0922685900f5826e324a56/sandbox/linux-sandbox/570/execroot/__main__/external/sysroot/usr/include/linux/netfilter_arp) (No such file or directory)
FAILED: Build did NOT complete successfully