[clang] [llvm] [RISCV] Add Qualcomm uC Xqcisync (Sync Delay) extension (PR #132184)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 21 19:39:22 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `sanitizer-x86_64-linux-qemu` running on `sanitizer-buildbot3` while building `clang,llvm` at step 2 "annotate".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/139/builds/12429
<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)
...
[5806/6410] Building AMDGPUGenGlobalISel.inc...
[5807/6410] Linking CXX executable bin/clang-import-test
[5808/6410] Building AMDGPUGenAsmWriter.inc...
[5809/6410] Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMatInt.cpp.o
[5810/6410] Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMCObjectFileInfo.cpp.o
[5811/6410] Building AMDGPUGenDAGISel.inc...
[5812/6410] Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVInstPrinter.cpp.o
[5813/6410] Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVELFObjectWriter.cpp.o
[5814/6410] Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMCExpr.cpp.o
[5815/6410] Building CXX object lib/Target/RISCV/AsmParser/CMakeFiles/LLVMRISCVAsmParser.dir/RISCVAsmParser.cpp.o
FAILED: lib/Target/RISCV/AsmParser/CMakeFiles/LLVMRISCVAsmParser.dir/RISCVAsmParser.cpp.o
CCACHE_CPP2=yes CCACHE_HASHDIR=yes /usr/bin/ccache /home/b/sanitizer-x86_64-linux-qemu/build/llvm_build0/bin/clang++ -DGTEST_HAS_RTTI=0 -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_host/lib/Target/RISCV/AsmParser -I/home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/lib/Target/RISCV/AsmParser -I/home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/lib/Target/RISCV -I/home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_host/lib/Target/RISCV -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 -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 -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -O3 -DNDEBUG -std=c++17 -fvisibility=hidden -fno-exceptions -funwind-tables -fno-rtti -UNDEBUG -MD -MT lib/Target/RISCV/AsmParser/CMakeFiles/LLVMRISCVAsmParser.dir/RISCVAsmParser.cpp.o -MF lib/Target/RISCV/AsmParser/CMakeFiles/LLVMRISCVAsmParser.dir/RISCVAsmParser.cpp.o.d -o lib/Target/RISCV/AsmParser/CMakeFiles/LLVMRISCVAsmParser.dir/RISCVAsmParser.cpp.o -c /home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
/home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp:778:5: error: no type named 'VariantKind' in 'llvm::RISCVMCExpr'; did you mean 'llvm::MCSymbolRefExpr::VariantKind'?
778 | RISCVMCExpr::VariantKind VK = RISCVMCExpr::VK_None;
| ^~~~~~~~~~~~~~~~~~~~~~~~
| llvm::MCSymbolRefExpr::VariantKind
/home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/include/llvm/MC/MCExpr.h:196:8: note: 'llvm::MCSymbolRefExpr::VariantKind' declared here
196 | enum VariantKind : uint16_t {
| ^
/home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp:778:30: error: cannot initialize a variable of type 'llvm::MCSymbolRefExpr::VariantKind' with an rvalue of type 'llvm::RISCVMCExpr::Specifier'
778 | RISCVMCExpr::VariantKind VK = RISCVMCExpr::VK_None;
| ^ ~~~~~~~~~~~~~~~~~~~~
/home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp:780:61: error: non-const lvalue reference to type 'RISCVMCExpr::Specifier' cannot bind to a value of unrelated type 'llvm::MCSymbolRefExpr::VariantKind'
780 | bool IsConstantImm = evaluateConstantImm(getImm(), Imm, VK);
| ^~
/home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp:518:59: note: passing argument to parameter 'VK' here
518 | RISCVMCExpr::Specifier &VK) {
| ^
/home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp:784:15: warning: comparison of different enumeration types ('llvm::MCSymbolRefExpr::VariantKind' and 'llvm::RISCVMCExpr::Specifier') [-Wenum-compare]
784 | VK == RISCVMCExpr::VK_None;
| ~~ ^ ~~~~~~~~~~~~~~~~~~~~
1 warning and 3 errors generated.
[5816/6410] Building AMDGPUGenAsmMatcher.inc...
[5817/6410] Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVBaseInfo.cpp.o
[5818/6410] Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVELFStreamer.cpp.o
[5819/6410] Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMCCodeEmitter.cpp.o
[5820/6410] Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVAsmBackend.cpp.o
[5821/6410] Building CXX object lib/Target/RISCV/MCA/CMakeFiles/LLVMRISCVTargetMCA.dir/RISCVCustomBehaviour.cpp.o
[5822/6410] Building CXX object tools/llvm-exegesis/lib/RISCV/CMakeFiles/LLVMExegesisRISCV.dir/RISCVExegesisPostprocessing.cpp.o
[5823/6410] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVSelectionDAGInfo.cpp.o
[5824/6410] Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVTargetStreamer.cpp.o
[5825/6410] Building AMDGPUGenInstrInfo.inc...
[5826/6410] Building CXX object lib/Target/RISCV/Disassembler/CMakeFiles/LLVMRISCVDisassembler.dir/RISCVDisassembler.cpp.o
[5827/6410] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVPostRAExpandPseudoInsts.cpp.o
[5828/6410] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVMachineFunctionInfo.cpp.o
[5829/6410] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVRedundantCopyElimination.cpp.o
[5830/6410] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVInsertReadWriteCSR.cpp.o
[5831/6410] Building AMDGPUGenRegisterBank.inc...
[5832/6410] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVIndirectBranchTracking.cpp.o
Step 8 (build host clang) failure: build host clang (failure)
...
[5806/6410] Building AMDGPUGenGlobalISel.inc...
[5807/6410] Linking CXX executable bin/clang-import-test
[5808/6410] Building AMDGPUGenAsmWriter.inc...
[5809/6410] Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMatInt.cpp.o
[5810/6410] Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMCObjectFileInfo.cpp.o
[5811/6410] Building AMDGPUGenDAGISel.inc...
[5812/6410] Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVInstPrinter.cpp.o
[5813/6410] Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVELFObjectWriter.cpp.o
[5814/6410] Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMCExpr.cpp.o
[5815/6410] Building CXX object lib/Target/RISCV/AsmParser/CMakeFiles/LLVMRISCVAsmParser.dir/RISCVAsmParser.cpp.o
FAILED: lib/Target/RISCV/AsmParser/CMakeFiles/LLVMRISCVAsmParser.dir/RISCVAsmParser.cpp.o
CCACHE_CPP2=yes CCACHE_HASHDIR=yes /usr/bin/ccache /home/b/sanitizer-x86_64-linux-qemu/build/llvm_build0/bin/clang++ -DGTEST_HAS_RTTI=0 -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_host/lib/Target/RISCV/AsmParser -I/home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/lib/Target/RISCV/AsmParser -I/home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/lib/Target/RISCV -I/home/b/sanitizer-x86_64-linux-qemu/build/llvm_build2_host/lib/Target/RISCV -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 -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 -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -O3 -DNDEBUG -std=c++17 -fvisibility=hidden -fno-exceptions -funwind-tables -fno-rtti -UNDEBUG -MD -MT lib/Target/RISCV/AsmParser/CMakeFiles/LLVMRISCVAsmParser.dir/RISCVAsmParser.cpp.o -MF lib/Target/RISCV/AsmParser/CMakeFiles/LLVMRISCVAsmParser.dir/RISCVAsmParser.cpp.o.d -o lib/Target/RISCV/AsmParser/CMakeFiles/LLVMRISCVAsmParser.dir/RISCVAsmParser.cpp.o -c /home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
/home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp:778:5: error: no type named 'VariantKind' in 'llvm::RISCVMCExpr'; did you mean 'llvm::MCSymbolRefExpr::VariantKind'?
778 | RISCVMCExpr::VariantKind VK = RISCVMCExpr::VK_None;
| ^~~~~~~~~~~~~~~~~~~~~~~~
| llvm::MCSymbolRefExpr::VariantKind
/home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/include/llvm/MC/MCExpr.h:196:8: note: 'llvm::MCSymbolRefExpr::VariantKind' declared here
196 | enum VariantKind : uint16_t {
| ^
/home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp:778:30: error: cannot initialize a variable of type 'llvm::MCSymbolRefExpr::VariantKind' with an rvalue of type 'llvm::RISCVMCExpr::Specifier'
778 | RISCVMCExpr::VariantKind VK = RISCVMCExpr::VK_None;
| ^ ~~~~~~~~~~~~~~~~~~~~
/home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp:780:61: error: non-const lvalue reference to type 'RISCVMCExpr::Specifier' cannot bind to a value of unrelated type 'llvm::MCSymbolRefExpr::VariantKind'
780 | bool IsConstantImm = evaluateConstantImm(getImm(), Imm, VK);
| ^~
/home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp:518:59: note: passing argument to parameter 'VK' here
518 | RISCVMCExpr::Specifier &VK) {
| ^
/home/b/sanitizer-x86_64-linux-qemu/build/llvm-project/llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp:784:15: warning: comparison of different enumeration types ('llvm::MCSymbolRefExpr::VariantKind' and 'llvm::RISCVMCExpr::Specifier') [-Wenum-compare]
784 | VK == RISCVMCExpr::VK_None;
| ~~ ^ ~~~~~~~~~~~~~~~~~~~~
1 warning and 3 errors generated.
[5816/6410] Building AMDGPUGenAsmMatcher.inc...
[5817/6410] Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVBaseInfo.cpp.o
[5818/6410] Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVELFStreamer.cpp.o
[5819/6410] Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVMCCodeEmitter.cpp.o
[5820/6410] Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVAsmBackend.cpp.o
[5821/6410] Building CXX object lib/Target/RISCV/MCA/CMakeFiles/LLVMRISCVTargetMCA.dir/RISCVCustomBehaviour.cpp.o
[5822/6410] Building CXX object tools/llvm-exegesis/lib/RISCV/CMakeFiles/LLVMExegesisRISCV.dir/RISCVExegesisPostprocessing.cpp.o
[5823/6410] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVSelectionDAGInfo.cpp.o
[5824/6410] Building CXX object lib/Target/RISCV/MCTargetDesc/CMakeFiles/LLVMRISCVDesc.dir/RISCVTargetStreamer.cpp.o
[5825/6410] Building AMDGPUGenInstrInfo.inc...
[5826/6410] Building CXX object lib/Target/RISCV/Disassembler/CMakeFiles/LLVMRISCVDisassembler.dir/RISCVDisassembler.cpp.o
[5827/6410] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVPostRAExpandPseudoInsts.cpp.o
[5828/6410] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVMachineFunctionInfo.cpp.o
[5829/6410] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVRedundantCopyElimination.cpp.o
[5830/6410] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVInsertReadWriteCSR.cpp.o
[5831/6410] Building AMDGPUGenRegisterBank.inc...
[5832/6410] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVIndirectBranchTracking.cpp.o
Step 11 (scudo x86_64) failure: scudo x86_64 (failure)
...
to the compiler, or to the compiler name if it is in the PATH.
CMake Error at CMakeLists.txt:22 (project):
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.
-- Warning: Did not find file Compiler/-ASM
-- 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
+ 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@@@
+ sleep 5
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ sleep 5
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ 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)
...
to the compiler, or to the compiler name if it is in the PATH.
CMake Error at CMakeLists.txt:22 (project):
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.
-- Warning: Did not find file Compiler/-ASM
-- 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
+ build_failure
+ echo
+ echo 'How to reproduce locally: https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild'
+ echo
How to reproduce locally: https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ sleep 5
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ sleep 5
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ 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)
...
to the compiler, or to the compiler name if it is in the PATH.
CMake Error at CMakeLists.txt:22 (project):
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.
-- Warning: Did not find file Compiler/-ASM
-- 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
+ 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@@@
+ sleep 5
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ sleep 5
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ 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'
Step 14 (scudo aarch64_qemu_cortex-a72) failure: scudo aarch64_qemu_cortex-a72 (failure)
...
to the compiler, or to the compiler name if it is in the PATH.
CMake Error at CMakeLists.txt:22 (project):
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.
-- Warning: Did not find file Compiler/-ASM
-- 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
+ build_failure
+ echo
+ echo 'How to reproduce locally: https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild'
+ echo
How to reproduce locally: https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ sleep 5
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ sleep 5
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ sleep 5
+ buildbot_build
+ [[ '' != \1 ]]
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ for B in $SCUDO_BUILDS
+ run_scudo_tests mips64_qemu
+ local name=mips64_qemu
+ local out_dir=llvm_build2_mips64_qemu
+ build_step 'scudo mips64_qemu'
+ echo '@@@BUILD_STEP scudo mips64_qemu@@@'
+ CURRENT_STEP='scudo mips64_qemu'
Step 15 (scudo mips64_qemu) failure: scudo mips64_qemu (failure)
...
to the compiler, or to the compiler name if it is in the PATH.
CMake Error at CMakeLists.txt:22 (project):
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.
-- Warning: Did not find file Compiler/-ASM
-- 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
+ build_failure
+ echo
+ echo 'How to reproduce locally: https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild'
+ echo
How to reproduce locally: https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ sleep 5
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ sleep 5
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ sleep 5
+ buildbot_build
+ [[ '' != \1 ]]
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ for B in $SCUDO_BUILDS
+ run_scudo_tests mips64el_qemu
+ local name=mips64el_qemu
+ local out_dir=llvm_build2_mips64el_qemu
+ build_step 'scudo mips64el_qemu'
+ echo '@@@BUILD_STEP scudo mips64el_qemu@@@'
+ CURRENT_STEP='scudo mips64el_qemu'
Step 16 (scudo mips64el_qemu) failure: scudo mips64el_qemu (failure)
...
CMake Error at CMakeLists.txt:22 (project):
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.
-- Warning: Did not find file Compiler/-ASM
-- 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
+ build_failure
+ echo
+ echo 'How to reproduce locally: https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild'
+ echo
+ for _ in 0 1 2
How to reproduce locally: https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild
+ echo
+ echo @@@STEP_FAILURE@@@
+ sleep 5
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ sleep 5
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ sleep 5
+ buildbot_build
+ [[ '' != \1 ]]
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ for B in $SCUDO_BUILDS
+ run_scudo_tests powerpc64le_qemu
+ local name=powerpc64le_qemu
+ local out_dir=llvm_build2_powerpc64le_qemu
+ build_step 'scudo powerpc64le_qemu'
+ echo '@@@BUILD_STEP scudo powerpc64le_qemu@@@'
+ CURRENT_STEP='scudo powerpc64le_qemu'
+ cd llvm_build2_powerpc64le_qemu
+ cat configure.log
Step 17 (scudo powerpc64le_qemu) failure: scudo powerpc64le_qemu (failure)
...
to the compiler, or to the compiler name if it is in the PATH.
CMake Error at CMakeLists.txt:22 (project):
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.
-- Warning: Did not find file Compiler/-ASM
-- 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
+ build_failure
+ echo
+ echo 'How to reproduce locally: https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild'
+ echo
How to reproduce locally: https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ sleep 5
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ sleep 5
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ sleep 5
+ buildbot_build
+ [[ '' != \1 ]]
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ for B in $SCUDO_BUILDS
+ run_scudo_tests debug_x86_64
+ local name=debug_x86_64
+ local out_dir=llvm_build2_debug_x86_64
+ build_step 'scudo debug_x86_64'
+ echo '@@@BUILD_STEP scudo debug_x86_64@@@'
+ CURRENT_STEP='scudo debug_x86_64'
Step 18 (scudo debug_x86_64) failure: scudo debug_x86_64 (failure)
...
to the compiler, or to the compiler name if it is in the PATH.
CMake Error at CMakeLists.txt:22 (project):
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.
-- Warning: Did not find file Compiler/-ASM
-- 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
+ build_failure
+ echo
+ echo 'How to reproduce locally: https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild'
+ echo
+ for _ in 0 1 2
+ echo
How to reproduce locally: https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild
+ echo @@@STEP_FAILURE@@@
+ sleep 5
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ sleep 5
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ 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 19 (scudo debug_x86_64_qemu) failure: scudo debug_x86_64_qemu (failure)
...
to the compiler, or to the compiler name if it is in the PATH.
CMake Error at CMakeLists.txt:22 (project):
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.
-- Warning: Did not find file Compiler/-ASM
-- 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
+ build_failure
+ echo
+ echo 'How to reproduce locally: https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild'
+ echo
How to reproduce locally: https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ sleep 5
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ sleep 5
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ 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'
Step 20 (scudo debug_aarch64_qemu) failure: scudo debug_aarch64_qemu (failure)
...
to the compiler, or to the compiler name if it is in the PATH.
CMake Error at CMakeLists.txt:22 (project):
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.
-- Warning: Did not find file Compiler/-ASM
-- 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
+ 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@@@
+ sleep 5
How to reproduce locally: https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ sleep 5
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ 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 21 (scudo debug_aarch64_qemu_cortex-a72) failure: scudo debug_aarch64_qemu_cortex-a72 (failure)
...
to the compiler, or to the compiler name if it is in the PATH.
CMake Error at CMakeLists.txt:22 (project):
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.
-- Warning: Did not find file Compiler/-ASM
-- 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
+ 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@@@
+ sleep 5
How to reproduce locally: https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ sleep 5
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ sleep 5
+ buildbot_build
+ [[ '' != \1 ]]
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ for B in $SCUDO_BUILDS
+ run_scudo_tests debug_mips64_qemu
+ local name=debug_mips64_qemu
+ local out_dir=llvm_build2_debug_mips64_qemu
+ build_step 'scudo debug_mips64_qemu'
+ echo '@@@BUILD_STEP scudo debug_mips64_qemu@@@'
+ CURRENT_STEP='scudo debug_mips64_qemu'
Step 22 (scudo debug_mips64_qemu) failure: scudo debug_mips64_qemu (failure)
...
Tell CMake where to find the compiler by setting either the environment
variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
CMake Error at CMakeLists.txt:22 (project):
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.
-- Warning: Did not find file Compiler/-ASM
-- 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
+ 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@@@
+ sleep 5
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ sleep 5
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ sleep 5
+ buildbot_build
+ [[ '' != \1 ]]
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ for B in $SCUDO_BUILDS
+ run_scudo_tests debug_mips64el_qemu
+ local name=debug_mips64el_qemu
+ local out_dir=llvm_build2_debug_mips64el_qemu
+ build_step 'scudo debug_mips64el_qemu'
+ echo '@@@BUILD_STEP scudo debug_mips64el_qemu@@@'
+ CURRENT_STEP='scudo debug_mips64el_qemu'
Step 23 (scudo debug_mips64el_qemu) failure: scudo debug_mips64el_qemu (failure)
...
to the compiler, or to the compiler name if it is in the PATH.
CMake Error at CMakeLists.txt:22 (project):
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.
-- Warning: Did not find file Compiler/-ASM
-- 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
+ 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@@@
+ sleep 5
How to reproduce locally: https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ sleep 5
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ sleep 5
+ buildbot_build
+ [[ '' != \1 ]]
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ for B in $SCUDO_BUILDS
+ run_scudo_tests debug_powerpc64le_qemu
+ local name=debug_powerpc64le_qemu
+ local out_dir=llvm_build2_debug_powerpc64le_qemu
+ build_step 'scudo debug_powerpc64le_qemu'
+ echo '@@@BUILD_STEP scudo debug_powerpc64le_qemu@@@'
+ CURRENT_STEP='scudo debug_powerpc64le_qemu'
Step 24 (scudo debug_powerpc64le_qemu) failure: scudo debug_powerpc64le_qemu (failure)
...
variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
CMake Error at CMakeLists.txt:22 (project):
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.
-- Warning: Did not find file Compiler/-ASM
-- 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
+ build_failure
+ echo
+ echo 'How to reproduce locally: https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild'
+ echo
How to reproduce locally: https://github.com/google/sanitizers/wiki/SanitizerBotReproduceBuild
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ sleep 5
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ sleep 5
+ for _ in 0 1 2
+ echo
+ echo @@@STEP_FAILURE@@@
+ sleep 5
+ buildbot_build
+ [[ '' != \1 ]]
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ [[ -z 1 ]]
+ cleanup llvm_build2_host
+ [[ -v BUILDBOT_BUILDERNAME ]]
+ build_step cleanup
+ echo '@@@BUILD_STEP cleanup@@@'
+ CURRENT_STEP=cleanup
```
</details>
https://github.com/llvm/llvm-project/pull/132184
More information about the llvm-commits
mailing list