github-actions[bot] wrote: <!--PREMERGE ADVISOR COMMENT: Windows--> # :window: Windows x64 Test Results
* 33377 tests passed * 902 tests skipped * 1 test failed ## Failed Tests (click on a test name to see its output) ### lldb-shell <details> <summary>lldb-shell.Expr/TestIRMemoryMapWindows.test</summary> ``` Exit Code: 1 Command Output (stdout): -- # RUN: at line 3 c:\_work\llvm-project\llvm-project\build\bin\clang.exe --driver-mode=cl --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-pc-windows-msvc /Zi /GS- C:\_work\llvm-project\llvm-project\lldb\test\Shell\Expr/Inputs/call-function.cpp /c /o C:\_work\llvm-project\llvm-project\build\tools\lldb\test\Shell\Expr\Output\TestIRMemoryMapWindows.test.tmp.obj # executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' --driver-mode=cl --target=specify-a-target-or-use-a-_host-substitution --target=x86_64-pc-windows-msvc /Zi /GS- 'C:\_work\llvm-project\llvm-project\lldb\test\Shell\Expr/Inputs/call-function.cpp' /c /o 'C:\_work\llvm-project\llvm-project\build\tools\lldb\test\Shell\Expr\Output\TestIRMemoryMapWindows.test.tmp.obj' # note: command had no output on stdout or stderr # RUN: at line 4 "c:\buildtools\vc\tools\msvc\14.44.35207\bin\hostx64\x64\link.exe" "/LIBPATH:C:\BuildTools\VC\Tools\MSVC\14.44.35207\ATLMFC\lib\x64" "/LIBPATH:C:\BuildTools\VC\Tools\MSVC\14.44.35207\lib\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.26100.0\ucrt\x64" "/LIBPATH:C:\Program Files (x86)\Windows Kits\10\\lib\10.0.26100.0\\um\x64" /debug:full C:\_work\llvm-project\llvm-project\build\tools\lldb\test\Shell\Expr\Output\TestIRMemoryMapWindows.test.tmp.obj /out:C:\_work\llvm-project\llvm-project\build\tools\lldb\test\Shell\Expr\Output\TestIRMemoryMapWindows.test.tmp # executed command: 'c:\buildtools\vc\tools\msvc\14.44.35207\bin\hostx64\x64\link.exe' '/LIBPATH:C:\BuildTools\VC\Tools\MSVC\14.44.35207\ATLMFC\lib\x64' '/LIBPATH:C:\BuildTools\VC\Tools\MSVC\14.44.35207\lib\x64' '/LIBPATH:C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\lib\um\x64' '/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.26100.0\ucrt\x64' '/LIBPATH:C:\Program Files (x86)\Windows Kits\10\lib\10.0.26100.0\um\x64' /debug:full 'C:\_work\llvm-project\llvm-project\build\tools\lldb\test\Shell\Expr\Output\TestIRMemoryMapWindows.test.tmp.obj' '/out:C:\_work\llvm-project\llvm-project\build\tools\lldb\test\Shell\Expr\Output\TestIRMemoryMapWindows.test.tmp' # .---command stdout------------ # | Microsoft (R) Incremental Linker Version 14.44.35227.0 # | Copyright (C) Microsoft Corporation. All rights reserved. # | # `----------------------------- # RUN: at line 6 c:\_work\llvm-project\llvm-project\build\bin\lldb-test.exe ir-memory-map C:\_work\llvm-project\llvm-project\build\tools\lldb\test\Shell\Expr\Output\TestIRMemoryMapWindows.test.tmp C:\_work\llvm-project\llvm-project\lldb\test\Shell\Expr/Inputs/ir-memory-map-basic # executed command: 'c:\_work\llvm-project\llvm-project\build\bin\lldb-test.exe' ir-memory-map 'C:\_work\llvm-project\llvm-project\build\tools\lldb\test\Shell\Expr\Output\TestIRMemoryMapWindows.test.tmp' 'C:\_work\llvm-project\llvm-project\lldb\test\Shell\Expr/Inputs/ir-memory-map-basic' # .---command stdout------------ # | Command: L1 = malloc(size=0, alignment=1) # | Malloc: address = 0x18260440000 # | Command: L2 = malloc(size=1, alignment=1) # | Malloc: address = 0x18260440010 # | Command: L3 = malloc(size=2, alignment=1) # | Malloc: address = 0x18260440020 # | Command: L4 = malloc(size=2, alignment=2) # | Malloc: address = 0x18260440030 # | Command: L5 = malloc(size=2, alignment=4) # | Malloc: address = 0x18260440040 # | Command: L6 = malloc(size=3, alignment=1) # | Malloc: address = 0x18260440050 # | Command: L7 = malloc(size=3, alignment=2) # | Malloc: address = 0x18260440060 # | Command: L8 = malloc(size=3, alignment=4) # | Malloc: address = 0x18260440070 # | Command: L9 = malloc(size=128, alignment=1) # | Malloc: address = 0x18260440080 # | Command: L10 = malloc(size=128, alignment=2) # | Malloc: address = 0x18260440100 # | Command: L11 = malloc(size=128, alignment=4) # | Malloc: address = 0x18260440190 # | Command: L12 = malloc(size=128, alignment=128) # | Malloc: address = 0x18260440280 # | Command: L13 = malloc(size=2048, alignment=1) # | Malloc error: Couldn't malloc: allocation at 0x18260440320 collides with an existing allocation # | Command: L14 = malloc(size=2048, alignment=2) # | Malloc: address = 0x18260450000 # | Command: L15 = malloc(size=2048, alignment=4) # | Malloc: address = 0x18260460000 # | Command: L16 = malloc(size=3968, alignment=1) # | Malloc: address = 0x18260470000 # | Command: L17 = malloc(size=3968, alignment=2) # | Malloc: address = 0x18260650000 # | Command: L18 = malloc(size=3968, alignment=4) # | Malloc: address = 0x18260660000 # | Command: L19 = malloc(size=0, alignment=1) # | Malloc: address = 0x18260440b20 # `----------------------------- # RUN: at line 7 c:\_work\llvm-project\llvm-project\build\bin\lldb-test.exe ir-memory-map -host-only C:\_work\llvm-project\llvm-project\build\tools\lldb\test\Shell\Expr\Output\TestIRMemoryMapWindows.test.tmp C:\_work\llvm-project\llvm-project\lldb\test\Shell\Expr/Inputs/ir-memory-map-basic # executed command: 'c:\_work\llvm-project\llvm-project\build\bin\lldb-test.exe' ir-memory-map -host-only 'C:\_work\llvm-project\llvm-project\build\tools\lldb\test\Shell\Expr\Output\TestIRMemoryMapWindows.test.tmp' 'C:\_work\llvm-project\llvm-project\lldb\test\Shell\Expr/Inputs/ir-memory-map-basic' # .---command stdout------------ # | Command: L1 = malloc(size=0, alignment=1) # | Malloc: address = 0x1ffc34b0000 # | Command: L2 = malloc(size=1, alignment=1) # | Malloc: address = 0x1ffc34b0010 # | Command: L3 = malloc(size=2, alignment=1) # | Malloc: address = 0x1ffc34b0020 # | Command: L4 = malloc(size=2, alignment=2) # | Malloc: address = 0x1ffc34b0030 # | Command: L5 = malloc(size=2, alignment=4) # | Malloc: address = 0x1ffc34b0040 # | Command: L6 = malloc(size=3, alignment=1) # | Malloc: address = 0x1ffc34b0050 # | Command: L7 = malloc(size=3, alignment=2) # | Malloc: address = 0x1ffc34b0060 # | Command: L8 = malloc(size=3, alignment=4) # | Malloc: address = 0x1ffc34b0070 # | Command: L9 = malloc(size=128, alignment=1) # | Malloc: address = 0x1ffc34b0080 # | Command: L10 = malloc(size=128, alignment=2) # | Malloc: address = 0x1ffc34b0100 # | Command: L11 = malloc(size=128, alignment=4) # | Malloc: address = 0x1ffc34b0190 # | Command: L12 = malloc(size=128, alignment=128) # | Malloc: address = 0x1ffc34b0280 # | Command: L13 = malloc(size=2048, alignment=1) # | Malloc: address = 0x1ffc34b1000 # | Command: L14 = malloc(size=2048, alignment=2) # | Malloc: address = 0x1ffc34b2000 # | Command: L15 = malloc(size=2048, alignment=4) # | Malloc: address = 0x1ffc34b3000 # | Command: L16 = malloc(size=3968, alignment=1) # | Malloc: address = 0x1ffc34c0000 # | Command: L17 = malloc(size=3968, alignment=2) # | Malloc: address = 0x1ffc34d0000 # | Command: L18 = malloc(size=3968, alignment=4) # | Malloc: address = 0x1ffc34e0000 # | Command: L19 = malloc(size=0, alignment=1) # | Malloc: address = 0x1ffc34e1000 # `----------------------------- # RUN: at line 9 c:\_work\llvm-project\llvm-project\build\bin\lldb-test.exe ir-memory-map C:\_work\llvm-project\llvm-project\build\tools\lldb\test\Shell\Expr\Output\TestIRMemoryMapWindows.test.tmp C:\_work\llvm-project\llvm-project\lldb\test\Shell\Expr/Inputs/ir-memory-map-overlap1 # executed command: 'c:\_work\llvm-project\llvm-project\build\bin\lldb-test.exe' ir-memory-map 'C:\_work\llvm-project\llvm-project\build\tools\lldb\test\Shell\Expr\Output\TestIRMemoryMapWindows.test.tmp' 'C:\_work\llvm-project\llvm-project\lldb\test\Shell\Expr/Inputs/ir-memory-map-overlap1' # .---command stdout------------ # | Command: L1 = malloc(size=8, alignment=16) # | Malloc: address = 0x12814a90000 # | Command: L2 = malloc(size=16, alignment=8) # | Malloc: address = 0x12814a90020 # | Command: L3 = malloc(size=64, alignment=32) # | Malloc: address = 0x12814a90040 # | Command: L4 = malloc(size=1, alignment=8) # | Malloc: address = 0x12814a900a0 # | Command: L5 = malloc(size=64, alignment=32) # | Malloc: address = 0x12814a900c0 # | Command: L6 = malloc(size=64, alignment=8) # | Malloc error: Couldn't malloc: allocation at 0x12814a90110 collides with an existing allocation # | Command: L7 = malloc(size=1024, alignment=32) # | Malloc: address = 0x12814a90160 # | Command: L8 = malloc(size=1, alignment=16) # | Malloc: address = 0x12814a90580 # | Command: L9 = malloc(size=8, alignment=16) # | Malloc: address = 0x12814a905a0 # | Command: L10 = malloc(size=1024, alignment=16) # | Malloc: address = 0x12814a905c0 # `----------------------------- # RUN: at line 10 c:\_work\llvm-project\llvm-project\build\bin\lldb-test.exe ir-memory-map -host-only C:\_work\llvm-project\llvm-project\build\tools\lldb\test\Shell\Expr\Output\TestIRMemoryMapWindows.test.tmp C:\_work\llvm-project\llvm-project\lldb\test\Shell\Expr/Inputs/ir-memory-map-overlap1 # executed command: 'c:\_work\llvm-project\llvm-project\build\bin\lldb-test.exe' ir-memory-map -host-only 'C:\_work\llvm-project\llvm-project\build\tools\lldb\test\Shell\Expr\Output\TestIRMemoryMapWindows.test.tmp' 'C:\_work\llvm-project\llvm-project\lldb\test\Shell\Expr/Inputs/ir-memory-map-overlap1' # .---command stdout------------ # | Command: L1 = malloc(size=8, alignment=16) # | Malloc: address = 0x1e1ee160000 # | Command: L2 = malloc(size=16, alignment=8) # | Malloc: address = 0x1e1ee160020 # | Command: L3 = malloc(size=64, alignment=32) # | Malloc: address = 0x1e1ee160040 # | Command: L4 = malloc(size=1, alignment=8) # | Malloc: address = 0x1e1ee1600a0 # | Command: L5 = malloc(size=64, alignment=32) # | Malloc: address = 0x1e1ee1600c0 # | Command: L6 = malloc(size=64, alignment=8) # | Malloc: address = 0x1e1ee161000 # | Command: L7 = malloc(size=1024, alignment=32) # | Malloc: address = 0x1e1ee162000 # | Command: L8 = malloc(size=1, alignment=16) # | Malloc: address = 0x1e1ee163000 # | Command: L9 = malloc(size=8, alignment=16) # | Malloc: address = 0x1e1ee164000 # | Command: L10 = malloc(size=1024, alignment=16) # | Malloc: address = 0x1e1ee165000 # `----------------------------- # RUN: at line 12 c:\_work\llvm-project\llvm-project\build\bin\lldb-test.exe ir-memory-map C:\_work\llvm-project\llvm-project\build\tools\lldb\test\Shell\Expr\Output\TestIRMemoryMapWindows.test.tmp C:\_work\llvm-project\llvm-project\lldb\test\Shell\Expr/Inputs/ir-memory-map-mix-malloc-free # executed command: 'c:\_work\llvm-project\llvm-project\build\bin\lldb-test.exe' ir-memory-map 'C:\_work\llvm-project\llvm-project\build\tools\lldb\test\Shell\Expr\Output\TestIRMemoryMapWindows.test.tmp' 'C:\_work\llvm-project\llvm-project\lldb\test\Shell\Expr/Inputs/ir-memory-map-mix-malloc-free' # .---command stdout------------ # | Command: L1 = malloc(size=32, alignment=2) # | Malloc: address = 0x1c252460000 # | Command: free(L1) # | Free: [0x1c252460000, 0x1c252460020) # | Command: L2 = malloc(size=3, alignment=4) # | Malloc: address = 0x1c252460000 # | Command: L3 = malloc(size=3, alignment=128) # | Malloc: address = 0x1c252460080 # | Command: free(L3) # | Free: [0x1c252460080, 0x1c252460083) # | Command: free(L2) # | Free: [0x1c252460000, 0x1c252460003) # | Command: L4 = malloc(size=2, alignment=16) # | Malloc: address = 0x1c252460000 # | Command: free(L4) # | Free: [0x1c252460000, 0x1c252460002) # | Command: L5 = malloc(size=4097, alignment=4) # | Malloc: address = 0x1c252470000 # | Command: free(L5) # | Free: [0x1c252470000, 0x1c252471001) # | Command: L6 = malloc(size=2, alignment=2) # | Malloc: address = 0x1c252460000 # | Command: L7 = malloc(size=3, alignment=2) # | Malloc: address = 0x1c252460010 # | Command: L8 = malloc(size=32, alignment=16) # | Malloc: address = 0x1c252460020 # | Command: free(L6) # | Free: [0x1c252460000, 0x1c252460002) # | Command: free(L8) # | Free: [0x1c252460020, 0x1c252460040) # | Command: free(L7) # | Free: [0x1c252460010, 0x1c252460013) # | Command: L9 = malloc(size=8192, alignment=2) # | Malloc: address = 0x1c252480000 # | Command: L10 = malloc(size=33, alignment=4) # | Malloc: address = 0x1c252460000 # | Command: free(L9) # | Free: [0x1c252480000, 0x1c252482000) # | Command: L11 = malloc(size=2047, alignment=2) # | Malloc: address = 0x1c252460030 # | Command: L12 = malloc(size=5, alignment=16) # | Malloc: address = 0x1c252460840 # | Command: L13 = malloc(size=4, alignment=16) # | Malloc: address = 0x1c252460860 # | Command: L14 = malloc(size=2048, alignment=2) # | Malloc: address = 0x1c252470000 # | Command: free(L10) # | Free: [0x1c252460000, 0x1c252460021) # | Command: L15 = malloc(size=4, alignment=128) # | Malloc: address = 0x1c252460880 # | Command: free(L13) # | Free: [0x1c252460860, 0x1c252460864) # | Command: L16 = malloc(size=1, alignment=2) # | Malloc: address = 0x1c252460000 # | Command: L17 = malloc(size=4095, alignment=128) # | Malloc: address = 0x1c252470880 # | Command: free(L12) # | Free: [0x1c252460840, 0x1c252460845) # | Command: free(L15) # | Free: [0x1c252460880, 0x1c252460884) # | Command: L18 = malloc(size=0, alignment=128) # | Malloc: address = 0x1c252460880 # | Command: L19 = malloc(size=2, alignment=128) # | Malloc error: Couldn't malloc: allocation at 0x1c2524608c0 collides with an existing allocation # | Command: L20 = malloc(size=4096, alignment=2) # | Malloc: address = 0x1c252480000 # | Command: L21 = malloc(size=2, alignment=2) # | Malloc: address = 0x1c252460010 # | Command: L22 = malloc(size=8192, alignment=128) # | Malloc: address = 0x1c252490000 # | Command: L23 = malloc(size=4, alignment=2) # | Malloc: address = 0x1c252460020 # | Command: L24 = malloc(size=4097, alignment=4) # | Malloc: address = 0x1c252481010 # | Command: free(L19) # | Free error: Invalid allocation label # `----------------------------- # error: command failed with exit status: 1 -- ``` </details> If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label. https://github.com/llvm/llvm-project/pull/208876 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
