[flang-commits] [flang] Revert "[flang] add extra component information in fir.type_info" (PR #96937)

LLVM Continuous Integration via flang-commits flang-commits at lists.llvm.org
Thu Jun 27 10:50:38 PDT 2024


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `premerge-monolithic-linux` running on `premerge-linux-1` while building `flang` at step 7 "test-build-unified-tree-check-all".

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

Here is the relevant piece of the build log for the reference:
```
Step 7 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'ThreadSanitizer-x86_64 :: debugging.cpp' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 1: /build/buildbot/premerge-monolithic-linux/build/./bin/clang  --driver-mode=g++ -fsanitize=thread -Wall  -m64  -msse4.2   -gline-tables-only -I/build/buildbot/premerge-monolithic-linux/llvm-project/compiler-rt/test/tsan/../ -std=c++11 -I/build/buildbot/premerge-monolithic-linux/llvm-project/compiler-rt/test/tsan/../ -O1 /build/buildbot/premerge-monolithic-linux/llvm-project/compiler-rt/test/tsan/debugging.cpp -o /build/buildbot/premerge-monolithic-linux/build/runtimes/runtimes-bins/compiler-rt/test/tsan/X86_64Config/Output/debugging.cpp.tmp
+ /build/buildbot/premerge-monolithic-linux/build/./bin/clang --driver-mode=g++ -fsanitize=thread -Wall -m64 -msse4.2 -gline-tables-only -I/build/buildbot/premerge-monolithic-linux/llvm-project/compiler-rt/test/tsan/../ -std=c++11 -I/build/buildbot/premerge-monolithic-linux/llvm-project/compiler-rt/test/tsan/../ -O1 /build/buildbot/premerge-monolithic-linux/llvm-project/compiler-rt/test/tsan/debugging.cpp -o /build/buildbot/premerge-monolithic-linux/build/runtimes/runtimes-bins/compiler-rt/test/tsan/X86_64Config/Output/debugging.cpp.tmp
RUN: at line 2: /build/buildbot/premerge-monolithic-linux/llvm-project/compiler-rt/test/tsan/deflake.bash 10  /build/buildbot/premerge-monolithic-linux/build/runtimes/runtimes-bins/compiler-rt/test/tsan/X86_64Config/Output/debugging.cpp.tmp 2>&1 | FileCheck /build/buildbot/premerge-monolithic-linux/llvm-project/compiler-rt/test/tsan/debugging.cpp
+ /build/buildbot/premerge-monolithic-linux/llvm-project/compiler-rt/test/tsan/deflake.bash 10 /build/buildbot/premerge-monolithic-linux/build/runtimes/runtimes-bins/compiler-rt/test/tsan/X86_64Config/Output/debugging.cpp.tmp
+ FileCheck /build/buildbot/premerge-monolithic-linux/llvm-project/compiler-rt/test/tsan/debugging.cpp
/build/buildbot/premerge-monolithic-linux/llvm-project/compiler-rt/test/tsan/debugging.cpp:40:12: error: CHECK: expected string not found in input
 // CHECK: &my_global = [[GLOBAL:0x[0-9a-f]+]]
           ^
<stdin>:1:1: note: scanning from here
WARNING: ThreadSanitizer: unexpected memory mapping 0x79ffff372000-0x79ffff800000
^
<stdin>:2:47: note: possible intended match here
FATAL: ThreadSanitizer: unexpectedly found incompatible memory layout.
                                              ^

Input file: <stdin>
Check file: /build/buildbot/premerge-monolithic-linux/llvm-project/compiler-rt/test/tsan/debugging.cpp

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

Input was:
<<<<<<
            1: WARNING: ThreadSanitizer: unexpected memory mapping 0x79ffff372000-0x79ffff800000 
check:40'0     X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
            2: FATAL: ThreadSanitizer: unexpectedly found incompatible memory layout. 
check:40'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
check:40'1                                                   ?                         possible intended match
            3: FATAL: Please file a bug. 
check:40'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~
>>>>>>

--

********************


```

https://github.com/llvm/llvm-project/pull/96937


More information about the flang-commits mailing list