INFO:2024-04-16T13:01:51Z:root:pulling... From https://github.com/llvm/llvm-project * branch main -> FETCH_HEAD 9e7aab951ffb..e7fb49c24e4b main -> origin/main Switched to branch 'main' Your branch is behind 'origin/main' by 1 commit, and can be fast-forwarded. (use "git pull" to update your local branch) HEAD is now at e7fb49c24e4b Switch release notes links to using markup for github issues; NFC INFO:2024-04-16T13:01:55Z:root:syncing... Deleted branch merge (was 9e7aab951ffb). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. INFO:2024-04-16T13:01:56Z:root:building ninja: Entering directory `out/gn' ninja: no work to do. INFO:2024-04-16T13:01:56Z:root:analyze skipping analyze because previous build was not green INFO:2024-04-16T13:01:56Z:root:testing INFO:2024-04-16T13:01:56Z:root:test check-clang ninja: Entering directory `out/gn' [0/2] ACTION //clang/test:check-clang(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:502: note: using clang: /Users/thakis/src/llvm-project/out/gn/bin/clang llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/util.py:473: note: using SDKROOT: '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk' llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:502: note: using ld.lld: /Users/thakis/src/llvm-project/out/gn/bin/ld.lld llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:502: note: using lld-link: /Users/thakis/src/llvm-project/out/gn/bin/lld-link llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:502: note: using ld64.lld: /Users/thakis/src/llvm-project/out/gn/bin/ld64.lld llvm-lit: /Users/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:502: note: using wasm-ld: /Users/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 19174 tests, 8 workers -- Testing: FAIL: Clang :: SemaCXX/instantiate-new-placement-size.cpp (1 of 19174) ******************** TEST 'Clang :: SemaCXX/instantiate-new-placement-size.cpp' FAILED ******************** Exit Code: 1 Command Output (stderr): -- RUN: at line 1: /Users/thakis/src/llvm-project/out/gn/bin/clang -S -fno-discard-value-names -emit-llvm -o - /Users/thakis/src/llvm-project/clang/test/SemaCXX/instantiate-new-placement-size.cpp | /Users/thakis/src/llvm-project/out/gn/bin/FileCheck /Users/thakis/src/llvm-project/clang/test/SemaCXX/instantiate-new-placement-size.cpp + /Users/thakis/src/llvm-project/out/gn/bin/clang -S -fno-discard-value-names -emit-llvm -o - /Users/thakis/src/llvm-project/clang/test/SemaCXX/instantiate-new-placement-size.cpp + /Users/thakis/src/llvm-project/out/gn/bin/FileCheck /Users/thakis/src/llvm-project/clang/test/SemaCXX/instantiate-new-placement-size.cpp /Users/thakis/src/llvm-project/clang/test/SemaCXX/instantiate-new-placement-size.cpp:6:11: error: CHECK: expected string not found in input // CHECK: call void @llvm.memset.p0.i64(ptr align 16 %x, i8 0, i64 32, i1 false) ^ :18:70: note: scanning from here call void @llvm.memset.p0.i64(ptr align 1 %x, i8 0, i64 8, i1 false) ^ :26:2: note: possible intended match here call void @llvm.memset.p0.i64(ptr align 4 %x, i8 0, i64 32, i1 false) ^ Input file: Check file: /Users/thakis/src/llvm-project/clang/test/SemaCXX/instantiate-new-placement-size.cpp -dump-input=help explains the following input dump. Input was: <<<<<< . . . 13: 14: ; Function Attrs: mustprogress noinline nounwind optnone ssp uwtable(sync) 15: define linkonce_odr void @_Z1fIcEvv() #1 { 16: entry: 17: %x = alloca [8 x i8], align 1 18: call void @llvm.memset.p0.i64(ptr align 1 %x, i8 0, i64 8, i1 false) check:6'0 X error: no match found 19: ret void check:6'0 ~~~~~~~~~~ 20: } check:6'0 ~~ 21: check:6'0 ~ 22: ; Function Attrs: mustprogress noinline nounwind optnone ssp uwtable(sync) check:6'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 23: define linkonce_odr void @_Z1fIiEvv() #1 { check:6'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 24: entry: check:6'0 ~~~~~~~ 25: %x = alloca [8 x i32], align 4 check:6'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 26: call void @llvm.memset.p0.i64(ptr align 4 %x, i8 0, i64 32, i1 false) check:6'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ check:6'1 ? possible intended match 27: ret void check:6'0 ~~~~~~~~~~ 28: } check:6'0 ~~ 29: check:6'0 ~ 30: ; Function Attrs: nocallback nofree nounwind willreturn memory(argmem: write) check:6'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31: declare void @llvm.memset.p0.i64(ptr nocapture writeonly, i8, i64, i1 immarg) #2 check:6'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ . . . >>>>>> -- ******************** Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. ******************** Failed Tests (1): Clang :: SemaCXX/instantiate-new-placement-size.cpp Testing Time: 432.12s Total Discovered Tests: 37072 Skipped : 35 (0.09%) Unsupported : 101 (0.27%) Passed : 36902 (99.54%) Expectedly Failed: 33 (0.09%) Failed : 1 (0.00%) FAILED: gen/clang/test/run-lit python3 bin/llvm-lit -sv ../../clang/test ninja: build stopped: subcommand failed. Command '['ninja', '-C', 'out/gn', 'check-clang']' returned non-zero exit status 1.