[llvm] [llvm-calc-occupancy] Add an AMDGPU occupancy calculator tool (PR #208727)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 30 06:33:18 PDT 2026
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `sanitizer-x86_64-linux-qemu` running on `sanitizer-buildbot3` while building `llvm` at step 2 "annotate".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/139/builds/35484
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 2 (annotate) failure: 'python ../sanitizer_buildbot/sanitizers/zorg/buildbot/builders/sanitizers/buildbot_selector.py' (failure)
...
[6857/6968] Linking CXX executable bin/llvm-mca
[6858/6968] Linking CXX executable bin/llvm-nm
[6859/6968] Linking CXX executable bin/sancov
[6860/6968] Linking CXX executable bin/llvm-cfi-verify
[6861/6968] Linking CXX executable bin/llvm-debuginfo-analyzer
[6862/6968] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/llvm-reduce.cpp.o
[6863/6968] Building CXX object tools/llvm-isel-fuzzer/CMakeFiles/llvm-isel-fuzzer.dir/llvm-isel-fuzzer.cpp.o
[6864/6968] Building CXX object tools/llvm-mc/CMakeFiles/llvm-mc.dir/llvm-mc.cpp.o
[6865/6968] Linking CXX executable bin/llvm-mc
[6866/6968] Building CXX object tools/llvm-calc-occupancy/CMakeFiles/llvm-calc-occupancy.dir/llvm-calc-occupancy.cpp.o
FAILED: [code=1] tools/llvm-calc-occupancy/CMakeFiles/llvm-calc-occupancy.dir/llvm-calc-occupancy.cpp.o
CCACHE_CPP2=yes CCACHE_HASHDIR=yes CCACHE_SLOPPINESS=pch_defines,time_macros /usr/bin/ccache /home/b/sanitizer-x86_64-linux-qemu/build/llvm_build0/bin/clang++ -DLLVM_BUILD_STATIC -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_host/tools/llvm-calc-occupancy -I/home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/tools/llvm-calc-occupancy -I/home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_host/include -I/home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/include -I/home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/lib/Target/AMDGPU -I/home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_host/lib/Target/AMDGPU -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -O3 -DNDEBUG -std=c++17 -UNDEBUG -fno-exceptions -funwind-tables -fno-rtti -MD -MT tools/llvm-calc-occupancy/CMakeFiles/llvm-calc-occupancy.dir/llvm-calc-occupancy.cpp.o -MF tools/llvm-calc-occupancy/CMakeFiles/llvm-calc-occupancy.dir/llvm-calc-occupancy.cpp.o.d -o tools/llvm-calc-occupancy/CMakeFiles/llvm-calc-occupancy.dir/llvm-calc-occupancy.cpp.o -c /home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/tools/llvm-calc-occupancy/llvm-calc-occupancy.cpp
/home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/tools/llvm-calc-occupancy/llvm-calc-occupancy.cpp:229:41: error: no member named 'getAddressableNumSGPRs' in namespace 'llvm::AMDGPU::IsaInfo'; did you mean 'getAddressableNumVGPRs'?
229 | unsigned AddrSGPRs = AMDGPU::IsaInfo::getAddressableNumSGPRs(STI);
| ^~~~~~~~~~~~~~~~~~~~~~
| getAddressableNumVGPRs
/home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h:281:10: note: 'getAddressableNumVGPRs' declared here
281 | unsigned getAddressableNumVGPRs(const MCSubtargetInfo &STI,
| ^
/home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/tools/llvm-calc-occupancy/llvm-calc-occupancy.cpp:229:67: error: too few arguments to function call, expected 2, have 1
229 | unsigned AddrSGPRs = AMDGPU::IsaInfo::getAddressableNumSGPRs(STI);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
/home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h:281:10: note: 'getAddressableNumVGPRs' declared here
281 | unsigned getAddressableNumVGPRs(const MCSubtargetInfo &STI,
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
282 | unsigned DynamicVGPRBlockSize);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[6867/6968] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAlwaysInlinePass.cpp.o
[6868/6968] Building CXX object tools/llc/CMakeFiles/llc.dir/llc.cpp.o
[6869/6968] Building CXX object tools/llvm-ir2vec/CMakeFiles/llvm-ir2vec.dir/llvm-ir2vec.cpp.o
[6870/6968] Building CXX object tools/llvm-opt-fuzzer/CMakeFiles/llvm-opt-fuzzer.dir/llvm-opt-fuzzer.cpp.o
[6871/6968] Building CXX object tools/clang/tools/driver/CMakeFiles/clang.dir/driver.cpp.o
[6872/6968] Building CXX object tools/lto/CMakeFiles/LTO.dir/lto.cpp.o
[6873/6968] Building CXX object tools/llc/CMakeFiles/llc.dir/NewPMDriver.cpp.o
[6874/6968] Building CXX object tools/opt/CMakeFiles/LLVMOptDriver.dir/optdriver.cpp.o
[6875/6968] Building CXX object tools/clang/tools/clang-check/CMakeFiles/clang-check.dir/ClangCheck.cpp.o
[6876/6968] Building CXX object tools/clang/tools/clang-sycl-linker/CMakeFiles/clang-sycl-linker.dir/ClangSYCLLinker.cpp.o
[6877/6968] Building CXX object tools/llvm-lto2/CMakeFiles/llvm-lto2.dir/llvm-lto2.cpp.o
[6878/6968] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexCodeCompletion.cpp.o
[6879/6968] Building CXX object tools/clang/tools/clang-extdef-mapping/CMakeFiles/clang-extdef-mapping.dir/ClangExtDefMapGen.cpp.o
[6880/6968] Building CXX object tools/llvm-lto/CMakeFiles/llvm-lto.dir/llvm-lto.cpp.o
[6881/6968] Building CXX object tools/clang/tools/clang-nvlink-wrapper/CMakeFiles/clang-nvlink-wrapper.dir/ClangNVLinkWrapper.cpp.o
[6882/6968] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/ReducerWorkItem.cpp.o
[6883/6968] Building CXX object tools/clang/tools/driver/CMakeFiles/clang.dir/cc1_main.cpp.o
[6884/6968] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/Indexing.cpp.o
[6885/6968] Building CXX object tools/clang/tools/c-index-test/CMakeFiles/c-index-test.dir/core_main.cpp.o
[6886/6968] Building CXX object tools/clang/tools/clang-repl/CMakeFiles/clang-repl.dir/ClangRepl.cpp.o
[6887/6968] Building CXX object tools/clang/tools/clang-linker-wrapper/CMakeFiles/clang-linker-wrapper.dir/ClangLinkerWrapper.cpp.o
Step 8 (build host clang) failure: build host clang (failure)
...
[6857/6968] Linking CXX executable bin/llvm-mca
[6858/6968] Linking CXX executable bin/llvm-nm
[6859/6968] Linking CXX executable bin/sancov
[6860/6968] Linking CXX executable bin/llvm-cfi-verify
[6861/6968] Linking CXX executable bin/llvm-debuginfo-analyzer
[6862/6968] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/llvm-reduce.cpp.o
[6863/6968] Building CXX object tools/llvm-isel-fuzzer/CMakeFiles/llvm-isel-fuzzer.dir/llvm-isel-fuzzer.cpp.o
[6864/6968] Building CXX object tools/llvm-mc/CMakeFiles/llvm-mc.dir/llvm-mc.cpp.o
[6865/6968] Linking CXX executable bin/llvm-mc
[6866/6968] Building CXX object tools/llvm-calc-occupancy/CMakeFiles/llvm-calc-occupancy.dir/llvm-calc-occupancy.cpp.o
FAILED: [code=1] tools/llvm-calc-occupancy/CMakeFiles/llvm-calc-occupancy.dir/llvm-calc-occupancy.cpp.o
CCACHE_CPP2=yes CCACHE_HASHDIR=yes CCACHE_SLOPPINESS=pch_defines,time_macros /usr/bin/ccache /home/b/sanitizer-x86_64-linux-qemu/build/llvm_build0/bin/clang++ -DLLVM_BUILD_STATIC -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_host/tools/llvm-calc-occupancy -I/home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/tools/llvm-calc-occupancy -I/home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_host/include -I/home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/include -I/home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/lib/Target/AMDGPU -I/home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_host/lib/Target/AMDGPU -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -O3 -DNDEBUG -std=c++17 -UNDEBUG -fno-exceptions -funwind-tables -fno-rtti -MD -MT tools/llvm-calc-occupancy/CMakeFiles/llvm-calc-occupancy.dir/llvm-calc-occupancy.cpp.o -MF tools/llvm-calc-occupancy/CMakeFiles/llvm-calc-occupancy.dir/llvm-calc-occupancy.cpp.o.d -o tools/llvm-calc-occupancy/CMakeFiles/llvm-calc-occupancy.dir/llvm-calc-occupancy.cpp.o -c /home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/tools/llvm-calc-occupancy/llvm-calc-occupancy.cpp
/home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/tools/llvm-calc-occupancy/llvm-calc-occupancy.cpp:229:41: error: no member named 'getAddressableNumSGPRs' in namespace 'llvm::AMDGPU::IsaInfo'; did you mean 'getAddressableNumVGPRs'?
229 | unsigned AddrSGPRs = AMDGPU::IsaInfo::getAddressableNumSGPRs(STI);
| ^~~~~~~~~~~~~~~~~~~~~~
| getAddressableNumVGPRs
/home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h:281:10: note: 'getAddressableNumVGPRs' declared here
281 | unsigned getAddressableNumVGPRs(const MCSubtargetInfo &STI,
| ^
/home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/tools/llvm-calc-occupancy/llvm-calc-occupancy.cpp:229:67: error: too few arguments to function call, expected 2, have 1
229 | unsigned AddrSGPRs = AMDGPU::IsaInfo::getAddressableNumSGPRs(STI);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
/home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h:281:10: note: 'getAddressableNumVGPRs' declared here
281 | unsigned getAddressableNumVGPRs(const MCSubtargetInfo &STI,
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
282 | unsigned DynamicVGPRBlockSize);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[6867/6968] Building CXX object lib/Target/AMDGPU/CMakeFiles/LLVMAMDGPUCodeGen.dir/AMDGPUAlwaysInlinePass.cpp.o
[6868/6968] Building CXX object tools/llc/CMakeFiles/llc.dir/llc.cpp.o
[6869/6968] Building CXX object tools/llvm-ir2vec/CMakeFiles/llvm-ir2vec.dir/llvm-ir2vec.cpp.o
[6870/6968] Building CXX object tools/llvm-opt-fuzzer/CMakeFiles/llvm-opt-fuzzer.dir/llvm-opt-fuzzer.cpp.o
[6871/6968] Building CXX object tools/clang/tools/driver/CMakeFiles/clang.dir/driver.cpp.o
[6872/6968] Building CXX object tools/lto/CMakeFiles/LTO.dir/lto.cpp.o
[6873/6968] Building CXX object tools/llc/CMakeFiles/llc.dir/NewPMDriver.cpp.o
[6874/6968] Building CXX object tools/opt/CMakeFiles/LLVMOptDriver.dir/optdriver.cpp.o
[6875/6968] Building CXX object tools/clang/tools/clang-check/CMakeFiles/clang-check.dir/ClangCheck.cpp.o
[6876/6968] Building CXX object tools/clang/tools/clang-sycl-linker/CMakeFiles/clang-sycl-linker.dir/ClangSYCLLinker.cpp.o
[6877/6968] Building CXX object tools/llvm-lto2/CMakeFiles/llvm-lto2.dir/llvm-lto2.cpp.o
[6878/6968] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/CIndexCodeCompletion.cpp.o
[6879/6968] Building CXX object tools/clang/tools/clang-extdef-mapping/CMakeFiles/clang-extdef-mapping.dir/ClangExtDefMapGen.cpp.o
[6880/6968] Building CXX object tools/llvm-lto/CMakeFiles/llvm-lto.dir/llvm-lto.cpp.o
[6881/6968] Building CXX object tools/clang/tools/clang-nvlink-wrapper/CMakeFiles/clang-nvlink-wrapper.dir/ClangNVLinkWrapper.cpp.o
[6882/6968] Building CXX object tools/llvm-reduce/CMakeFiles/llvm-reduce.dir/ReducerWorkItem.cpp.o
[6883/6968] Building CXX object tools/clang/tools/driver/CMakeFiles/clang.dir/cc1_main.cpp.o
[6884/6968] Building CXX object tools/clang/tools/libclang/CMakeFiles/libclang.dir/Indexing.cpp.o
[6885/6968] Building CXX object tools/clang/tools/c-index-test/CMakeFiles/c-index-test.dir/core_main.cpp.o
[6886/6968] Building CXX object tools/clang/tools/clang-repl/CMakeFiles/clang-repl.dir/ClangRepl.cpp.o
[6887/6968] Building CXX object tools/clang/tools/clang-linker-wrapper/CMakeFiles/clang-linker-wrapper.dir/ClangLinkerWrapper.cpp.o
Step 11 (scudo x86_64) failure: scudo x86_64 (failure)
...
No CMAKE_ASM_COMPILER could be found.
Tell CMake where to find the compiler by setting either the environment
variable "ASM" or the CMake cache entry CMAKE_ASM_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
-- Configuring incomplete, errors occurred!
+ ninja install-scudo_standalone
ninja: error: loading 'build.ninja': No such file or directory
+ ninja check-scudo_standalone
ninja: error: loading 'build.ninja': No such file or directory
+ exit 3
+ [[ x86_64 =~ mips.* ]]
+ [[ x86_64 =~ powerpc.* ]]
+ build_failure
+ echo
+ echo 'How to reproduce locally: https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild'
+ echo
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ sleep 5
How to reproduce locally: https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ sleep 5
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ sleep 5
+ buildbot_build
+ [[ '' != 1 ]]
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ for B in $SCUDO_BUILDS
+ run_scudo_tests x86_64_qemu
+ local name=x86_64_qemu
+ local out_dir=llvm_build2_x86_64_qemu
+ build_step 'scudo x86_64_qemu'
+ echo '@@@BUILD_STEP scudo x86_64_qemu@@@'
+ CURRENT_STEP='scudo x86_64_qemu'
Step 12 (scudo x86_64_qemu) failure: scudo x86_64_qemu (failure)
...
No CMAKE_ASM_COMPILER could be found.
Tell CMake where to find the compiler by setting either the environment
variable "ASM" or the CMake cache entry CMAKE_ASM_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
-- Configuring incomplete, errors occurred!
+ ninja install-scudo_standalone
ninja: error: loading 'build.ninja': No such file or directory
+ ninja check-scudo_standalone
ninja: error: loading 'build.ninja': No such file or directory
+ exit 3
+ [[ x86_64_qemu =~ mips.* ]]
+ [[ x86_64_qemu =~ powerpc.* ]]
+ build_failure
+ echo
+ echo 'How to reproduce locally: https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild'
+ echo
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ sleep 5
How to reproduce locally: https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ sleep 5
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ sleep 5
+ buildbot_build
+ [[ '' != 1 ]]
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ for B in $SCUDO_BUILDS
+ run_scudo_tests aarch64_qemu
+ local name=aarch64_qemu
+ local out_dir=llvm_build2_aarch64_qemu
+ build_step 'scudo aarch64_qemu'
+ echo '@@@BUILD_STEP scudo aarch64_qemu@@@'
+ CURRENT_STEP='scudo aarch64_qemu'
Step 13 (scudo aarch64_qemu) failure: scudo aarch64_qemu (failure)
...
Tell CMake where to find the compiler by setting either the environment
variable "ASM" or the CMake cache entry CMAKE_ASM_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
-- Configuring incomplete, errors occurred!
+ ninja install-scudo_standalone
ninja: error: loading 'build.ninja': No such file or directory
+ ninja check-scudo_standalone
ninja: error: loading 'build.ninja': No such file or directory
+ exit 3
+ [[ aarch64_qemu =~ mips.* ]]
+ [[ aarch64_qemu =~ powerpc.* ]]
+ build_failure
+ echo
+ echo 'How to reproduce locally: https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild'
How to reproduce locally: https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild
+ echo
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ sleep 5
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ sleep 5
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ sleep 5
+ buildbot_build
+ [[ '' != 1 ]]
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ for B in $SCUDO_BUILDS
+ run_scudo_tests aarch64_qemu_cortex-a72
+ local name=aarch64_qemu_cortex-a72
+ local out_dir=llvm_build2_aarch64_qemu_cortex-a72
+ build_step 'scudo aarch64_qemu_cortex-a72'
+ echo '@@@BUILD_STEP scudo aarch64_qemu_cortex-a72@@@'
+ CURRENT_STEP='scudo aarch64_qemu_cortex-a72'
+ cd llvm_build2_aarch64_qemu_cortex-a72
+ cat configure.log
Step 14 (scudo aarch64_qemu_cortex-a72) failure: scudo aarch64_qemu_cortex-a72 (failure)
...
No CMAKE_ASM_COMPILER could be found.
Tell CMake where to find the compiler by setting either the environment
variable "ASM" or the CMake cache entry CMAKE_ASM_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
-- Configuring incomplete, errors occurred!
+ ninja install-scudo_standalone
ninja: error: loading 'build.ninja': No such file or directory
+ ninja check-scudo_standalone
ninja: error: loading 'build.ninja': No such file or directory
+ exit 3
+ [[ aarch64_qemu_cortex-a72 =~ mips.* ]]
+ [[ aarch64_qemu_cortex-a72 =~ powerpc.* ]]
+ build_failure
+ echo
How to reproduce locally: https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild
+ echo 'How to reproduce locally: https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild'
+ echo
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ sleep 5
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ sleep 5
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ sleep 5
+ buildbot_build
+ [[ '' != 1 ]]
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ for B in $SCUDO_BUILDS
+ run_scudo_tests mips_qemu
+ local name=mips_qemu
+ local out_dir=llvm_build2_mips_qemu
+ build_step 'scudo mips_qemu'
+ echo '@@@BUILD_STEP scudo mips_qemu@@@'
+ CURRENT_STEP='scudo mips_qemu'
Step 20 (scudo debug_x86_64) failure: scudo debug_x86_64 (failure)
...
No CMAKE_ASM_COMPILER could be found.
Tell CMake where to find the compiler by setting either the environment
variable "ASM" or the CMake cache entry CMAKE_ASM_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
-- Configuring incomplete, errors occurred!
+ ninja install-scudo_standalone
ninja: error: loading 'build.ninja': No such file or directory
+ ninja check-scudo_standalone
ninja: error: loading 'build.ninja': No such file or directory
+ exit 3
+ [[ debug_x86_64 =~ mips.* ]]
+ [[ debug_x86_64 =~ powerpc.* ]]
+ build_failure
+ echo
+ echo 'How to reproduce locally: https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild'
+ echo
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ sleep 5
How to reproduce locally: https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ sleep 5
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ sleep 5
+ buildbot_build
+ [[ '' != 1 ]]
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ for B in $SCUDO_BUILDS
+ run_scudo_tests debug_x86_64_qemu
+ local name=debug_x86_64_qemu
+ local out_dir=llvm_build2_debug_x86_64_qemu
+ build_step 'scudo debug_x86_64_qemu'
+ echo '@@@BUILD_STEP scudo debug_x86_64_qemu@@@'
+ CURRENT_STEP='scudo debug_x86_64_qemu'
Step 21 (scudo debug_x86_64_qemu) failure: scudo debug_x86_64_qemu (failure)
...
Tell CMake where to find the compiler by setting either the environment
variable "ASM" or the CMake cache entry CMAKE_ASM_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
-- Configuring incomplete, errors occurred!
+ ninja install-scudo_standalone
ninja: error: loading 'build.ninja': No such file or directory
+ ninja check-scudo_standalone
ninja: error: loading 'build.ninja': No such file or directory
+ exit 3
+ [[ debug_x86_64_qemu =~ mips.* ]]
+ [[ debug_x86_64_qemu =~ powerpc.* ]]
+ build_failure
+ echo
+ echo 'How to reproduce locally: https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild'
+ echo
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ sleep 5
How to reproduce locally: https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ sleep 5
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ sleep 5
+ buildbot_build
+ [[ '' != 1 ]]
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ for B in $SCUDO_BUILDS
+ run_scudo_tests debug_aarch64_qemu
+ local name=debug_aarch64_qemu
+ local out_dir=llvm_build2_debug_aarch64_qemu
+ build_step 'scudo debug_aarch64_qemu'
+ echo '@@@BUILD_STEP scudo debug_aarch64_qemu@@@'
+ CURRENT_STEP='scudo debug_aarch64_qemu'
+ cd llvm_build2_debug_aarch64_qemu
+ cat configure.log
Step 22 (scudo debug_aarch64_qemu) failure: scudo debug_aarch64_qemu (failure)
...
No CMAKE_ASM_COMPILER could be found.
Tell CMake where to find the compiler by setting either the environment
variable "ASM" or the CMake cache entry CMAKE_ASM_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
-- Configuring incomplete, errors occurred!
+ ninja install-scudo_standalone
ninja: error: loading 'build.ninja': No such file or directory
+ ninja check-scudo_standalone
ninja: error: loading 'build.ninja': No such file or directory
+ exit 3
+ [[ debug_aarch64_qemu =~ mips.* ]]
+ [[ debug_aarch64_qemu =~ powerpc.* ]]
+ build_failure
+ echo
+ echo 'How to reproduce locally: https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild'
+ echo
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ sleep 5
How to reproduce locally: https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ sleep 5
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ sleep 5
+ buildbot_build
+ [[ '' != 1 ]]
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ for B in $SCUDO_BUILDS
+ run_scudo_tests debug_aarch64_qemu_cortex-a72
+ local name=debug_aarch64_qemu_cortex-a72
+ local out_dir=llvm_build2_debug_aarch64_qemu_cortex-a72
+ build_step 'scudo debug_aarch64_qemu_cortex-a72'
+ echo '@@@BUILD_STEP scudo debug_aarch64_qemu_cortex-a72@@@'
+ CURRENT_STEP='scudo debug_aarch64_qemu_cortex-a72'
Step 23 (scudo debug_aarch64_qemu_cortex-a72) failure: scudo debug_aarch64_qemu_cortex-a72 (failure)
...
No CMAKE_ASM_COMPILER could be found.
Tell CMake where to find the compiler by setting either the environment
variable "ASM" or the CMake cache entry CMAKE_ASM_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
-- Configuring incomplete, errors occurred!
+ ninja install-scudo_standalone
ninja: error: loading 'build.ninja': No such file or directory
+ ninja check-scudo_standalone
ninja: error: loading 'build.ninja': No such file or directory
+ exit 3
+ [[ debug_aarch64_qemu_cortex-a72 =~ mips.* ]]
+ [[ debug_aarch64_qemu_cortex-a72 =~ powerpc.* ]]
+ build_failure
+ echo
+ echo 'How to reproduce locally: https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild'
+ echo
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ sleep 5
How to reproduce locally: https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ sleep 5
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ sleep 5
+ buildbot_build
+ [[ '' != 1 ]]
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ for B in $SCUDO_BUILDS
+ run_scudo_tests debug_mips_qemu
+ local name=debug_mips_qemu
+ local out_dir=llvm_build2_debug_mips_qemu
+ build_step 'scudo debug_mips_qemu'
+ echo '@@@BUILD_STEP scudo debug_mips_qemu@@@'
+ CURRENT_STEP='scudo debug_mips_qemu'
```
</details>
https://github.com/llvm/llvm-project/pull/208727
More information about the llvm-commits
mailing list