github-actions[bot] wrote: <!--PREMERGE ADVISOR COMMENT: Linux--> # :penguin: Linux x64 Test Results
* 180919 tests passed * 3702 tests skipped * 1 test failed ## Failed Tests (click on a test name to see its output) ### MLIR <details> <summary>MLIR.Examples/standalone/test.toy</summary> ``` Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 "/usr/bin/cmake" "/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/examples/standalone" -G "Ninja" -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=/opt/llvm/bin/clang++ -DCMAKE_C_COMPILER=/opt/llvm/bin/clang -DLLVM_ENABLE_LIBCXX=OFF -DMLIR_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/cmake/mlir -DLLVM_USE_LINKER=lld -DMLIR_PYTHON_PACKAGE_PREFIX=mlir_standalone -DMLIR_BINDINGS_PYTHON_NB_DOMAIN=mlir_standalone -DMLIR_INCLUDE_TESTS=ON -DPython3_EXECUTABLE="/usr/bin/python3" -DPython_EXECUTABLE="/usr/bin/python3" # executed command: /usr/bin/cmake /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/examples/standalone -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=/opt/llvm/bin/clang++ -DCMAKE_C_COMPILER=/opt/llvm/bin/clang -DLLVM_ENABLE_LIBCXX=OFF -DMLIR_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/cmake/mlir -DLLVM_USE_LINKER=lld -DMLIR_PYTHON_PACKAGE_PREFIX=mlir_standalone -DMLIR_BINDINGS_PYTHON_NB_DOMAIN=mlir_standalone -DMLIR_INCLUDE_TESTS=ON -DPython3_EXECUTABLE=/usr/bin/python3 -DPython_EXECUTABLE=/usr/bin/python3 # .---command stdout------------ # | -- The CXX compiler identification is Clang 22.1.4 # | -- The C compiler identification is Clang 22.1.4 # | -- Detecting CXX compiler ABI info # | -- Detecting CXX compiler ABI info - done # | -- Check for working CXX compiler: /opt/llvm/bin/clang++ - skipped # | -- Detecting CXX compile features # | -- Detecting CXX compile features - done # | -- Detecting C compiler ABI info # | -- Detecting C compiler ABI info - done # | -- Check for working C compiler: /opt/llvm/bin/clang - skipped # | -- Detecting C compile features # | -- Detecting C compile features - done # | -- Looking for histedit.h # | -- Looking for histedit.h - found # | -- Found LibEdit: /usr/include (found version "2.11") # | -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.3") # | -- Found LibXml2: /usr/lib/x86_64-linux-gnu/libxml2.so (found version "2.9.14") # | -- Using MLIRConfig.cmake in: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/cmake/mlir # | -- Using LLVMConfig.cmake in: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/cmake/llvm # | -- Linker detection: LLD # | -- Performing Test LLVM_LIBSTDCXX_MIN # | -- Performing Test LLVM_LIBSTDCXX_MIN - Success # | -- Performing Test LLVM_LIBSTDCXX_SOFT_ERROR # | -- Performing Test LLVM_LIBSTDCXX_SOFT_ERROR - Success # | -- Performing Test SUPPORTS_LIBCXX_HARDENING_MODE # | -- Performing Test SUPPORTS_LIBCXX_HARDENING_MODE - Success # | -- Performing Test LLVM_USES_LIBSTDCXX # | -- Performing Test LLVM_USES_LIBSTDCXX - Success # | -- Performing Test LLVM_DEFAULT_TO_GLIBCXX_USE_CXX11_ABI # | -- Performing Test LLVM_DEFAULT_TO_GLIBCXX_USE_CXX11_ABI - Success # | -- Performing Test _CAN_LINK_EXECUTABLE # | -- Performing Test _CAN_LINK_EXECUTABLE - Success # | -- Performing Test CXX_SUPPORTS_CUSTOM_LINKER # | -- Performing Test CXX_SUPPORTS_CUSTOM_LINKER - Success # | -- Performing Test C_SUPPORTS_FPIC # | -- Performing Test C_SUPPORTS_FPIC - Success # | -- Performing Test CXX_SUPPORTS_FPIC # | -- Performing Test CXX_SUPPORTS_FPIC - Success # | -- Building with -fPIC # | -- Performing Test C_SUPPORTS_FNO_SEMANTIC_INTERPOSITION # | -- Performing Test C_SUPPORTS_FNO_SEMANTIC_INTERPOSITION - Success # | -- Performing Test CXX_SUPPORTS_FNO_SEMANTIC_INTERPOSITION # | -- Performing Test CXX_SUPPORTS_FNO_SEMANTIC_INTERPOSITION - Success # | -- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG # | -- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG - Success # | -- Performing Test CXX_SUPPORTS_SUGGEST_OVERRIDE_FLAG # | -- Performing Test CXX_SUPPORTS_SUGGEST_OVERRIDE_FLAG - Success # | -- Performing Test CXX_WSUGGEST_OVERRIDE_ALLOWS_ONLY_FINAL # | -- Performing Test CXX_WSUGGEST_OVERRIDE_ALLOWS_ONLY_FINAL - Success # | -- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP # | -- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP - Success # | -- Performing Test C_SUPPORTS_MISLEADING_INDENTATION_FLAG # | -- Performing Test C_SUPPORTS_MISLEADING_INDENTATION_FLAG - Success # | -- Performing Test CXX_SUPPORTS_MISLEADING_INDENTATION_FLAG # | -- Performing Test CXX_SUPPORTS_MISLEADING_INDENTATION_FLAG - Success # | -- Performing Test C_SUPPORTS_CTAD_MAYBE_UNSUPPORTED_FLAG # | -- Performing Test C_SUPPORTS_CTAD_MAYBE_UNSUPPORTED_FLAG - Success # | -- Performing Test CXX_SUPPORTS_CTAD_MAYBE_UNSUPPORTED_FLAG # | -- Performing Test CXX_SUPPORTS_CTAD_MAYBE_UNSUPPORTED_FLAG - Success # | -- Performing Test LINKER_SUPPORTS_COLOR_DIAGNOSTICS # | -- Performing Test LINKER_SUPPORTS_COLOR_DIAGNOSTICS - Success # | -- Precompiled headers enabled. # | -- Looking for os_signpost_interval_begin # | -- Looking for os_signpost_interval_begin - not found # | -- Looking for flock # | -- Looking for flock - found # | -- Found Python3: /usr/bin/python3 (found suitable version "3.12.3", minimum required is "3.10") found components: Interpreter Development.Module # | -- Found Python: /usr/bin/python3 (found suitable version "3.12.3", minimum required is "3.10") found components: Interpreter Development.Module # | -- Found python include dirs: /usr/include/python3.12 # | -- Found python libraries: # | -- Python extension suffix for modules: 'cpython-312-x86_64-linux-gnu' # | -- Checking for nanobind in python path... # | -- found (/home/gha/.local/lib/python3.12/site-packages/nanobind/cmake) # | -- Found nanobind v2.9.2 # | -- Configuring incomplete, errors occurred! # `----------------------------- # .---command stderr------------ # | CMake Error at /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/cmake/llvm/AddLLVM.cmake:6 (include): # | include could not find requested file: # | # | AddLit # | Call Stack (most recent call first): # | CMakeLists.txt:26 (include) # | # | # | CMake Error at /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/cmake/llvm/TableGen.cmake:177 (get_subproject_title): # | Unknown CMake command "get_subproject_title". # | Call Stack (most recent call first): # | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/cmake/mlir/AddMLIR.cmake:185 (add_public_tablegen_target) # | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/cmake/mlir/AddMLIR.cmake:155 (add_mlir_dialect_tablegen_target) # | include/Standalone/CMakeLists.txt:1 (add_mlir_dialect) # | # | # `----------------------------- # error: command failed with exit status: 1 -- ``` </details> If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label. https://github.com/llvm/llvm-project/pull/217502 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
