[Openmp-commits] [llvm] [openmp] [OMPT] Upstream device tracing implementation (PR #200165)
via Openmp-commits
openmp-commits at lists.llvm.org
Fri Aug 7 03:43:30 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
The build failed before running any tests. Click on a failure below to see the details.
<details>
<summary>offload/libomptarget/CMakeFiles/omptarget.dir/home/gha/actions-runner/_work/llvm-project/llvm-project/offload/plugins-nextgen/common/OMPT/OmptProfiler.cpp.o</summary>
```
FAILED: offload/libomptarget/CMakeFiles/omptarget.dir/home/gha/actions-runner/_work/llvm-project/llvm-project/offload/plugins-nextgen/common/OMPT/OmptProfiler.cpp.o
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ --target=x86_64-unknown-linux-gnu -DDEBUG_PREFIX=\"omptarget\" -DOMPT_SUPPORT=1 -DTARGET_NAME=omptarget -D_DEBUG -D_GLIBCXX_ASSERTIONS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Domptarget_EXPORTS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/openmp/runtime/src -I/home/gha/actions-runner/_work/llvm-project/llvm-project/offload/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/offload/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/offload/libomptarget/../plugins-nextgen/common/OMPT -I/home/gha/actions-runner/_work/llvm-project/llvm-project/offload/libomptarget/../plugins-nextgen/common/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/offload/plugins-nextgen/common/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/offload/plugins-nextgen/common/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/offload/plugins-nextgen/common/OMPT -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -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 -Xclang -fno-pch-timestamp -O3 -DNDEBUG -std=c++17 -fPIC -UNDEBUG -fno-exceptions -fno-rtti -Werror=global-constructors -fPIC -MD -MT offload/libomptarget/CMakeFiles/omptarget.dir/home/gha/actions-runner/_work/llvm-project/llvm-project/offload/plugins-nextgen/common/OMPT/OmptProfiler.cpp.o -MF offload/libomptarget/CMakeFiles/omptarget.dir/home/gha/actions-runner/_work/llvm-project/llvm-project/offload/plugins-nextgen/common/OMPT/OmptProfiler.cpp.o.d -o offload/libomptarget/CMakeFiles/omptarget.dir/home/gha/actions-runner/_work/llvm-project/llvm-project/offload/plugins-nextgen/common/OMPT/OmptProfiler.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/offload/plugins-nextgen/common/OMPT/OmptProfiler.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/offload/plugins-nextgen/common/OMPT/OmptProfiler.cpp:13:
/home/gha/actions-runner/_work/llvm-project/llvm-project/offload/plugins-nextgen/common/OMPT/OmptProfiler.h:119:7: error: 'std::scoped_lock' may not intend to support class template argument deduction [-Werror,-Wctad-maybe-unsupported]
119 | std::scoped_lock Lock(ProfilerDataMutex);
| ^
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/mutex:740:11: note: add a deduction guide to suppress this warning
740 | class scoped_lock
| ^
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/offload/plugins-nextgen/common/OMPT/OmptProfiler.cpp:13:
/home/gha/actions-runner/_work/llvm-project/llvm-project/offload/plugins-nextgen/common/OMPT/OmptProfiler.h:126:5: error: 'std::scoped_lock' may not intend to support class template argument deduction [-Werror,-Wctad-maybe-unsupported]
126 | std::scoped_lock Lock(ProfilerDataMutex);
| ^
/usr/lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/mutex:740:11: note: add a deduction guide to suppress this warning
740 | class scoped_lock
| ^
2 errors generated.
```
</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/200165
More information about the Openmp-commits
mailing list