llvm / llvm/llvm-project

MLIR.Dialect/OpenACC/acc-specialize-for-host.mlir failing in CI

Open
#184,263 1 comment 0 reactions 0 assignees View on GitHub
infrastructure
Dominant language
LLVM
Stars
40.5k
Forks
18.7k
PR merge metrics
PR metrics pending

Description

In this NFC PR: https://github.com/llvm/llvm-project/pull/184225
I got this test failure:
```
Exit Code: 2

Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\mlir-opt.exe C:\_work\llvm-project\llvm-project\mlir\test\Dialect\OpenACC\acc-specialize-for-host.mlir -acc-specialize-for-host | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\mlir\test\Dialect\OpenACC\acc-specialize-for-host.mlir
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\mlir-opt.exe' 'C:\_work\llvm-project\llvm-project\mlir\test\Dialect\OpenACC\acc-specialize-for-host.mlir' -acc-specialize-for-host
# .---command stderr------------
# | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug.
# | Exception Code: 0xC0000005
# | #0 0x00007ff75e0f4748 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\mlir-opt.exe+0x2b14748)
# | #1 0x00007ff75da2f05d mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\mlir-opt.exe+0x244f05d)
# | #2 0x00007ff75da2eae2 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\mlir-opt.exe+0x244eae2)
# | #3 0x00007ff75da2bbaa mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\mlir-opt.exe+0x244bbaa)
# | #4 0x00007ff75d6384ff mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\mlir-opt.exe+0x20584ff)
# | #5 0x00007ff75b95ebbf (c:\_work\llvm-project\llvm-project\build\bin\mlir-opt.exe+0x37ebbf)
# | #6 0x00007ff75b95f5d6 (c:\_work\llvm-project\llvm-project\build\bin\mlir-opt.exe+0x37f5d6)
# | #7 0x00007ff75b96ec9a (c:\_work\llvm-project\llvm-project\build\bin\mlir-opt.exe+0x38ec9a)
# | #8 0x00007ff75b96c3e9 (c:\_work\llvm-project\llvm-project\build\bin\mlir-opt.exe+0x38c3e9)
# | #9 0x00007ff75b96bd6b (c:\_work\llvm-project\llvm-project\build\bin\mlir-opt.exe+0x38bd6b)
# | #10 0x00007ff75b96bb7d (c:\_work\llvm-project\llvm-project\build\bin\mlir-opt.exe+0x38bb7d)
# | #11 0x00007ff75e6ba2a2 mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\mlir-opt.exe+0x30da2a2)
# | #12 0x00007ff75e6bb61e mlir::detail::FallbackTypeIDResolver::registerImplicitTypeID(class llvm::StringRef) (c:\_work\llvm-project\llvm-project\build\bin\mlir-opt.exe+0x30db61e)
# | #13 0x00007fff8d266b4c (C:\Windows\System32\ucrtbase.dll+0x26b4c)
# | #14 0x00007fff91964cb0 (C:\Windows\System32\KERNEL32.DLL+0x14cb0)
# | #15 0x00007fff9e59edcb (C:\Windows\SYSTEM32\ntdll.dll+0x7edcb)
# `-----------------------------
# error: command failed with exit status: 0xc0000005
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 'C:\_work\llvm-project\llvm-project\mlir\test\Dialect\OpenACC\acc-specialize-for-host.mlir'
# .---command stderr------------
# | FileCheck error: '' is empty.
# | FileCheck command line: c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe C:\_work\llvm-project\llvm-project\mlir\test\Dialect\OpenACC\acc-specialize-for-host.mlir
# `-----------------------------
# error: command failed with exit status: 2

--
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.