Issue 203326
Summary CI failing on three tests in Flang :: Lower/OpenMP/DelayedPrivatization/target-teams-*
Labels infrastructure
Assignees
Reporter bonachea
    CI is failing on the following `Flang :: Lower/OpenMP/DelayedPrivatization` tests in multiple recent, independent PRs that are unrelated to those tests:

```
2026-06-11T15:52:13.1847084Z Failed Tests (3):
2026-06-11T15:52:13.1847675Z   Flang :: Lower/OpenMP/DelayedPrivatization/target-teams-distribute-parallel-do-simd-private-adjustable-array.f90
2026-06-11T15:52:13.1848479Z Flang :: Lower/OpenMP/DelayedPrivatization/target-teams-distribute-private-adjustable-array.f90
2026-06-11T15:52:13.1849221Z Flang :: Lower/OpenMP/DelayedPrivatization/target-teams-nested-distribute-private-adjustable-array.f90
```

Examples:

1. https://github.com/llvm/llvm-project/pull/203307
2. https://github.com/llvm/llvm-project/pull/202450

Example output (Linux):
```
2026-06-11T16:10:22.5048577Z FAIL: Flang :: Lower/OpenMP/DelayedPrivatization/target-teams-distribute-private-adjustable-array.f90 (2275 of 4494)
2026-06-11T16:10:22.5050525Z ******************** TEST 'Flang :: Lower/OpenMP/DelayedPrivatization/target-teams-distribute-private-adjustable-array.f90' FAILED ********************
2026-06-11T16:10:22.5051838Z Exit Code: 1
2026-06-11T16:10:22.5052055Z 
2026-06-11T16:10:22.5052235Z Command Output (stdout):
2026-06-11T16:10:22.5052662Z --
2026-06-11T16:10:22.5053004Z # RUN: at line 4
2026-06-11T16:10:22.5058363Z /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -fc1 -fintrinsic-modules-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/finclude/flang/x86_64-unknown-linux-gnu -triple amdgcn-amd-amdhsa -emit-hlfir      -fopenmp -fopenmp-is-target-device -mmlir --enable-delayed-privatization-staging      -o - /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/DelayedPrivatization/target-teams-distribute-private-adjustable-array.f90 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/DelayedPrivatization/target-teams-distribute-private-adjustable-array.f90
2026-06-11T16:10:22.5066329Z # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -fc1 -fintrinsic-modules-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/finclude/flang/x86_64-unknown-linux-gnu -triple amdgcn-amd-amdhsa -emit-hlfir -fopenmp -fopenmp-is-target-device -mmlir --enable-delayed-privatization-staging -o - /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/DelayedPrivatization/target-teams-distribute-private-adjustable-array.f90
2026-06-11T16:10:22.5069869Z # note: command had no output on stdout or stderr
2026-06-11T16:10:22.5070382Z # error: command failed with exit status: 1
2026-06-11T16:10:22.5072063Z # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/DelayedPrivatization/target-teams-distribute-private-adjustable-array.f90
2026-06-11T16:10:22.5073811Z # .---command stderr------------
2026-06-11T16:10:22.5075326Z # | /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/DelayedPrivatization/target-teams-distribute-private-adjustable-array.f90:45:16: error: CHECK-LABEL: expected string not found in input
2026-06-11T16:10:22.5077445Z # | ! CHECK-LABEL: omp.private {type = private} @{{.*}}Etmp_private_box_64xf32 : !fir.box<!fir.array<64xf32>> init {
2026-06-11T16:10:22.5078264Z # | ^
2026-06-11T16:10:22.5078589Z # | <stdin>:1:1: note: scanning from here
2026-06-11T16:10:22.5079909Z # | flang (MLIR option parsing): Unknown command line argument '--enable-delayed-privatization-staging'. Try: 'flang (MLIR option parsing) --help'
2026-06-11T16:10:22.5080820Z # | ^
2026-06-11T16:10:22.5081083Z # | 
2026-06-11T16:10:22.5081351Z # | Input file: <stdin>
2026-06-11T16:10:22.5082373Z # | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/DelayedPrivatization/target-teams-distribute-private-adjustable-array.f90
2026-06-11T16:10:22.5083833Z # | 
2026-06-11T16:10:22.5084177Z # | -dump-input=help explains the following input dump.
2026-06-11T16:10:22.5084605Z # | 
2026-06-11T16:10:22.5084867Z # | Input was:
2026-06-11T16:10:22.5085134Z # | <<<<<<
2026-06-11T16:10:22.5085936Z # |           1: flang (MLIR option parsing): Unknown command line argument '--enable-delayed-privatization-staging'. Try: 'flang (MLIR option parsing) --help' 
2026-06-11T16:10:22.5087543Z # | label:45 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
2026-06-11T16:10:22.5088503Z # |           2: flang (MLIR option parsing): Did you mean '--enable-delayed-privatization'? 
2026-06-11T16:10:22.5089357Z # | label:45 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2026-06-11T16:10:22.5089846Z # | >>>>>>
2026-06-11T16:10:22.5090122Z # `-----------------------------
2026-06-11T16:10:22.5090495Z # error: command failed with exit status: 1
2026-06-11T16:10:22.5090779Z 
2026-06-11T16:10:22.5090889Z --
2026-06-11T16:10:22.5091047Z 
2026-06-11T16:10:22.5091163Z ********************
2026-06-11T16:10:22.6819802Z Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80
2026-06-11T16:10:22.6842537Z FAIL: Flang :: Lower/OpenMP/DelayedPrivatization/target-teams-nested-distribute-private-adjustable-array.f90 (2424 of 4494)
2026-06-11T16:10:22.6844349Z ******************** TEST 'Flang :: Lower/OpenMP/DelayedPrivatization/target-teams-nested-distribute-private-adjustable-array.f90' FAILED ********************
2026-06-11T16:10:22.6845608Z Exit Code: 1
2026-06-11T16:10:22.6845971Z 
2026-06-11T16:10:22.6846515Z Command Output (stdout):
2026-06-11T16:10:22.6847336Z --
2026-06-11T16:10:22.6847830Z # RUN: at line 4
2026-06-11T16:10:22.6852484Z /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -fc1 -fintrinsic-modules-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/finclude/flang/x86_64-unknown-linux-gnu -triple amdgcn-amd-amdhsa -emit-hlfir      -fopenmp -fopenmp-is-target-device -mmlir --enable-delayed-privatization-staging      -o - /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/DelayedPrivatization/target-teams-nested-distribute-private-adjustable-array.f90 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/DelayedPrivatization/target-teams-nested-distribute-private-adjustable-array.f90
2026-06-11T16:10:22.6859879Z # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -fc1 -fintrinsic-modules-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/finclude/flang/x86_64-unknown-linux-gnu -triple amdgcn-amd-amdhsa -emit-hlfir -fopenmp -fopenmp-is-target-device -mmlir --enable-delayed-privatization-staging -o - /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/DelayedPrivatization/target-teams-nested-distribute-private-adjustable-array.f90
2026-06-11T16:10:22.6863459Z # note: command had no output on stdout or stderr
2026-06-11T16:10:22.6864194Z # error: command failed with exit status: 1
2026-06-11T16:10:22.6866171Z # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/DelayedPrivatization/target-teams-nested-distribute-private-adjustable-array.f90
2026-06-11T16:10:22.6868709Z # .---command stderr------------
2026-06-11T16:10:22.6870500Z # | /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/DelayedPrivatization/target-teams-nested-distribute-private-adjustable-array.f90:29:16: error: CHECK-LABEL: expected string not found in input
2026-06-11T16:10:22.6872649Z # | ! CHECK-LABEL: omp.private {type = private} @{{.*}}Etmp_private_heap_box_Uxf32 : !fir.box<!fir.array<?xf32>> init {
2026-06-11T16:10:22.6874104Z # | ^
2026-06-11T16:10:22.6874564Z # | <stdin>:1:1: note: scanning from here
2026-06-11T16:10:22.6875333Z # | flang (MLIR option parsing): Unknown command line argument '--enable-delayed-privatization-staging'. Try: 'flang (MLIR option parsing) --help'
2026-06-11T16:10:22.6876219Z # | ^
2026-06-11T16:10:22.6876725Z # | 
2026-06-11T16:10:22.6877283Z # | Input file: <stdin>
2026-06-11T16:10:22.6878570Z # | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/DelayedPrivatization/target-teams-nested-distribute-private-adjustable-array.f90
2026-06-11T16:10:22.6879863Z # | 
2026-06-11T16:10:22.6880276Z # | -dump-input=help explains the following input dump.
2026-06-11T16:10:22.6880786Z # | 
2026-06-11T16:10:22.6881082Z # | Input was:
2026-06-11T16:10:22.6881400Z # | <<<<<<
2026-06-11T16:10:22.6882281Z # |           1: flang (MLIR option parsing): Unknown command line argument '--enable-delayed-privatization-staging'. Try: 'flang (MLIR option parsing) --help' 
2026-06-11T16:10:22.6883211Z # | label:29 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
2026-06-11T16:10:22.6883897Z # |           2: flang (MLIR option parsing): Did you mean '--enable-delayed-privatization'? 
2026-06-11T16:10:22.6884402Z # | label:29 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2026-06-11T16:10:22.6884744Z # | >>>>>>
2026-06-11T16:10:22.6885031Z # `-----------------------------
2026-06-11T16:10:22.6885490Z # error: command failed with exit status: 1
2026-06-11T16:10:22.6885826Z 
2026-06-11T16:10:22.6885970Z --
2026-06-11T16:10:22.6886133Z 
2026-06-11T16:10:22.6886267Z ********************
2026-06-11T16:10:22.7597730Z Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80
2026-06-11T16:10:22.7599510Z FAIL: Flang :: Lower/OpenMP/DelayedPrivatization/target-teams-distribute-parallel-do-simd-private-adjustable-array.f90 (2496 of 4494)
2026-06-11T16:10:22.7606608Z ******************** TEST 'Flang :: Lower/OpenMP/DelayedPrivatization/target-teams-distribute-parallel-do-simd-private-adjustable-array.f90' FAILED ********************
2026-06-11T16:10:22.7611905Z Exit Code: 1
2026-06-11T16:10:22.7612152Z 
2026-06-11T16:10:22.7612344Z Command Output (stdout):
2026-06-11T16:10:22.7612718Z --
2026-06-11T16:10:22.7614385Z # RUN: at line 4
2026-06-11T16:10:22.7620123Z /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -fc1 -fintrinsic-modules-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/finclude/flang/x86_64-unknown-linux-gnu -triple amdgcn-amd-amdhsa -emit-hlfir      -fopenmp -fopenmp-is-target-device -mmlir --enable-delayed-privatization-staging      -o - /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/DelayedPrivatization/target-teams-distribute-parallel-do-simd-private-adjustable-array.f90 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/DelayedPrivatization/target-teams-distribute-parallel-do-simd-private-adjustable-array.f90
2026-06-11T16:10:22.7629233Z # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/flang -fc1 -fintrinsic-modules-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/finclude/flang/x86_64-unknown-linux-gnu -triple amdgcn-amd-amdhsa -emit-hlfir -fopenmp -fopenmp-is-target-device -mmlir --enable-delayed-privatization-staging -o - /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/DelayedPrivatization/target-teams-distribute-parallel-do-simd-private-adjustable-array.f90
2026-06-11T16:10:22.7633357Z # note: command had no output on stdout or stderr
2026-06-11T16:10:22.7634099Z # error: command failed with exit status: 1
2026-06-11T16:10:22.7637420Z # executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/DelayedPrivatization/target-teams-distribute-parallel-do-simd-private-adjustable-array.f90
2026-06-11T16:10:22.7639624Z # .---command stderr------------
2026-06-11T16:10:22.7641545Z # | /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/DelayedPrivatization/target-teams-distribute-parallel-do-simd-private-adjustable-array.f90:29:16: error: CHECK-LABEL: expected string not found in input
2026-06-11T16:10:22.7643964Z # | ! CHECK-LABEL: omp.private {type = private} @{{.*}}Etmp_private_box_Uxf32 : !fir.box<!fir.array<?xf32>> init {
2026-06-11T16:10:22.7645078Z # | ^
2026-06-11T16:10:22.7645825Z # | <stdin>:1:1: note: scanning from here
2026-06-11T16:10:22.7647436Z # | flang (MLIR option parsing): Unknown command line argument '--enable-delayed-privatization-staging'. Try: 'flang (MLIR option parsing) --help'
2026-06-11T16:10:22.7648846Z # | ^
2026-06-11T16:10:22.7649390Z # | 
2026-06-11T16:10:22.7649924Z # | Input file: <stdin>
2026-06-11T16:10:22.7651599Z # | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/flang/test/Lower/OpenMP/DelayedPrivatization/target-teams-distribute-parallel-do-simd-private-adjustable-array.f90
2026-06-11T16:10:22.7653321Z # | 
2026-06-11T16:10:22.7653987Z # | -dump-input=help explains the following input dump.
2026-06-11T16:10:22.7654728Z # | 
2026-06-11T16:10:22.7655250Z # | Input was:
2026-06-11T16:10:22.7655965Z # | <<<<<<
2026-06-11T16:10:22.7657715Z # |           1: flang (MLIR option parsing): Unknown command line argument '--enable-delayed-privatization-staging'. Try: 'flang (MLIR option parsing) --help' 
2026-06-11T16:10:22.7660025Z # | label:29 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
2026-06-11T16:10:22.7661660Z # |           2: flang (MLIR option parsing): Did you mean '--enable-delayed-privatization'? 
2026-06-11T16:10:22.7662597Z # | label:29 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2026-06-11T16:10:22.7663221Z # | >>>>>>
2026-06-11T16:10:22.7663557Z # `-----------------------------
2026-06-11T16:10:22.7664034Z # error: command failed with exit status: 1
```
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to