github-actions[bot] wrote: <!--PREMERGE ADVISOR COMMENT: Linux--> # :penguin: Linux x64 Test Results
* 87234 tests passed * 1376 tests skipped * 4 tests failed ## Failed Tests (click on a test name to see its output) ### lldb-api <details> <summary>lldb-api.python_api/run_locker/TestRunLocker.py</summary> ``` Script: -- /usr/bin/python3 /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/dotest.py -u CXXFLAGS -u CFLAGS --env LLVM_LIBS_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib --env LLVM_INCLUDE_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include --env LLVM_TOOLS_DIR=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin --libcxx-include-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/c++/v1 --libcxx-include-target-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/include/x86_64-unknown-linux-gnu/c++/v1 --libcxx-library-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib/x86_64-unknown-linux-gnu --arch x86_64 --build-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex --lldb-module-cache-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/module-cache-lldb/lldb-api --clang-module-cache-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/module-cache-clang/lldb-api --executable /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/lldb --compiler /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang --dsymutil /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/dsymutil --make /usr/bin/gmake --llvm-tools-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin --lldb-obj-root /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/lldb --lldb-libs-dir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/./lib --cmake-build-type Release /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/python_api/run_locker -p TestRunLocker.py -- Exit Code: 1 Command Output (stdout): -- lldb version 23.0.0git (https://github.com/llvm/llvm-project revision 527da49be9a0b7cf86cb5609ca0d9aeb0164725f) clang revision 527da49be9a0b7cf86cb5609ca0d9aeb0164725f llvm revision 527da49be9a0b7cf86cb5609ca0d9aeb0164725f "can't evaluate expressions when the process is running." Skipping the following test categories: msvcstl, dsym, pdb, gmodules, debugserver, objc -- Command Output (stderr): -- Traceback (most recent call last): File "<input>", line 1, in <module> AttributeError: 'NoneType' object has no attribute 'EvaluateExpression' FAIL: LLDB (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64) :: test_run_locker (TestRunLocker.TestRunLocker.test_run_locker) Log Files: - /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lldb-test-build.noindex/python_api/run_locker/TestRunLocker/Failure_test_run_locker.log PASS: LLDB (/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-x86_64) :: test_run_locker_stop_at_entry (TestRunLocker.TestRunLocker.test_run_locker_stop_at_entry) ====================================================================== FAIL: test_run_locker (TestRunLocker.TestRunLocker.test_run_locker) Test that the run locker is set correctly when we launch ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py", line 160, in wrapper return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/python_api/run_locker/TestRunLocker.py", line 23, in test_run_locker self.runlocker_test(False) File "/home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/test/API/python_api/run_locker/TestRunLocker.py", line 110, in runlocker_test self.assertIn( AssertionError: "can't evaluate expressions when the process is running" not found in '' Config=x86_64-/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang ---------------------------------------------------------------------- Ran 2 tests in 0.645s FAILED (failures=1) -- ``` </details> ### Clang <details> <summary>Clang.Driver/coverage-ld.c</summary> ``` Exit Code: 1 Command Output (stdout): -- # RUN: at line 3 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -### /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/coverage-ld.c 2>&1 --target=i386-unknown-linux -fprofile-arcs -resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir --sysroot=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_linux_tree | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=CHECK-LINUX-I386 /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/coverage-ld.c # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang '-###' /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/coverage-ld.c --target=i386-unknown-linux -fprofile-arcs -resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir --sysroot=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_linux_tree # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=CHECK-LINUX-I386 /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/coverage-ld.c # note: command had no output on stdout or stderr # RUN: at line 9 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -### /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/coverage-ld.c 2>&1 --target=i386-unknown-linux --coverage -resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir --sysroot=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_linux_tree | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=CHECK-LINUX-I386 /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/coverage-ld.c # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang '-###' /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/coverage-ld.c --target=i386-unknown-linux --coverage -resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir --sysroot=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_linux_tree # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=CHECK-LINUX-I386 /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/coverage-ld.c # note: command had no output on stdout or stderr # RUN: at line 20 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -### /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/coverage-ld.c 2>&1 --target=x86_64-unknown-linux --coverage -fuse-ld=ld -resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir --sysroot=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_linux_tree | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=CHECK-LINUX-X86-64 /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/coverage-ld.c # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang '-###' /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/coverage-ld.c --target=x86_64-unknown-linux --coverage -fuse-ld=ld -resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir --sysroot=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_linux_tree # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=CHECK-LINUX-X86-64 /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/coverage-ld.c # note: command had no output on stdout or stderr # RUN: at line 29 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -### /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/coverage-ld.c 2>&1 --target=x86_64-unknown-freebsd --coverage -fuse-ld=ld -resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir --sysroot=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_freebsd64_tree | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=CHECK-FREEBSD-X86-64 /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/coverage-ld.c # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang '-###' /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/coverage-ld.c --target=x86_64-unknown-freebsd --coverage -fuse-ld=ld -resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir --sysroot=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_freebsd64_tree # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=CHECK-FREEBSD-X86-64 /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/coverage-ld.c # .---command stderr------------ # | /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/coverage-ld.c:35:26: error: CHECK-FREEBSD-X86-64: expected string not found in input # | // CHECK-FREEBSD-X86-64: "{{(.*[^-.0-9A-Z_a-z])?}}ld{{(.exe)?}}" # | ^ # | <stdin>:1:1: note: scanning from here # | clang version 23.0.0git (https://github.com/llvm/llvm-project 527da49be9a0b7cf86cb5609ca0d9aeb0164725f) # | ^ # | <stdin>:6:376: note: possible intended match here # | "/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-23" "-cc1" "-triple" "x86_64-unknown-freebsd" "-emit-obj" "-dumpdir" "a-" "-disable-free" "-clear-ast-before-backend" "-main-file-name" "coverage-ld.c" "-mrelocation-model" "static" "-mframe-pointer=all" "-ffp-contract=on" "-fno-rounding-math" "-mconstructor-aliases" "-funwind-tables=2" "-target-cpu" "x86-64" "-tune-cpu" "generic" "-debugger-tuning=gdb" "-fdebug-compilation-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Driver" "-fcoverage-compilation-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Driver" "-coverage-notes-file=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Driver/a-coverage-ld.gcno" "-coverage-data-file=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Driver/a-coverage-ld.gcda" "-resource-dir" "/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir" "-isysroot" "/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_freebsd64_tree" "-internal-isystem" "/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir/include" "-internal-externc-isystem" "/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_freebsd64_tree/usr/include" "-ferror-limit" "19" "-fgnuc-version=4.2.1" "-fskip-odr-check-in-gmf" "-faddrsig" "-fdwarf2-cfi-asm" "-o" "/tmp/lit-tmp-_b40j9hk/coverage-ld-fe6e0d.o" "-x" "c" "/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/coverage-ld.c" # | ^ # | # | Input file: <stdin> # | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/coverage-ld.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: clang version 23.0.0git (https://github.com/llvm/llvm-project 527da49be9a0b7cf86cb5609ca0d9aeb0164725f) # | check:35'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found # | 2: Target: x86_64-unknown-freebsd # | check:35'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 3: Thread model: posix # | check:35'0 ~~~~~~~~~~~~~~~~~~~~ # | 4: InstalledDir: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin # | check:35'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 5: Build config: +assertions # | check:35'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 6: "/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-23" "-cc1" "-triple" "x86_64-unknown-freebsd" "-emit-obj" "-dumpdir" "a-" "-disable-free" "-clear-ast-before-backend" "-main-file-name" "coverage-ld.c" "-mrelocation-model" "static" "-mframe-pointer=all" "-ffp-contract=on" "-fno-rounding-math" "-mconstructor-aliases" "-funwind-tables=2" "-target-cpu" "x86-64" "-tune-cpu" "generic" "-debugger-tuning=gdb" "-fdebug-compilation-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Driver" "-fcoverage-compilation-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Driver" "-coverage-notes-file=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Driver/a-coverage-ld.gcno" "-coverage-data-file=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Driver/a-coverage-ld.gcda" "-resource-dir" "/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir" "-isysroot" "/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_freebsd64_tree" "-internal-isystem" "/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir/include" "-internal-externc-isystem" "/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_freebsd64_tree/usr/include" "-ferror-limit" "19" "-fgnuc-version=4.2.1" "-fskip-odr-check-in-gmf" "-faddrsig" "-fdwarf2-cfi-asm" "-o" "/tmp/lit-tmp-_b40j9hk/coverage-ld-fe6e0d.o" "-x" "c" "/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/coverage-ld.c" # | check:35'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | check:35'1 ? possible intended match # | 7: "/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/ld.lld" "--sysroot=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_freebsd64_tree" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-o" "a.out" "/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_freebsd64_tree/usr/lib/crt1.o" "crti.o" "crtbegin.o" "-L/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_freebsd64_tree/usr/lib" "/tmp/lit-tmp-_b40j9hk/coverage-ld-fe6e0d.o" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "crtend.o" "crtn.o" "/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir/lib/x86_64-unknown-freebsd/libclang_rt.profile.a" # | check:35'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ``` </details> <details> <summary>Clang.Driver/instrprof-ld.c</summary> ``` Exit Code: 1 Command Output (stdout): -- # RUN: at line 3 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -### /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/instrprof-ld.c 2>&1 --target=i386-unknown-linux -fprofile-instr-generate -fuse-ld=ld -resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir --sysroot=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_linux_tree | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=CHECK-LINUX-I386 /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/instrprof-ld.c # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang '-###' /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/instrprof-ld.c --target=i386-unknown-linux -fprofile-instr-generate -fuse-ld=ld -resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir --sysroot=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_linux_tree # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=CHECK-LINUX-I386 /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/instrprof-ld.c # note: command had no output on stdout or stderr # RUN: at line 12 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -### /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/instrprof-ld.c 2>&1 --target=x86_64-unknown-linux -fprofile-instr-generate -fuse-ld=ld -resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir --sysroot=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_linux_tree | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=CHECK-LINUX-X86-64 /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/instrprof-ld.c # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang '-###' /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/instrprof-ld.c --target=x86_64-unknown-linux -fprofile-instr-generate -fuse-ld=ld -resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir --sysroot=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_linux_tree # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=CHECK-LINUX-X86-64 /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/instrprof-ld.c # note: command had no output on stdout or stderr # RUN: at line 21 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -### /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/instrprof-ld.c 2>&1 --target=x86_64-unknown-linux -fprofile-instr-generate -nostdlib -fuse-ld=ld -resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir --sysroot=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_linux_tree | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=CHECK-LINUX-NOSTDLIB-X86-64 /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/instrprof-ld.c # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang '-###' /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/instrprof-ld.c --target=x86_64-unknown-linux -fprofile-instr-generate -nostdlib -fuse-ld=ld -resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir --sysroot=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_linux_tree # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=CHECK-LINUX-NOSTDLIB-X86-64 /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/instrprof-ld.c # note: command had no output on stdout or stderr # RUN: at line 30 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -### /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/instrprof-ld.c 2>&1 --target=x86_64-unknown-freebsd -fprofile-instr-generate -fuse-ld=ld -resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir --sysroot=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_freebsd64_tree | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=CHECK-FREEBSD-X86-64 /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/instrprof-ld.c # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang '-###' /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/instrprof-ld.c --target=x86_64-unknown-freebsd -fprofile-instr-generate -fuse-ld=ld -resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir --sysroot=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_freebsd64_tree # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck --check-prefix=CHECK-FREEBSD-X86-64 /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/instrprof-ld.c # .---command stderr------------ # | /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/instrprof-ld.c:36:26: error: CHECK-FREEBSD-X86-64: expected string not found in input # | // CHECK-FREEBSD-X86-64: "{{(.*[^-.0-9A-Z_a-z])?}}ld{{(.exe)?}}" # | ^ # | <stdin>:1:1: note: scanning from here # | clang version 23.0.0git (https://github.com/llvm/llvm-project 527da49be9a0b7cf86cb5609ca0d9aeb0164725f) # | ^ # | <stdin>:6:377: note: possible intended match here # | "/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-23" "-cc1" "-triple" "x86_64-unknown-freebsd" "-emit-obj" "-dumpdir" "a-" "-disable-free" "-clear-ast-before-backend" "-main-file-name" "instrprof-ld.c" "-mrelocation-model" "static" "-mframe-pointer=all" "-ffp-contract=on" "-fno-rounding-math" "-mconstructor-aliases" "-funwind-tables=2" "-target-cpu" "x86-64" "-tune-cpu" "generic" "-debugger-tuning=gdb" "-fdebug-compilation-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Driver" "-fprofile-instrument=clang" "-fcoverage-compilation-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Driver" "-resource-dir" "/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir" "-isysroot" "/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_freebsd64_tree" "-internal-isystem" "/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir/include" "-internal-externc-isystem" "/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_freebsd64_tree/usr/include" "-ferror-limit" "19" "-fgnuc-version=4.2.1" "-fskip-odr-check-in-gmf" "-faddrsig" "-fdwarf2-cfi-asm" "-o" "/tmp/lit-tmp-_b40j9hk/instrprof-ld-143691.o" "-x" "c" "/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/instrprof-ld.c" # | ^ # | # | Input file: <stdin> # | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/instrprof-ld.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: clang version 23.0.0git (https://github.com/llvm/llvm-project 527da49be9a0b7cf86cb5609ca0d9aeb0164725f) # | check:36'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found # | 2: Target: x86_64-unknown-freebsd # | check:36'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 3: Thread model: posix # | check:36'0 ~~~~~~~~~~~~~~~~~~~~ # | 4: InstalledDir: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin # | check:36'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 5: Build config: +assertions # | check:36'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 6: "/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-23" "-cc1" "-triple" "x86_64-unknown-freebsd" "-emit-obj" "-dumpdir" "a-" "-disable-free" "-clear-ast-before-backend" "-main-file-name" "instrprof-ld.c" "-mrelocation-model" "static" "-mframe-pointer=all" "-ffp-contract=on" "-fno-rounding-math" "-mconstructor-aliases" "-funwind-tables=2" "-target-cpu" "x86-64" "-tune-cpu" "generic" "-debugger-tuning=gdb" "-fdebug-compilation-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Driver" "-fprofile-instrument=clang" "-fcoverage-compilation-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Driver" "-resource-dir" "/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir" "-isysroot" "/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_freebsd64_tree" "-internal-isystem" "/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir/include" "-internal-externc-isystem" "/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_freebsd64_tree/usr/include" "-ferror-limit" "19" "-fgnuc-version=4.2.1" "-fskip-odr-check-in-gmf" "-faddrsig" "-fdwarf2-cfi-asm" "-o" "/tmp/lit-tmp-_b40j9hk/instrprof-ld-143691.o" "-x" "c" "/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/instrprof-ld.c" # | check:36'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | check:36'1 ? possible intended match # | 7: "/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/ld.lld" "--sysroot=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_freebsd64_tree" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-o" "a.out" "/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_freebsd64_tree/usr/lib/crt1.o" "crti.o" "crtbegin.o" "-L/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_freebsd64_tree/usr/lib" "/tmp/lit-tmp-_b40j9hk/instrprof-ld-143691.o" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "crtend.o" "crtn.o" "/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir/lib/x86_64-unknown-freebsd/libclang_rt.profile.a" # | check:36'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ``` </details> <details> <summary>Clang.Driver/sanitizer-ld.c</summary> ``` Exit Code: 1 Command Output (stdout): -- # RUN: at line 12 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -### /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c 2>&1 --target=i386-unknown-linux -fuse-ld=ld -fsanitize=address -resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir --sysroot=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_linux_tree | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c --implicit-check-not="libclang_rt.{{([^biow])}}" --check-prefix=CHECK-ASAN-LINUX # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang '-###' /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c --target=i386-unknown-linux -fuse-ld=ld -fsanitize=address -resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir --sysroot=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_linux_tree # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c '--implicit-check-not=libclang_rt.{{([^biow])}}' --check-prefix=CHECK-ASAN-LINUX # note: command had no output on stdout or stderr # RUN: at line 30 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -fsanitize=address -fno-sanitize-link-runtime -### /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c 2>&1 --target=x86_64-unknown-linux -fuse-ld=ld -resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir --sysroot=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_linux_tree | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c --implicit-check-not="libclang_rt.{{([^biow])}}" --check-prefix=CHECK-ASAN-NO-LINK-RUNTIME-LINUX # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -fsanitize=address -fno-sanitize-link-runtime '-###' /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c --target=x86_64-unknown-linux -fuse-ld=ld -resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir --sysroot=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_linux_tree # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c '--implicit-check-not=libclang_rt.{{([^biow])}}' --check-prefix=CHECK-ASAN-NO-LINK-RUNTIME-LINUX # note: command had no output on stdout or stderr # RUN: at line 38 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -fsanitize=address -fno-sanitize-link-runtime -### /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c 2>&1 --target=arm64e-apple-macosx -fuse-ld=ld -resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir --sysroot=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_linux_tree | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c --implicit-check-not="libclang_rt.{{([^biow])}}" --check-prefix=CHECK-ASAN-NO-LINK-RUNTIME-DARWIN # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -fsanitize=address -fno-sanitize-link-runtime '-###' /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c --target=arm64e-apple-macosx -fuse-ld=ld -resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir --sysroot=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_linux_tree # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c '--implicit-check-not=libclang_rt.{{([^biow])}}' --check-prefix=CHECK-ASAN-NO-LINK-RUNTIME-DARWIN # note: command had no output on stdout or stderr # RUN: at line 46 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -fsanitize=address -### /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c 2>&1 --target=x86_64-unknown-linux -fuse-ld=ld -resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir --sysroot=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_linux_tree | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c --implicit-check-not="libclang_rt.{{([^biow])}}" --check-prefix=CHECK-ASAN-EXECUTABLE-LINUX # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -fsanitize=address '-###' /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c --target=x86_64-unknown-linux -fuse-ld=ld -resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir --sysroot=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_linux_tree # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c '--implicit-check-not=libclang_rt.{{([^biow])}}' --check-prefix=CHECK-ASAN-EXECUTABLE-LINUX # note: command had no output on stdout or stderr # RUN: at line 56 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -fsanitize=address -shared -### /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c 2>&1 --target=x86_64-unknown-linux -fuse-ld=ld -resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir --sysroot=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_linux_tree | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c --implicit-check-not="libclang_rt.{{([^biow])}}" --check-prefix=CHECK-ASAN-SHARED-LINUX # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -fsanitize=address -shared '-###' /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c --target=x86_64-unknown-linux -fuse-ld=ld -resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir --sysroot=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_linux_tree # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c '--implicit-check-not=libclang_rt.{{([^biow])}}' --check-prefix=CHECK-ASAN-SHARED-LINUX # note: command had no output on stdout or stderr # RUN: at line 64 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -### /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c 2>&1 --target=i386-unknown-linux -fuse-ld=ld -fsanitize=address -shared-libsan -resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir --sysroot=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_linux_tree | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c --implicit-check-not="libclang_rt.{{([^biow])}}" --check-prefix=CHECK-SHARED-ASAN-LINUX # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang '-###' /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c --target=i386-unknown-linux -fuse-ld=ld -fsanitize=address -shared-libsan -resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir --sysroot=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_linux_tree # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c '--implicit-check-not=libclang_rt.{{([^biow])}}' --check-prefix=CHECK-SHARED-ASAN-LINUX # note: command had no output on stdout or stderr # RUN: at line 70 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -### /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c 2>&1 --target=i386-unknown-linux -fuse-ld=ld -fsanitize=address -shared-libasan -resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir --sysroot=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_linux_tree | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c --implicit-check-not="libclang_rt.{{([^biow])}}" --check-prefix=CHECK-SHARED-ASAN-LINUX # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang '-###' /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c --target=i386-unknown-linux -fuse-ld=ld -fsanitize=address -shared-libasan -resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir --sysroot=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_linux_tree # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c '--implicit-check-not=libclang_rt.{{([^biow])}}' --check-prefix=CHECK-SHARED-ASAN-LINUX # note: command had no output on stdout or stderr # RUN: at line 76 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -### /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c 2>&1 --target=i386-unknown-linux -fuse-ld=ld -fsanitize=address -shared-libsan -static-libsan -shared-libasan -resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir --sysroot=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_linux_tree | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c --implicit-check-not="libclang_rt.{{([^biow])}}" --check-prefix=CHECK-SHARED-ASAN-LINUX # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang '-###' /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c --target=i386-unknown-linux -fuse-ld=ld -fsanitize=address -shared-libsan -static-libsan -shared-libasan -resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir --sysroot=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_linux_tree # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c '--implicit-check-not=libclang_rt.{{([^biow])}}' --check-prefix=CHECK-SHARED-ASAN-LINUX # note: command had no output on stdout or stderr # RUN: at line 95 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -### /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Driver/Output/sanitizer-ld.c.tmp.so -shared 2>&1 --target=i386-unknown-linux -fuse-ld=ld -fsanitize=address -shared-libsan -resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir --sysroot=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_linux_tree | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c --implicit-check-not="libclang_rt.{{([^biow])}}" --check-prefix=CHECK-DSO-SHARED-ASAN-LINUX # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang '-###' /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c -o /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Driver/Output/sanitizer-ld.c.tmp.so -shared --target=i386-unknown-linux -fuse-ld=ld -fsanitize=address -shared-libsan -resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir --sysroot=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_linux_tree # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c '--implicit-check-not=libclang_rt.{{([^biow])}}' --check-prefix=CHECK-DSO-SHARED-ASAN-LINUX # note: command had no output on stdout or stderr # RUN: at line 112 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -### /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c 2>&1 --target=i386-unknown-freebsd -fuse-ld=ld -fsanitize=address -resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir --sysroot=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_freebsd_tree | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c --implicit-check-not="libclang_rt.{{([^biow])}}" --check-prefix=CHECK-ASAN-FREEBSD # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang '-###' /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c --target=i386-unknown-freebsd -fuse-ld=ld -fsanitize=address -resource-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir --sysroot=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_freebsd_tree # note: command had no output on stdout or stderr # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c '--implicit-check-not=libclang_rt.{{([^biow])}}' --check-prefix=CHECK-ASAN-FREEBSD # .---command stderr------------ # | /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c:118:24: error: CHECK-ASAN-FREEBSD: expected string not found in input # | // CHECK-ASAN-FREEBSD: "{{(.*[^-.0-9A-Z_a-z])?}}ld{{(.exe)?}}" # | ^ # | <stdin>:1:1: note: scanning from here # | clang version 23.0.0git (https://github.com/llvm/llvm-project 527da49be9a0b7cf86cb5609ca0d9aeb0164725f) # | ^ # | <stdin>:6:1702: note: possible intended match here # | "/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-23" "-cc1" "-triple" "i386-unknown-freebsd" "-emit-obj" "-dumpdir" "a-" "-disable-free" "-clear-ast-before-backend" "-main-file-name" "sanitizer-ld.c" "-mrelocation-model" "static" "-mframe-pointer=all" "-ffp-contract=on" "-fno-rounding-math" "-mconstructor-aliases" "-funwind-tables=2" "-target-cpu" "i686" "-tune-cpu" "generic" "-debugger-tuning=gdb" "-fdebug-compilation-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Driver" "-fcoverage-compilation-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Driver" "-resource-dir" "/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir" "-isysroot" "/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_freebsd_tree" "-internal-isystem" "/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir/include" "-internal-externc-isystem" "/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_freebsd_tree/usr/include" "-ferror-limit" "19" "-fgnuc-version=4.2.1" "-fskip-odr-check-in-gmf" "-fsanitize=address" "-fsanitize-system-ignorelist=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir/share/asan_ignorelist.txt" "-fno-sanitize-memory-param-retval" "-fsanitize-address-use-after-scope" "-fsanitize-address-globals-dead-stripping" "-fno-assume-sane-operator-new" "-faddrsig" "-fdwarf2-cfi-asm" "-o" "/tmp/lit-tmp-_b40j9hk/sanitizer-ld-e5bd12.o" "-x" "c" "/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c" # | ^ # | # | Input file: <stdin> # | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: clang version 23.0.0git (https://github.com/llvm/llvm-project 527da49be9a0b7cf86cb5609ca0d9aeb0164725f) # | check:118'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found # | 2: Target: i386-unknown-freebsd # | check:118'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 3: Thread model: posix # | check:118'0 ~~~~~~~~~~~~~~~~~~~~ # | 4: InstalledDir: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin # | check:118'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 5: Build config: +assertions # | check:118'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 6: "/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang-23" "-cc1" "-triple" "i386-unknown-freebsd" "-emit-obj" "-dumpdir" "a-" "-disable-free" "-clear-ast-before-backend" "-main-file-name" "sanitizer-ld.c" "-mrelocation-model" "static" "-mframe-pointer=all" "-ffp-contract=on" "-fno-rounding-math" "-mconstructor-aliases" "-funwind-tables=2" "-target-cpu" "i686" "-tune-cpu" "generic" "-debugger-tuning=gdb" "-fdebug-compilation-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Driver" "-fcoverage-compilation-dir=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Driver" "-resource-dir" "/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir" "-isysroot" "/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_freebsd_tree" "-internal-isystem" "/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir/include" "-internal-externc-isystem" "/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_freebsd_tree/usr/include" "-ferror-limit" "19" "-fgnuc-version=4.2.1" "-fskip-odr-check-in-gmf" "-fsanitize=address" "-fsanitize-system-ignorelist=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir/share/asan_ignorelist.txt" "-fno-sanitize-memory-param-retval" "-fsanitize-address-use-after-scope" "-fsanitize-address-globals-dead-stripping" "-fno-assume-sane-operator-new" "-faddrsig" "-fdwarf2-cfi-asm" "-o" "/tmp/lit-tmp-_b40j9hk/sanitizer-ld-e5bd12.o" "-x" "c" "/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/sanitizer-ld.c" # | check:118'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | check:118'1 ? possible intended match # | 7: "/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/ld.lld" "--sysroot=/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_freebsd_tree" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--hash-style=both" "--enable-new-dtags" "-m" "elf_i386_fbsd" "-o" "a.out" "/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_freebsd_tree/usr/lib/crt1.o" "crti.o" "crtbegin.o" "-L/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/basic_freebsd_tree/usr/lib" "--whole-archive" "/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir/lib/i386-unknown-freebsd/libclang_rt.asan_static.a" "--no-whole-archive" "--whole-archive" "/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Driver/Inputs/resource_dir/lib/i386-unknown-freebsd/libclang_rt.asan.a" "--no-whole-archive" "--export-dynamic" "/tmp/lit-tmp-_b40j9hk/sanitizer-ld-e5bd12.o" "--no-as-needed" "-lpthread" "-lrt" "-lm" "-lexecinfo" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "crtend.o" "crtn.o" # | check:118'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | >>>>>> # `----------------------------- # 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/190596 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
