[Openmp-commits] [openmp] [OpenMP] Add ompTest library to OpenMP (PR #147381)
LLVM Continuous Integration via Openmp-commits
openmp-commits at lists.llvm.org
Thu Aug 21 07:56:06 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `flang-aarch64-release` running on `linaro-flang-aarch64-release` while building `openmp` at step 5 "build-unified-tree".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/172/builds/14637
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 5 (build-unified-tree) failure: build (failure)
...
363.066 [133/3/723] Building CXX object openmp/tools/omptest/CMakeFiles/omptest.dir/src/OmptAssertEvent.cpp.o
/home/tcwg-buildbot/worker/flang-aarch64-release/llvm-project/openmp/tools/omptest/src/OmptAssertEvent.cpp:27:3: warning: default label in switch which covers all enumeration values [-Wcovered-switch-default]
27 | default:
| ^
1 warning generated.
363.732 [133/2/724] Building CXX object openmp/tools/omptest/CMakeFiles/omptest.dir/src/Logging.cpp.o
366.042 [132/2/725] Building CXX object openmp/tools/omptest/CMakeFiles/omptest.dir/src/OmptAsserter.cpp.o
367.619 [132/1/726] Building CXX object openmp/tools/omptest/CMakeFiles/omptest.dir/src/OmptCallbackHandler.cpp.o
371.098 [130/2/727] Building CXX object openmp/libompd/src/CMakeFiles/ompd.dir/TargetValue.cpp.o
371.780 [130/1/728] Building CXX object openmp/tools/omptest/CMakeFiles/omptest.dir/src/OmptTester.cpp.o
FAILED: openmp/tools/omptest/CMakeFiles/omptest.dir/src/OmptTester.cpp.o
/home/tcwg-buildbot/worker/flang-aarch64-release/build/./bin/clang++ --target=aarch64-unknown-linux-gnu -DLLVM_DISABLE_ABI_BREAKING_CHECKS_ENFORCING -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Domptest_EXPORTS -I/home/tcwg-buildbot/worker/flang-aarch64-release/llvm-project/runtimes/../third-party/unittest/googletest/include -I/home/tcwg-buildbot/worker/flang-aarch64-release/llvm-project/openmp/tools/omptest/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 -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Wall -fcolor-diagnostics -Wcast-qual -Wformat-pedantic -Wimplicit-fallthrough -Wsign-compare -Wno-extra -Wno-pedantic -fno-semantic-interposition -fdata-sections -O3 -DNDEBUG -std=c++17 -fPIC -MD -MT openmp/tools/omptest/CMakeFiles/omptest.dir/src/OmptTester.cpp.o -MF openmp/tools/omptest/CMakeFiles/omptest.dir/src/OmptTester.cpp.o.d -o openmp/tools/omptest/CMakeFiles/omptest.dir/src/OmptTester.cpp.o -c /home/tcwg-buildbot/worker/flang-aarch64-release/llvm-project/openmp/tools/omptest/src/OmptTester.cpp
In file included from /home/tcwg-buildbot/worker/flang-aarch64-release/llvm-project/openmp/tools/omptest/src/OmptTester.cpp:17:
In file included from /home/tcwg-buildbot/worker/flang-aarch64-release/llvm-project/openmp/tools/omptest/include/OmptTester.h:49:
In file included from /home/tcwg-buildbot/worker/flang-aarch64-release/llvm-project/openmp/tools/omptest/include/OmptTesterGoogleTest.h:27:
In file included from /home/tcwg-buildbot/worker/flang-aarch64-release/llvm-project/runtimes/../third-party/unittest/googletest/include/gtest/gtest.h:64:
In file included from /home/tcwg-buildbot/worker/flang-aarch64-release/llvm-project/runtimes/../third-party/unittest/googletest/include/gtest/gtest-assertion-result.h:46:
In file included from /home/tcwg-buildbot/worker/flang-aarch64-release/llvm-project/runtimes/../third-party/unittest/googletest/include/gtest/gtest-message.h:57:
In file included from /home/tcwg-buildbot/worker/flang-aarch64-release/llvm-project/runtimes/../third-party/unittest/googletest/include/gtest/internal/gtest-port.h:312:
In file included from /home/tcwg-buildbot/worker/flang-aarch64-release/llvm-project/runtimes/../third-party/unittest/googletest/include/gtest/internal/custom/gtest-port.h:37:
/home/tcwg-buildbot/worker/flang-aarch64-release/llvm-project/runtimes/../third-party/unittest/googletest/include/gtest/internal/custom/raw-ostream.h:43:10: fatal error: 'llvm/Support/raw_os_ostream.h' file not found
43 | #include "llvm/Support/raw_os_ostream.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
ninja: build stopped: subcommand failed.
FAILED: runtimes/runtimes-stamps/runtimes-build /home/tcwg-buildbot/worker/flang-aarch64-release/build/runtimes/runtimes-stamps/runtimes-build
cd /home/tcwg-buildbot/worker/flang-aarch64-release/build/runtimes/runtimes-bins && /usr/local/bin/cmake --build .
ninja: build stopped: subcommand failed.
```
</details>
https://github.com/llvm/llvm-project/pull/147381
More information about the Openmp-commits
mailing list