llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder 
`llvm-clang-x86_64-sie-ubuntu-fast` running on `sie-linux-worker` while 
building `clang` at step 6 "test-build-unified-tree-check-all".

Full details are available at: 
https://lab.llvm.org/buildbot/#/builders/144/builds/14299

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 6 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'Clang :: CodeGen/ubsan-trap-debugloc.c' FAILED 
********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 1: 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/clang 
-cc1 -internal-isystem 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/lib/clang/20/include
 -nostdsysteminc -emit-llvm -disable-llvm-passes -O 
-fsanitize=signed-integer-overflow -fsanitize-trap=signed-integer-overflow 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang/test/CodeGen/ubsan-trap-debugloc.c
 -o - -debug-info-kind=line-tables-only | 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/FileCheck
 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang/test/CodeGen/ubsan-trap-debugloc.c
+ 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/FileCheck
 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang/test/CodeGen/ubsan-trap-debugloc.c
+ 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/clang 
-cc1 -internal-isystem 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/lib/clang/20/include
 -nostdsysteminc -emit-llvm -disable-llvm-passes -O 
-fsanitize=signed-integer-overflow -fsanitize-trap=signed-integer-overflow 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang/test/CodeGen/ubsan-trap-debugloc.c
 -o - -debug-info-kind=line-tables-only
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang/test/CodeGen/ubsan-trap-debugloc.c:20:11:
 error: CHECK: expected string not found in input
// CHECK: [[LOC]] = !DILocation(line: 0
          ^
<stdin>:75:46: note: scanning from here
 call void @llvm.ubsantrap(i8 0) #4, !dbg !26, !nosanitize !9
                                             ^
<stdin>:75:46: note: with "LOC" equal to "!15"
 call void @llvm.ubsantrap(i8 0) #4, !dbg !26, !nosanitize !9
                                             ^
<stdin>:107:3: note: possible intended match here
!14 = !DILocation(line: 7, column: 7, scope: !6)
  ^

Input file: <stdin>
Check file: 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang/test/CodeGen/ubsan-trap-debugloc.c

-dump-input=help explains the following input dump.

Input was:
<<<<<<
            1: ; ModuleID = 
'/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang/test/CodeGen/ubsan-trap-debugloc.c'
 
            2: source_filename = 
"/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang/test/CodeGen/ubsan-trap-debugloc.c"
 
            3: target datalayout = 
"e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128"
 
            4: target triple = "x86_64-scei-ps4" 
            5:  
            6: @.src = private unnamed_addr constant 
[117 x i8] 
c"/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang/test/CodeGen/ubsan-trap-debugloc.c\00",
 align 1 
            7: @0 = private unnamed_addr constant { 
i16, i16, [6 x i8] } { i16 0, i16 11, [6 x i8] c"'int'\00" } 
            8:  
            9: ; Function Attrs: nounwind 
           10: define dso_local void 
@foo(i32 noundef %a) #0 !dbg !6 { 
label:5'0                            ^~~~
label:5'1                            ^~~~
           11: entry: 
           12:  %a.addr = alloca i32, align 4 
           13:  store volatile i32 %a, ptr %a.addr, 
align 4, !tbaa !10 
           14:  %0 = load volatile i32, ptr %a.addr, 
align 4, !dbg !14, !tbaa !10 
           15:  %1 = call { i32, i1 } 
@llvm.sadd.with.overflow.i32(i32 %0, i32 1), !dbg !15, !nosanitize !9 
           16:  %2 = extractvalue { i32, i1 } %1, 0, 
!dbg !15, !nosanitize !9 
           17:  %3 = extractvalue { i32, i1 } %1, 1, 
!dbg !15, !nosanitize !9 
           18:  %4 = xor i1 %3, true, !dbg !15, 
!nosanitize !9 
           19:  br i1 %4, label %cont, label %trap, 
!dbg !15, !nosanitize !9 
           20:  
...

```

</details>

https://github.com/llvm/llvm-project/pull/120464
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to