github-actions[bot] wrote: <!--PREMERGE ADVISOR COMMENT: Linux--> # :penguin: Linux x64 Test Results
* 93356 tests passed * 2695 tests skipped * 1 test failed ## Failed Tests (click on a test name to see its output) ### ThreadSanitizer-x86_64 <details> <summary>ThreadSanitizer-x86_64.ThreadSanitizer-x86_64/simulate_rare_race.cpp</summary> ``` Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang --driver-mode=g++ -fsanitize=thread -Wall -m64 -msse4.2 -gline-tables-only -I/home/gha/actions-runner/_work/llvm-project/llvm-project/compiler-rt/test/tsan/../ -std=c++11 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/compiler-rt/test/tsan/../ -nostdinc++ -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/compiler-rt/lib/tsan/libcxx_tsan_x86_64/include/c++/v1 -O1 /home/gha/actions-runner/_work/llvm-project/llvm-project/compiler-rt/test/tsan/simulate_rare_race.cpp -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/compiler-rt/test/tsan/X86_64Config/Output/simulate_rare_race.cpp.tmp # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang --driver-mode=g++ -fsanitize=thread -Wall -m64 -msse4.2 -gline-tables-only -I/home/gha/actions-runner/_work/llvm-project/llvm-project/compiler-rt/test/tsan/../ -std=c++11 -I/home/gha/actions-runner/_work/llvm-project/llvm-project/compiler-rt/test/tsan/../ -nostdinc++ -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/compiler-rt/lib/tsan/libcxx_tsan_x86_64/include/c++/v1 -O1 /home/gha/actions-runner/_work/llvm-project/llvm-project/compiler-rt/test/tsan/simulate_rare_race.cpp -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/compiler-rt/test/tsan/X86_64Config/Output/simulate_rare_race.cpp.tmp # .---command stderr------------ # | /usr/bin/ld: /tmp/lit-tmp-hza9seva/simulate_rare_race-25c520.o: in function `test_callback(void*)': # | /home/gha/actions-runner/_work/llvm-project/llvm-project/compiler-rt/test/tsan/simulate_rare_race.cpp:17:(.text+0xf5): undefined reference to `std::__1::condition_variable::~condition_variable()' # | /usr/bin/ld: /home/gha/actions-runner/_work/llvm-project/llvm-project/compiler-rt/test/tsan/simulate_rare_race.cpp:(.text+0x116): undefined reference to `std::__1::condition_variable::~condition_variable()' # | /usr/bin/ld: /tmp/lit-tmp-hza9seva/simulate_rare_race-25c520.o: in function `thread1_func(void*)': # | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/compiler-rt/lib/tsan/libcxx_tsan_x86_64/include/c++/v1/__mutex/unique_lock.h:44:(.text+0x144): undefined reference to `std::__1::mutex::lock()' # | /usr/bin/ld: /tmp/lit-tmp-hza9seva/simulate_rare_race-25c520.o: in function `thread1_func(void*)': # | /home/gha/actions-runner/_work/llvm-project/llvm-project/compiler-rt/test/tsan/simulate_rare_race.cpp:32:(.text+0x15d): undefined reference to `std::__1::condition_variable::notify_one()' # | /usr/bin/ld: /tmp/lit-tmp-hza9seva/simulate_rare_race-25c520.o: in function `thread1_func(void*)': # | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/compiler-rt/lib/tsan/libcxx_tsan_x86_64/include/c++/v1/__mutex/unique_lock.h:67:(.text+0x165): undefined reference to `std::__1::mutex::unlock()' # | /usr/bin/ld: /tmp/lit-tmp-hza9seva/simulate_rare_race-25c520.o: in function `thread2_func(void*)': # | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/compiler-rt/lib/tsan/libcxx_tsan_x86_64/include/c++/v1/__mutex/unique_lock.h:44:(.text+0x210): undefined reference to `std::__1::mutex::lock()' # | /usr/bin/ld: /tmp/lit-tmp-hza9seva/simulate_rare_race-25c520.o: in function `thread2_func(void*)': # | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/compiler-rt/lib/tsan/libcxx_tsan_x86_64/include/c++/v1/__condition_variable/condition_variable.h:112:(.text+0x237): undefined reference to `std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)' # | /usr/bin/ld: /tmp/lit-tmp-hza9seva/simulate_rare_race-25c520.o: in function `thread2_func(void*)': # | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/compiler-rt/lib/tsan/libcxx_tsan_x86_64/include/c++/v1/__mutex/unique_lock.h:67:(.text+0x268): undefined reference to `std::__1::mutex::unlock()' # | clang: error: linker command failed with exit code 1 (use -v to see invocation) # `----------------------------- # 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/183200 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
