[Mlir-commits] [flang] [mlir] [MLIR][LLVM] Turn the inliner interface into a promised interface (PR #103927)
LLVM Continuous Integration
llvmlistbot at llvm.org
Wed Aug 14 09:37:06 PDT 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `mlir-nvidia-gcc7` running on `mlir-nvidia` while building `flang,mlir` at step 5 "build-check-mlir-build-only".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/116/builds/2372
Here is the relevant piece of the build log for the reference:
```
Step 5 (build-check-mlir-build-only) failure: build (failure)
...
/vol/worker/mlir-nvidia/mlir-nvidia-gcc7/llvm.src/mlir/lib/Bindings/Python/IRModule.h: In instantiation of ‘static void mlir::python::PyConcreteType<DerivedTy, BaseTy>::bind(pybind11::module&) [with DerivedTy = {anonymous}::PyOpaqueType; BaseTy = mlir::python::PyType; pybind11::module = pybind11::module_]’:
/vol/worker/mlir-nvidia/mlir-nvidia-gcc7/llvm.src/mlir/lib/Bindings/Python/IRTypes.cpp:903:17: required from here
/vol/worker/mlir-nvidia/mlir-nvidia-gcc7/llvm.src/mlir/lib/Bindings/Python/IRModule.h:986:5: warning: the address of ‘MlirTypeID mlirOpaqueTypeGetTypeID()’ will never be NULL [-Waddress]
if (DerivedTy::getTypeIdFunction) {
^~
39.425 [323/16/4174] Building CXX object tools/mlir/python/CMakeFiles/MLIRPythonModules.extension._mlir.dso.dir/vol/worker/mlir-nvidia/mlir-nvidia-gcc7/llvm.src/mlir/lib/Bindings/Python/Pass.cpp.o
39.456 [322/16/4175] Building CXX object tools/mlir/python/CMakeFiles/MLIRPythonModules.extension._mlir.dso.dir/vol/worker/mlir-nvidia/mlir-nvidia-gcc7/llvm.src/mlir/lib/Bindings/Python/Rewrite.cpp.o
39.485 [321/16/4176] Building CXX object tools/mlir/python/CMakeFiles/MLIRPythonModules.extension._mlirExecutionEngine.dso.dir/vol/worker/mlir-nvidia/mlir-nvidia-gcc7/llvm.src/mlir/lib/Bindings/Python/ExecutionEngineModule.cpp.o
39.513 [320/16/4177] Building CXX object tools/mlir/python/CMakeFiles/MLIRPythonModules.extension._mlirRegisterEverything.dso.dir/vol/worker/mlir-nvidia/mlir-nvidia-gcc7/llvm.src/mlir/lib/Bindings/Python/RegisterEverything.cpp.o
39.544 [319/16/4178] Building CXX object tools/mlir/python/CMakeFiles/MLIRPythonModules.extension._mlirPythonTest.dso.dir/vol/worker/mlir-nvidia/mlir-nvidia-gcc7/llvm.src/mlir/test/python/lib/PythonTestModule.cpp.o
command timed out: 1200 seconds without output running [b'ninja', b'-j', b'16', b'check-mlir-build-only'], attempting to kill
process killed by signal 9
program finished with exit code -1
elapsedTime=2412.979753
```
https://github.com/llvm/llvm-project/pull/103927
More information about the Mlir-commits
mailing list