ninja: Entering directory `out/gn' [0/1] ACTION //llvm/test:check-llvm(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:569: note: using ld.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:569: note: using lld-link: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/lld-link llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:569: note: using ld64.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld64.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:569: note: using wasm-ld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 66085 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50 FAIL: LLVM :: CodeGen/X86/clmul.ll (3110 of 66085) ******************** TEST 'LLVM :: CodeGen/X86/clmul.ll' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 2 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llc < /usr/local/google/home/thakis/src/llvm-project/llvm/test/CodeGen/X86/clmul.ll -mtriple=x86_64-- -mattr=+sse2 | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/CodeGen/X86/clmul.ll --check-prefixes=CHECK,SCALAR # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llc -mtriple=x86_64-- -mattr=+sse2 # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/CodeGen/X86/clmul.ll --check-prefixes=CHECK,SCALAR # RUN: at line 3 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llc < /usr/local/google/home/thakis/src/llvm-project/llvm/test/CodeGen/X86/clmul.ll -mtriple=x86_64-- -mattr=+sse2,+pclmul | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/CodeGen/X86/clmul.ll --check-prefixes=CHECK,SSE-PCLMUL,SSE2-PCLMUL # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/llc -mtriple=x86_64-- -mattr=+sse2,+pclmul # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/llvm/test/CodeGen/X86/clmul.ll --check-prefixes=CHECK,SSE-PCLMUL,SSE2-PCLMUL # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/llvm/test/CodeGen/X86/clmul.ll:3956:20: error: SSE-PCLMUL-NEXT: is not on the line after the previous match # | ; SSE-PCLMUL-NEXT: movzbl %dil, %eax # | ^ # | :440:2: note: 'next' match was here # | movzbl %dil, %eax # | ^ # | :437:9: note: previous match ended here # | # %bb.0: # | ^ # | :438:1: note: non-matching line after previous match is here # | movl $65535, %eax # imm = 0xFFFF # | ^ # | /usr/local/google/home/thakis/src/llvm-project/llvm/test/CodeGen/X86/clmul.ll:4227:20: error: SSE-PCLMUL-NEXT: is not on the line after the previous match # | ; SSE-PCLMUL-NEXT: movzbl %dil, %eax # | ^ # | :508:2: note: 'next' match was here # | movzbl %dil, %eax # | ^ # | :505:9: note: previous match ended here # | # %bb.0: # | ^ # | :506:1: note: non-matching line after previous match is here # | movl $65535, %eax # imm = 0xFFFF # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/llvm/test/CodeGen/X86/clmul.ll # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 435: .type clmulr_i8_allones,@function # | 436: clmulr_i8_allones: # @clmulr_i8_allones # | 437: # %bb.0: # | 438: movl $65535, %eax # imm = 0xFFFF # | 439: movq %rax, %xmm0 # | 440: movzbl %dil, %eax # | next:3956 !~~~~~~~~~~~~~~~~ error: match on wrong line # | 441: movd %eax, %xmm1 # | 442: pclmulqdq $0, %xmm0, %xmm1 # | 443: movq %xmm1, %rax # | 444: shrl $7, %eax # | 445: # kill: def $al killed $al killed $rax # | . # | . # | . # | 503: .type clmulh_i8_allones,@function # | 504: clmulh_i8_allones: # @clmulh_i8_allones # | 505: # %bb.0: # | 506: movl $65535, %eax # imm = 0xFFFF # | 507: movq %rax, %xmm0 # | 508: movzbl %dil, %eax # | next:4227 !~~~~~~~~~~~~~~~~ error: match on wrong line # | 509: movd %eax, %xmm1 # | 510: pclmulqdq $0, %xmm0, %xmm1 # | 511: movq %xmm1, %rax # | 512: shrl $8, %eax # | 513: # kill: def $al killed $al killed $rax # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. ******************** Failed Tests (1): LLVM :: CodeGen/X86/clmul.ll Testing Time: 192.01s Total Discovered Tests: 74736 Skipped : 22 (0.03%) Unsupported : 2880 (3.85%) Passed : 71659 (95.88%) Expectedly Failed: 174 (0.23%) Failed : 1 (0.00%) FAILED: gen/llvm/test/run-lit python3 bin/llvm-lit -sv ../../llvm/test ninja: build stopped: subcommand failed. Command '['ninja', '-C', 'out/gn', 'check-llvm']' returned non-zero exit status 1.