llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `intel-sycl-gpu` running on `intel-sycl-gpu-01` while building `clang,llvm` at step 5 "build-unified-tree".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/225/builds/1983 <details> <summary>Here is the relevant piece of the build log for the reference</summary> ``` Step 5 (build-unified-tree) failure: build (failure) ... 66 | # if SYCL_LANGUAGE_VERSION == 202012L && \ | ^ 1 warning generated. 2.913 [14/33/93] Building CXX object libsycl/tools/sycl-ls/CMakeFiles/sycl-ls.dir/sycl-ls.cpp.o 3.020 [14/32/94] Building CXX object offload/unittests/Conformance/lib/CMakeFiles/MathTest.dir/CommandLineExtras.cpp.o 3.070 [14/31/95] Building CXX object offload/unittests/Conformance/lib/CMakeFiles/MathTest.dir/TestConfig.cpp.o 3.139 [14/30/96] Building CXX object offload/plugins-nextgen/level_zero/CMakeFiles/omptarget.rtl.level_zero.dir/src/L0DynWrapper.cpp.o 3.267 [14/29/97] Building CXX object offload/unittests/Conformance/lib/CMakeFiles/MathTest.dir/DeviceContext.cpp.o 3.431 [14/28/98] Building CXX object offload/libomptarget/CMakeFiles/omptarget.dir/KernelLanguage/API.cpp.o 3.471 [14/27/99] Building CXX object offload/libomptarget/CMakeFiles/omptarget.dir/DeviceImage.cpp.o FAILED: offload/libomptarget/CMakeFiles/omptarget.dir/DeviceImage.cpp.o /home/test-user/llvm-buildbot-worker/intel-sycl-gpu/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DDEBUG_PREFIX=\"omptarget\" -DOMPTARGET_DEBUG -DOMPT_SUPPORT=1 -DTARGET_NAME=omptarget -D_DEBUG -D_GLIBCXX_ASSERTIONS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/test-user/llvm-buildbot-worker/intel-sycl-gpu/llvm-project/llvm/include -I/home/test-user/llvm-buildbot-worker/intel-sycl-gpu/build/include -I/home/test-user/llvm-buildbot-worker/intel-sycl-gpu/build/runtimes/runtimes-bins/openmp/runtime/src -I/home/test-user/llvm-buildbot-worker/intel-sycl-gpu/llvm-project/offload/include -I/home/test-user/llvm-buildbot-worker/intel-sycl-gpu/build/runtimes/runtimes-bins/offload/include -I/home/test-user/llvm-buildbot-worker/intel-sycl-gpu/llvm-project/offload/plugins-nextgen/common/include -I/home/test-user/llvm-buildbot-worker/intel-sycl-gpu/build/runtimes/runtimes-bins/offload/plugins-nextgen/common/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 -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 -fPIC -UNDEBUG -fno-exceptions -funwind-tables -fno-rtti -Werror=global-constructors -MD -MT offload/libomptarget/CMakeFiles/omptarget.dir/DeviceImage.cpp.o -MF offload/libomptarget/CMakeFiles/omptarget.dir/DeviceImage.cpp.o.d -o offload/libomptarget/CMakeFiles/omptarget.dir/DeviceImage.cpp.o -c /home/test-user/llvm-buildbot-worker/intel-sycl-gpu/llvm-project/offload/libomptarget/DeviceImage.cpp /home/test-user/llvm-buildbot-worker/intel-sycl-gpu/llvm-project/offload/libomptarget/DeviceImage.cpp:41:10: error: no viable overloaded '=' 41 | Binary = std::move(*BinaryOrErr); | ~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~ /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/unique_ptr.h:414:19: note: candidate function not viable: no known conversion from 'typename std::remove_reference<llvm::SmallVector<std::unique_ptr<llvm::object::OffloadBinary, std::default_delete<llvm::object::OffloadBinary>>, 6> &>::type' (aka 'llvm::SmallVector<std::unique_ptr<llvm::object::OffloadBinary>>') to 'unique_ptr<llvm::object::OffloadBinary>' for 1st argument 414 | unique_ptr& operator=(unique_ptr&&) = default; | ^ ~~~~~~~~~~~~ /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/unique_ptr.h:440:7: note: candidate function not viable: no known conversion from 'typename std::remove_reference<llvm::SmallVector<std::unique_ptr<llvm::object::OffloadBinary, std::default_delete<llvm::object::OffloadBinary>>, 6> &>::type' (aka 'llvm::SmallVector<std::unique_ptr<llvm::object::OffloadBinary>>') to 'nullptr_t' (aka 'std::nullptr_t') for 1st argument 440 | operator=(nullptr_t) noexcept | ^ ~~~~~~~~~ /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/unique_ptr.h:523:19: note: candidate function not viable: no known conversion from 'typename std::remove_reference<llvm::SmallVector<std::unique_ptr<llvm::object::OffloadBinary, std::default_delete<llvm::object::OffloadBinary>>, 6> &>::type' (aka 'llvm::SmallVector<std::unique_ptr<llvm::object::OffloadBinary>>') to 'const unique_ptr<llvm::object::OffloadBinary>' for 1st argument 523 | unique_ptr& operator=(const unique_ptr&) = delete; | ^ ~~~~~~~~~~~~~~~~~ /usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/unique_ptr.h:430:2: note: candidate template ignored: could not match 'unique_ptr' against 'llvm::SmallVector' 430 | operator=(unique_ptr<_Up, _Ep>&& __u) noexcept | ^ 1 error generated. 3.885 [14/26/100] Building CXX object offload/libomptarget/CMakeFiles/omptarget.dir/OpenMP/OMPT/Callback.cpp.o 3.994 [14/25/101] Building CXX object offload/tools/kernelreplay/CMakeFiles/llvm-omp-kernel-replay.dir/llvm-omp-kernel-replay.cpp.o 4.474 [14/24/102] Building CXX object offload/plugins-nextgen/common/CMakeFiles/PluginCommon.dir/src/Utils/ELF.cpp.o 5.947 [14/23/103] Building CXX object offload/libomptarget/CMakeFiles/omptarget.dir/LegacyAPI.cpp.o 5.973 [14/22/104] Building CXX object offload/plugins-nextgen/level_zero/CMakeFiles/omptarget.rtl.level_zero.dir/src/L0Options.cpp.o 6.204 [14/21/105] Building CXX object offload/libomptarget/CMakeFiles/omptarget.dir/OffloadRTL.cpp.o 6.333 [14/20/106] Building CXX object offload/plugins-nextgen/level_zero/CMakeFiles/omptarget.rtl.level_zero.dir/src/L0Context.cpp.o 6.366 [14/19/107] Building CXX object offload/plugins-nextgen/common/CMakeFiles/PluginCommon.dir/src/GlobalHandler.cpp.o 6.366 [14/18/108] Building CXX object offload/libomptarget/CMakeFiles/omptarget.dir/OpenMP/InteropAPI.cpp.o 6.508 [14/17/109] Building CXX object offload/libomptarget/CMakeFiles/omptarget.dir/device.cpp.o 6.540 [14/16/110] Building CXX object offload/libomptarget/CMakeFiles/omptarget.dir/OpenMP/Mapping.cpp.o 6.654 [14/15/111] Building CXX object third-party/runtimes_gtest/CMakeFiles/runtimes_gtest.dir/googletest/src/gtest-all.cc.o 6.704 [14/14/112] Building CXX object offload/plugins-nextgen/level_zero/CMakeFiles/omptarget.rtl.level_zero.dir/src/L0Kernel.cpp.o 6.863 [14/13/113] Building CXX object offload/libomptarget/CMakeFiles/omptarget.dir/interface.cpp.o 6.883 [14/12/114] Building CXX object offload/liboffload/CMakeFiles/LLVMOffload.dir/src/OffloadLib.cpp.o 6.902 [14/11/115] Building CXX object offload/plugins-nextgen/level_zero/CMakeFiles/omptarget.rtl.level_zero.dir/src/L0Plugin.cpp.o 7.004 [14/10/116] Building CXX object offload/libomptarget/CMakeFiles/omptarget.dir/OpenMP/API.cpp.o 7.179 [14/9/117] Building CXX object offload/plugins-nextgen/level_zero/CMakeFiles/omptarget.rtl.level_zero.dir/src/L0Memory.cpp.o 7.251 [14/8/118] Building CXX object offload/liboffload/CMakeFiles/LLVMOffload.dir/src/OffloadImpl.cpp.o 7.391 [14/7/119] Building CXX object offload/libomptarget/CMakeFiles/omptarget.dir/PluginManager.cpp.o 7.791 [14/6/120] Building CXX object offload/plugins-nextgen/level_zero/CMakeFiles/omptarget.rtl.level_zero.dir/src/L0Program.cpp.o ``` </details> https://github.com/llvm/llvm-project/pull/169425 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
