github-actions[bot] wrote: <!--PREMERGE ADVISOR COMMENT: Linux--> # :penguin: Linux x64 Test Results
* 85440 tests passed * 1203 tests skipped * 1 test failed ## Failed Tests (click on a test name to see its output) ### Clang <details> <summary>Clang.CodeGen/lifetime-bug-2.c</summary> ``` Exit Code: 1 Command Output (stdout): -- # RUN: at line 2 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1 -internal-isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include -nostdsysteminc -O2 -emit-llvm -disable-llvm-passes /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/lifetime-bug-2.c -o - | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/lifetime-bug-2.c # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1 -internal-isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include -nostdsysteminc -O2 -emit-llvm -disable-llvm-passes /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/lifetime-bug-2.c -o - # .---command stderr------------ # | /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/lifetime-bug-2.c:52:58: warning: passing arguments to 'bch2_btree_iter_peek_max' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] # | 52 | bch2_trans_update_extent_k = bch2_btree_iter_peek_max((0, __trans_tmp_85)); # | | ^ # | /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/lifetime-bug-2.c:57:1: warning: label at end of compound statement is a C23 extension [-Wc23-extensions] # | 57 | } # | | ^ # | /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/lifetime-bug-2.c:52:60: warning: left operand of comma operator has no effect [-Wunused-value] # | 52 | bch2_trans_update_extent_k = bch2_btree_iter_peek_max((0, __trans_tmp_85)); # | | ^ # | 3 warnings generated. # `----------------------------- # 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/CodeGen/lifetime-bug-2.c # .---command stderr------------ # | /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/lifetime-bug-2.c:17:16: error: CHECK-NEXT: is not on the line after the previous match # | // CHECK-NEXT: [[CLEANUP_DEST_SLOT:%.*]] = alloca i32, align 4 # | ^ # | <stdin>:21:2: note: 'next' match was here # | %cleanup.dest.slot = alloca i32, align 4 # | ^ # | <stdin>:19:51: note: previous match ended here # | %undef.agg.tmp = alloca %struct.bkey_s_c, align 1 # | ^ # | <stdin>:20:1: note: non-matching line after previous match is here # | %cleanup.isactive = alloca i1, align 1 # | ^ # | # | Input file: <stdin> # | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/CodeGen/lifetime-bug-2.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 16: %done = alloca i8, align 1 # | 17: %tmp = alloca %struct.bkey_s_c, align 1 # | 18: %agg.tmp = alloca %struct.anon, align 1 # | 19: %undef.agg.tmp = alloca %struct.bkey_s_c, align 1 # | 20: %cleanup.isactive = alloca i1, align 1 # | 21: %cleanup.dest.slot = alloca i32, align 4 # | next:17 !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: match on wrong line # | 22: call void @llvm.lifetime.start.p0(ptr %done) #4 # | 23: store i1 true, ptr %cleanup.isactive, align 1 # | 24: call void @llvm.lifetime.start.p0(ptr %tmp) #4 # | 25: call void @llvm.lifetime.start.p0(ptr %agg.tmp) #4 # | 26: call void @llvm.memcpy.p0.p0.i64(ptr align 1 %agg.tmp, ptr align 1 @__trans_tmp_85, i64 0, i1 false), !tbaa.struct !6 # | . # | . # | . # | >>>>>> # `----------------------------- # 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/175816 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
