Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to LLVM 20 #135763

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Update to LLVM 20 #135763

wants to merge 2 commits into from

Conversation

nikic
Copy link
Contributor

@nikic nikic commented Jan 20, 2025

LLVM 20 GA is scheduled for March 11th. Rust 1.86 will be stable on April 3rd.

Tested: arm-android, test-various, x86_64-rust-for-linux, x86_64-fuchsia, dist-various-1, dist-various-2, dist-s390x-linux, dist-riscv64-linux, dist-loongarch64-musl

try-job: i686-mingw
try-job: x86_64-mingw-1
try-job: x86_64-mingw-2
try-job: dist-i686-mingw
try-job: dist-x86_64-mingw

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Jan 20, 2025
@nikic
Copy link
Contributor Author

nikic commented Jan 20, 2025

@bors try @rust-timer queue

@rust-timer

This comment has been minimized.

@rustbot rustbot added the S-waiting-on-perf Status: Waiting on a perf run to be completed. label Jan 20, 2025
@bors
Copy link
Contributor

bors commented Jan 20, 2025

⌛ Trying commit fc35e8c with merge 79efb5f...

bors added a commit to rust-lang-ci/rust that referenced this pull request Jan 20, 2025
@bors
Copy link
Contributor

bors commented Jan 20, 2025

☀️ Try build successful - checks-actions
Build commit: 79efb5f (79efb5ff182537ce584a422f953ff24ab8f741db)

@rust-timer

This comment has been minimized.

@rust-timer
Copy link
Collaborator

Finished benchmarking commit (79efb5f): comparison URL.

Overall result: ❌✅ regressions and improvements - please read the text below

Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR may lead to changes in compiler perf.

Next Steps: If you can justify the regressions found in this try perf run, please indicate this with @rustbot label: +perf-regression-triaged along with sufficient written justification. If you cannot justify the regressions please fix the regressions and do another perf run. If the next run shows neutral or positive results, the label will be automatically removed.

@bors rollup=never
@rustbot label: -S-waiting-on-perf +perf-regression

Instruction count

This is the most reliable metric that we have; it was used to determine the overall result at the top of this comment. However, even this metric can sometimes exhibit noise.

mean range count
Regressions ❌
(primary)
5.2% [0.3%, 34.9%] 8
Regressions ❌
(secondary)
0.6% [0.3%, 1.1%] 14
Improvements ✅
(primary)
-1.3% [-4.2%, -0.2%] 250
Improvements ✅
(secondary)
-1.0% [-5.0%, -0.2%] 192
All ❌✅ (primary) -1.1% [-4.2%, 34.9%] 258

Max RSS (memory usage)

Results (primary -1.5%, secondary -1.3%)

This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.

mean range count
Regressions ❌
(primary)
1.1% [1.1%, 1.2%] 2
Regressions ❌
(secondary)
2.1% [1.1%, 3.6%] 3
Improvements ✅
(primary)
-1.9% [-3.8%, -1.0%] 11
Improvements ✅
(secondary)
-2.1% [-3.4%, -0.9%] 13
All ❌✅ (primary) -1.5% [-3.8%, 1.2%] 13

Cycles

Results (primary -1.8%, secondary -5.0%)

This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.

mean range count
Regressions ❌
(primary)
39.1% [39.1%, 39.1%] 1
Regressions ❌
(secondary)
3.6% [3.6%, 3.6%] 1
Improvements ✅
(primary)
-2.4% [-4.2%, -1.1%] 73
Improvements ✅
(secondary)
-5.2% [-13.6%, -0.9%] 36
All ❌✅ (primary) -1.8% [-4.2%, 39.1%] 74

Binary size

Results (primary -1.2%, secondary -3.0%)

This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.

mean range count
Regressions ❌
(primary)
0.2% [0.1%, 0.5%] 12
Regressions ❌
(secondary)
- - 0
Improvements ✅
(primary)
-1.4% [-7.1%, -0.0%] 96
Improvements ✅
(secondary)
-3.0% [-7.2%, -0.1%] 90
All ❌✅ (primary) -1.2% [-7.1%, 0.5%] 108

Bootstrap: 765.63s -> 749.726s (-2.08%)
Artifact size: 326.02 MiB -> 335.29 MiB (2.85%)

@rustbot rustbot added perf-regression Performance regression. and removed S-waiting-on-perf Status: Waiting on a perf run to be completed. labels Jan 20, 2025
@rust-log-analyzer

This comment has been minimized.

@nikic
Copy link
Contributor Author

nikic commented Jan 27, 2025

The compiler-rt build (via compiler-builtins) for aarch64-unknown-uefi on test-various fails with:

warning: [email protected]: In file included from /checkout/src/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64.c:52:
warning: [email protected]: /checkout/src/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/lse_atomics/windows.inc:2:10: fatal error: 'windows.h' file not found                                                                 
warning: [email protected]: #include <windows.h>
warning: [email protected]:          ^~~~~~~~~~~
warning: [email protected]: 1 error generated.
error: failed to run custom build command for `compiler_builtins v0.1.143`   

The compilation command is:

  error occurred: Command "sccache" "clang-11" "-O3" "-ffunction-sections" "-fdata-sections" "--target=aarch64-unknown-windows-gnu" "-I" "/checkout/src/llvm-project/compiler-rt/lib/builtins" "-ffunction-sections" "-fdata-sections" "--target=aarch64-unknown-windows-gnu" "-fno-builtin" "-fvisibility=hidden" "-ffreestanding" "-I/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-std/aarch64-unknown-uefi/release/build/compiler_builtins-de67acc96632c56e/out/include" "-fomit-frame-pointer" "-ffile-prefix-map=/checkout/src/llvm-project/compiler-rt=." "-DCOMPILER_RT_HAS_FLOAT16" "-DVISIBILITY_HIDDEN" "-o" "/checkout/obj/build/x86_64-unknown-linux-gnu/stage2-std/aarch64-unknown-uefi/release/build/compiler_builtins-de67acc96632c56e/out/670c1ed24249df13-aarch64.o" "-c" "/checkout/src/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64.c" with args clang-11 did not execute successfully (status code exit status: 1).

Related upstream change: llvm/llvm-project#116706

@klensy
Copy link
Contributor

klensy commented Jan 27, 2025

clang-11

What's wrong with version?

nikic added 2 commits January 30, 2025 11:22
LLVM 20 prints additional .ptr .align 4 annotations.
@nikic
Copy link
Contributor Author

nikic commented Jan 30, 2025

Testing host-aarch64.

@bors try

bors added a commit to rust-lang-ci/rust that referenced this pull request Jan 30, 2025
Update to LLVM 20

LLVM 20 GA is scheduled for March 11th. Rust 1.86 will be stable on April 3rd.

* [x] rust-lang#135764
* [x] rust-lang#136134
* [x] rust-lang/compiler-builtins#752
* [ ] Update compiler-builtins

Tested: arm-android, test-various, x86_64-rust-for-linux, x86_64-fuchsia, dist-various-1, dist-various-2, dist-s390x-linux, dist-riscv64-linux, dist-loongarch64-musl

try-job: aarch64-gnu
try-job: aarch64-gnu-debug
try-job: dist-aarch64-linux
@bors
Copy link
Contributor

bors commented Jan 30, 2025

⌛ Trying commit 881aa2d with merge 93cf5c1ddb32e8f3a9fcdd8cd2cf78079ed6c78a...

@bors
Copy link
Contributor

bors commented Jan 30, 2025

☀️ Try build successful - checks-actions
Build commit: 93cf5c1 (93cf5c1ddb32e8f3a9fcdd8cd2cf78079ed6c78a)

@nikic
Copy link
Contributor Author

nikic commented Jan 30, 2025

Testing macos.

@bors try

bors added a commit to rust-lang-ci/rust that referenced this pull request Jan 30, 2025
Update to LLVM 20

LLVM 20 GA is scheduled for March 11th. Rust 1.86 will be stable on April 3rd.

* [x] rust-lang#135764
* [x] rust-lang#136134
* [x] rust-lang/compiler-builtins#752
* [ ] Update compiler-builtins

Tested: arm-android, test-various, x86_64-rust-for-linux, x86_64-fuchsia, dist-various-1, dist-various-2, dist-s390x-linux, dist-riscv64-linux, dist-loongarch64-musl

try-job: dist-x86_64-apple
try-job: dist-apple-various
try-job: x86_64-apple-1
try-job: x86_64-apple-2
try-job: dist-aarch64-apple
try-job: aarch64-apple
@bors
Copy link
Contributor

bors commented Jan 30, 2025

⌛ Trying commit 881aa2d with merge 92ffaa8...

@bors
Copy link
Contributor

bors commented Jan 30, 2025

☀️ Try build successful - checks-actions
Build commit: 92ffaa8 (92ffaa8cf69eca51dee2346f614ba8e990f37f34)

@nikic
Copy link
Contributor Author

nikic commented Jan 30, 2025

Testing mingw.

@bors try

@bors
Copy link
Contributor

bors commented Jan 30, 2025

⌛ Trying commit 881aa2d with merge 6ff8ac7...

bors added a commit to rust-lang-ci/rust that referenced this pull request Jan 30, 2025
Update to LLVM 20

LLVM 20 GA is scheduled for March 11th. Rust 1.86 will be stable on April 3rd.

* [x] rust-lang#135764
* [x] rust-lang#136134
* [x] rust-lang/compiler-builtins#752
* [ ] Update compiler-builtins

Tested: arm-android, test-various, x86_64-rust-for-linux, x86_64-fuchsia, dist-various-1, dist-various-2, dist-s390x-linux, dist-riscv64-linux, dist-loongarch64-musl

try-job: i686-mingw
try-job: x86_64-mingw-1
try-job: x86_64-mingw-2
try-job: dist-i686-mingw
try-job: dist-x86_64-mingw
@rust-log-analyzer
Copy link
Collaborator

The job i686-mingw failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
Updating files:  99% (51153/51669)
Updating files:  99% (51265/51669)
Updating files: 100% (51669/51669)
Updating files: 100% (51669/51669), done.
branch 'try' set up to track 'origin/try'.
Switched to a new branch 'try'
[command]"C:\Program Files\Git\bin\git.exe" log -1 --format=%H
6ff8ac7614a3c87c2af7076610f09ed7112591d3
##[group]Run src/ci/scripts/setup-environment.sh
src/ci/scripts/setup-environment.sh
---
file:.git/config remote.origin.url=https://github.com/rust-lang-ci/rust
file:.git/config remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
file:.git/config gc.auto=0
file:.git/config http.https://github.com/.extraheader=AUTHORIZATION: basic ***
file:.git/config branch.try.remote=origin
file:.git/config branch.try.merge=refs/heads/try
file:.git/config remote.upstream.fetch=+refs/heads/*:refs/remotes/upstream/*
file:.git/config submodule.library/backtrace.active=true
file:.git/config submodule.library/backtrace.url=https://github.com/rust-lang/backtrace-rs.git
file:.git/config submodule.library/stdarch.active=true
---
[302/3509] Building CXX object utils/TableGen/Common/CMakeFiles/obj.LLVMTableGenCommon.dir/CodeGenSchedule.cpp.obj
[303/3509] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Assumptions.cpp.obj
[304/3509] Building CXX object utils/TableGen/Common/CMakeFiles/obj.LLVMTableGenCommon.dir/CodeGenDAGPatterns.cpp.obj
In file included from C:/a/rust/rust/src/llvm-project/llvm/utils/TableGen/Common/CodeGenDAGPatterns.cpp:14:
C:/a/rust/rust/src/llvm-project/llvm/utils/TableGen/Common/CodeGenDAGPatterns.h:390:15: note: only here as a 'friend'
  390 |   friend bool operator==(const SDTypeConstraint &LHS,
      |               ^~~~~~~~
C:/a/rust/rust/src/llvm-project/llvm/utils/TableGen/Common/CodeGenDAGPatterns.h:392:15: note: only here as a 'friend'
  392 |   friend bool operator<(const SDTypeConstraint &LHS,
[305/3509] Building CXX object utils/TableGen/Common/CMakeFiles/obj.LLVMTableGenCommon.dir/VarLenCodeEmitterGen.cpp.obj
[306/3509] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/BuiltinGCs.cpp.obj
[307/3509] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Comdat.cpp.obj
[308/3509] Building CXX object utils/TableGen/Common/CMakeFiles/obj.LLVMTableGenCommon.dir/CodeGenRegisters.cpp.obj
---
[390/3509] Building CXX object lib/IRPrinter/CMakeFiles/LLVMIRPrinter.dir/IRPrintingPasses.cpp.obj
[391/3509] Building CXX object lib/IRReader/CMakeFiles/LLVMIRReader.dir/IRReader.cpp.obj
[392/3509] Building CXX object lib/FuzzMutate/CMakeFiles/LLVMFuzzMutate.dir/IRMutator.cpp.obj
[393/3509] Building CXX object lib/InterfaceStub/CMakeFiles/LLVMInterfaceStub.dir/ELFObjHandler.cpp.obj
[394/3509] Building CXX object lib/CGData/CMakeFiles/LLVMCGData.dir/OutlinedHashTree.cpp.obj
[395/3509] Building CXX object lib/CGData/CMakeFiles/LLVMCGData.dir/CodeGenDataWriter.cpp.obj
[396/3509] Building CXX object lib/CGData/CMakeFiles/LLVMCGData.dir/CodeGenDataReader.cpp.obj
[397/3509] Building CXX object lib/CGData/CMakeFiles/LLVMCGData.dir/CodeGenData.cpp.obj
[398/3509] Building CXX object lib/CGData/CMakeFiles/LLVMCGData.dir/OutlinedHashTreeRecord.cpp.obj
[399/3509] Building CXX object lib/CGData/CMakeFiles/LLVMCGData.dir/StableFunctionMap.cpp.obj
[400/3509] Building CXX object lib/CGData/CMakeFiles/LLVMCGData.dir/StableFunctionMapRecord.cpp.obj
[402/3509] Building CXX object lib/IR/CMakeFiles/LLVMCore.dir/Verifier.cpp.obj
[403/3509] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AggressiveAntiDepBreaker.cpp.obj
[404/3509] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/Analysis.cpp.obj
[405/3509] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/BasicTargetTransformInfo.cpp.obj
---
[577/3509] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRCanonicalizerPass.cpp.obj
[578/3509] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterUsageInfo.cpp.obj
[579/3509] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterBank.cpp.obj
[580/3509] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegUsageInfoPropagate.cpp.obj
[581/3509] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RemoveLoadsIntoFakeUses.cpp.obj
[583/3509] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ResetMachineFunctionPass.cpp.obj
[584/3509] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ReplaceWithVeclib.cpp.obj
[585/3509] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterBankInfo.cpp.obj
[586/3509] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SanitizerBinaryMetadata.cpp.obj
---
[942/3509] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopPredication.cpp.obj
[943/3509] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerAtomicPass.cpp.obj
[944/3509] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopSimplifyCFG.cpp.obj
[945/3509] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopUnrollAndJamPass.cpp.obj
[946/3509] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopTermFold.cpp.obj
[948/3509] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerExpectIntrinsic.cpp.obj
[949/3509] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopVersioningLICM.cpp.obj
[950/3509] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerConstantIntrinsics.cpp.obj
[951/3509] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/MakeGuardsExplicit.cpp.obj
---
[1022/3509] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/SampleProfile.cpp.obj
[1023/3509] Building CXX object lib/Transforms/IPO/CMakeFiles/LLVMipo.dir/OpenMPOpt.cpp.obj
[1024/3509] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/LoadStoreVectorizer.cpp.obj
[1025/3509] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/LoopVectorizationLegality.cpp.obj
[1026/3509] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SandboxVectorizer/InstrMaps.cpp.obj
[1027/3509] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SandboxVectorizer/Interval.cpp.obj
[1028/3509] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SandboxVectorizer/DependencyGraph.cpp.obj
[1029/3509] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SandboxVectorizer/Passes/RegionsFromMetadata.cpp.obj
[1031/3509] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SandboxVectorizer/Legality.cpp.obj
[1031/3509] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SandboxVectorizer/Legality.cpp.obj
[1032/3509] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SandboxVectorizer/SandboxVectorizer.cpp.obj
[1033/3509] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/Vectorize.cpp.obj
[1034/3509] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SandboxVectorizer/Passes/BottomUpVec.cpp.obj
[1035/3509] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SandboxVectorizer/SandboxVectorizerPassBuilder.cpp.obj
[1036/3509] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SandboxVectorizer/Scheduler.cpp.obj
[1037/3509] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SandboxVectorizer/VecUtils.cpp.obj
[1038/3509] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SandboxVectorizer/SeedCollector.cpp.obj
[1040/3509] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanAnalysis.cpp.obj
[1041/3509] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanSLP.cpp.obj
[1042/3509] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VectorCombine.cpp.obj
[1043/3509] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlan.cpp.obj
---
[1876/3509] Building SparcGenSubtargetInfo.inc...
[1877/3509] Building SystemZGenCallingConv.inc...
[1878/3509] Building SystemZGenAsmMatcher.inc...
[1879/3509] Building SystemZGenDisassemblerTables.inc...
[1880/3509] Building SystemZGenGNUAsmWriter.inc...
[1881/3509] Building SystemZGenHLASMAsmWriter.inc...
[1883/3509] Building SystemZGenMCCodeEmitter.inc...
[1884/3509] Building SystemZGenRegisterInfo.inc...
[1885/3509] Building WebAssemblyGenAsmMatcher.inc...
[1886/3509] Building WebAssemblyGenAsmWriter.inc...
---
[1894/3509] Building WebAssemblyGenRegisterInfo.inc...
[1895/3509] Building WebAssemblyGenSubtargetInfo.inc...
[1896/3509] Building RISCVGenInstrInfo.inc...
[1897/3509] Building RISCVGenGlobalISel.inc...
FAILED: lib/Target/RISCV/RISCVGenGlobalISel.inc C:/a/rust/rust/build/i686-pc-windows-gnu/llvm/build/lib/Target/RISCV/RISCVGenGlobalISel.inc 
C:\Windows\system32\cmd.exe /C "cd /D C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build && C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build\bin\llvm-tblgen.exe -gen-global-isel -I C:/a/rust/rust/src/llvm-project/llvm/lib/Target/RISCV -IC:/a/rust/rust/build/i686-pc-windows-gnu/llvm/build/include -IC:/a/rust/rust/src/llvm-project/llvm/include -I C:/a/rust/rust/src/llvm-project/llvm/lib/Target -no-warn-on-unused-template-args C:/a/rust/rust/src/llvm-project/llvm/lib/Target/RISCV/RISCVGISel.td --write-if-changed -o lib/Target/RISCV/RISCVGenGlobalISel.inc -d lib/Target/RISCV/RISCVGenGlobalISel.inc.d"
LLVM ERROR: out of memory
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
Stack dump:
Stack dump:
0. Program arguments: C:\\a\\rust\\rust\\build\\i686-pc-windows-gnu\\llvm\\build\\bin\\llvm-tblgen.exe -gen-global-isel -I C:/a/rust/rust/src/llvm-project/llvm/lib/Target/RISCV -IC:/a/rust/rust/build/i686-pc-windows-gnu/llvm/build/include -IC:/a/rust/rust/src/llvm-project/llvm/include -I C:/a/rust/rust/src/llvm-project/llvm/lib/Target -no-warn-on-unused-template-args C:/a/rust/rust/src/llvm-project/llvm/lib/Target/RISCV/RISCVGISel.td --write-if-changed -o lib/Target/RISCV/RISCVGenGlobalISel.inc -d lib/Target/RISCV/RISCVGenGlobalISel.inc.d
Exception Code: 0xC000001D
0x0133CDB4, C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build\bin\llvm-tblgen.exe(0x0000000000F40000) + 0x3FCDB4 byte(s)
0x76D68041, C:\Windows\System32\msvcrt.dll(0x0000000076D10000) + 0x58041 byte(s), raise() + 0x1A1 byte(s)
0x76D6C56B, C:\Windows\System32\msvcrt.dll(0x0000000076D10000) + 0x5C56B byte(s), abort() + 0x1B byte(s)
0x01118EF0, C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build\bin\llvm-tblgen.exe(0x0000000000F40000) + 0x1D8EF0 byte(s)
0x00FA583A, C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build\bin\llvm-tblgen.exe(0x0000000000F40000) + 0x6583A byte(s)
0x0132A674, C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build\bin\llvm-tblgen.exe(0x0000000000F40000) + 0x3EA674 byte(s)
0x01130B36, C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build\bin\llvm-tblgen.exe(0x0000000000F40000) + 0x1F0B36 byte(s)
0x012479AB, C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build\bin\llvm-tblgen.exe(0x0000000000F40000) + 0x3079AB byte(s)
0x011338EF, C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build\bin\llvm-tblgen.exe(0x0000000000F40000) + 0x1F38EF byte(s)
0x0113631D, C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build\bin\llvm-tblgen.exe(0x0000000000F40000) + 0x1F631D byte(s)
0x0113C36D, C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build\bin\llvm-tblgen.exe(0x0000000000F40000) + 0x1FC36D byte(s)
0x0113631D, C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build\bin\llvm-tblgen.exe(0x0000000000F40000) + 0x1F631D byte(s)
0x0113C36D, C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build\bin\llvm-tblgen.exe(0x0000000000F40000) + 0x1FC36D byte(s)
0x0112F98D, C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build\bin\llvm-tblgen.exe(0x0000000000F40000) + 0x1EF98D byte(s)
0x011DBA97, C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build\bin\llvm-tblgen.exe(0x0000000000F40000) + 0x29BA97 byte(s)
0x011CD0C2, C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build\bin\llvm-tblgen.exe(0x0000000000F40000) + 0x28D0C2 byte(s)
0x010980B8, C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build\bin\llvm-tblgen.exe(0x0000000000F40000) + 0x1580B8 byte(s)
0x00F57768, C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build\bin\llvm-tblgen.exe(0x0000000000F40000) + 0x17768 byte(s)
0x0133B120, C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build\bin\llvm-tblgen.exe(0x0000000000F40000) + 0x3FB120 byte(s)
0x00F412F0, C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build\bin\llvm-tblgen.exe(0x0000000000F40000) + 0x12F0 byte(s)
0x769D67F9, C:\Windows\System32\KERNEL32.DLL(0x00000000769C0000) + 0x167F9 byte(s), BaseThreadInitThunk() + 0x19 byte(s)
0x77EA7F6D, C:\Windows\SYSTEM32\ntdll.dll(0x0000000077E40000) + 0x67F6D byte(s), RtlGetFullPathName_UEx() + 0xAD byte(s)
0x77EA7F3B, C:\Windows\SYSTEM32\ntdll.dll(0x0000000077E40000) + 0x67F3B byte(s), RtlGetFullPathName_UEx() + 0x7B byte(s)
[1898/3509] Building X86GenCallingConv.inc...
[1899/3509] Building X86GenAsmWriter.inc...
[1900/3509] Building X86GenAsmWriter1.inc...
[1901/3509] Building X86GenAsmMatcher.inc...
---
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
 finished in 1502.217 seconds
##[endgroup]
Build completed unsuccessfully in 0:25:24
make: *** [Makefile:120: ci-mingw-x] Error 1
  network time: Thu, 30 Jan 2025 20:13:41 GMT
##[error]Process completed with exit code 2.
Post job cleanup.
[command]"C:\Program Files\Git\bin\git.exe" version

@bors
Copy link
Contributor

bors commented Jan 30, 2025

💔 Test failed - checks-actions

@bors bors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jan 30, 2025
@nikic
Copy link
Contributor Author

nikic commented Jan 30, 2025

Let's see if we can get past the OOM...

@bors retry

bors added a commit to rust-lang-ci/rust that referenced this pull request Jan 30, 2025
Update to LLVM 20

LLVM 20 GA is scheduled for March 11th. Rust 1.86 will be stable on April 3rd.

* [x] rust-lang#135764
* [x] rust-lang#136134
* [x] rust-lang/compiler-builtins#752
* [ ] Update compiler-builtins

Tested: arm-android, test-various, x86_64-rust-for-linux, x86_64-fuchsia, dist-various-1, dist-various-2, dist-s390x-linux, dist-riscv64-linux, dist-loongarch64-musl

try-job: i686-mingw
try-job: x86_64-mingw-1
try-job: x86_64-mingw-2
try-job: dist-i686-mingw
try-job: dist-x86_64-mingw
@bors
Copy link
Contributor

bors commented Jan 30, 2025

⌛ Trying commit 881aa2d with merge 2c240fb...

@rust-log-analyzer
Copy link
Collaborator

The job i686-mingw failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
Updating files:  99% (51171/51687)
Updating files:  99% (51365/51687)
Updating files: 100% (51687/51687)
Updating files: 100% (51687/51687), done.
branch 'try' set up to track 'origin/try'.
Switched to a new branch 'try'
[command]"C:\Program Files\Git\bin\git.exe" log -1 --format=%H
2c240fb810e485b203425156530bd19bb61859e0
##[group]Run src/ci/scripts/setup-environment.sh
src/ci/scripts/setup-environment.sh
---
file:.git/config remote.origin.url=https://github.com/rust-lang-ci/rust
file:.git/config remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
file:.git/config gc.auto=0
file:.git/config http.https://github.com/.extraheader=AUTHORIZATION: basic ***
file:.git/config branch.try.remote=origin
file:.git/config branch.try.merge=refs/heads/try
file:.git/config remote.upstream.fetch=+refs/heads/*:refs/remotes/upstream/*
file:.git/config submodule.library/backtrace.active=true
file:.git/config submodule.library/backtrace.url=https://github.com/rust-lang/backtrace-rs.git
file:.git/config submodule.library/stdarch.active=true
---
[297/3509] Building CXX object utils/TableGen/Common/CMakeFiles/obj.LLVMTableGenCommon.dir/AsmWriterInst.cpp.obj
[298/3509] Building CXX object utils/TableGen/Common/CMakeFiles/obj.LLVMTableGenCommon.dir/CodeGenHwModes.cpp.obj
[299/3509] Building CXX object utils/TableGen/Common/CMakeFiles/obj.LLVMTableGenCommon.dir/CodeGenDAGPatterns.cpp.obj
In file included from C:/a/rust/rust/src/llvm-project/llvm/utils/TableGen/Common/CodeGenDAGPatterns.cpp:14:
C:/a/rust/rust/src/llvm-project/llvm/utils/TableGen/Common/CodeGenDAGPatterns.h:390:15: note: only here as a 'friend'
  390 |   friend bool operator==(const SDTypeConstraint &LHS,
      |               ^~~~~~~~
C:/a/rust/rust/src/llvm-project/llvm/utils/TableGen/Common/CodeGenDAGPatterns.h:392:15: note: only here as a 'friend'
  392 |   friend bool operator<(const SDTypeConstraint &LHS,
[300/3509] Building CXX object lib/DebugInfo/CodeView/CMakeFiles/LLVMDebugInfoCodeView.dir/DebugCrossImpSubsection.cpp.obj
[301/3509] Building CXX object utils/TableGen/Common/CMakeFiles/obj.LLVMTableGenCommon.dir/CodeGenInstruction.cpp.obj
[302/3509] Building CXX object utils/TableGen/Common/CMakeFiles/obj.LLVMTableGenCommon.dir/CodeGenInstAlias.cpp.obj
[303/3509] Building CXX object utils/TableGen/Common/CMakeFiles/obj.LLVMTableGenCommon.dir/CodeGenRegisters.cpp.obj
---
[400/3509] Building CXX object lib/InterfaceStub/CMakeFiles/LLVMInterfaceStub.dir/IFSHandler.cpp.obj
[401/3509] Building CXX object lib/FuzzMutate/CMakeFiles/LLVMFuzzMutate.dir/RandomIRBuilder.cpp.obj
[402/3509] Building CXX object lib/IRReader/CMakeFiles/LLVMIRReader.dir/IRReader.cpp.obj
[403/3509] Building CXX object lib/IRPrinter/CMakeFiles/LLVMIRPrinter.dir/IRPrintingPasses.cpp.obj
[404/3509] Building CXX object lib/CGData/CMakeFiles/LLVMCGData.dir/OutlinedHashTree.cpp.obj
[405/3509] Building CXX object lib/CGData/CMakeFiles/LLVMCGData.dir/OutlinedHashTreeRecord.cpp.obj
[406/3509] Building CXX object lib/CGData/CMakeFiles/LLVMCGData.dir/CodeGenData.cpp.obj
[407/3509] Building CXX object lib/CGData/CMakeFiles/LLVMCGData.dir/CodeGenDataWriter.cpp.obj
[408/3509] Building CXX object lib/CGData/CMakeFiles/LLVMCGData.dir/CodeGenDataReader.cpp.obj
[409/3509] Building CXX object lib/CGData/CMakeFiles/LLVMCGData.dir/StableFunctionMap.cpp.obj
[410/3509] Building CXX object lib/CGData/CMakeFiles/LLVMCGData.dir/StableFunctionMapRecord.cpp.obj
[412/3509] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AggressiveAntiDepBreaker.cpp.obj
[413/3509] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AssignmentTrackingAnalysis.cpp.obj
[414/3509] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/Analysis.cpp.obj
[415/3509] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/AtomicExpandPass.cpp.obj
---
[585/3509] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/MIRCanonicalizerPass.cpp.obj
[586/3509] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterUsageInfo.cpp.obj
[587/3509] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegUsageInfoCollector.cpp.obj
[588/3509] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegUsageInfoPropagate.cpp.obj
[589/3509] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RemoveLoadsIntoFakeUses.cpp.obj
[591/3509] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterBank.cpp.obj
[592/3509] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/ResetMachineFunctionPass.cpp.obj
[593/3509] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/SafeStackLayout.cpp.obj
[594/3509] Building CXX object lib/CodeGen/CMakeFiles/LLVMCodeGen.dir/RegisterBankInfo.cpp.obj
---
[947/3509] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopPassManager.cpp.obj
[948/3509] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopRotation.cpp.obj
[949/3509] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopPredication.cpp.obj
[950/3509] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopSimplifyCFG.cpp.obj
[951/3509] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopTermFold.cpp.obj
[953/3509] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopUnrollAndJamPass.cpp.obj
[954/3509] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopUnrollPass.cpp.obj
[955/3509] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LoopVersioningLICM.cpp.obj
[956/3509] Building CXX object lib/Transforms/Scalar/CMakeFiles/LLVMScalarOpts.dir/LowerAtomicPass.cpp.obj
---
[1033/3509] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/LoopVectorizationLegality.cpp.obj
[1034/3509] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SandboxVectorizer/InstrMaps.cpp.obj
[1035/3509] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SandboxVectorizer/DependencyGraph.cpp.obj
[1036/3509] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/LoopVectorize.cpp.obj
[1037/3509] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SandboxVectorizer/Interval.cpp.obj
[1038/3509] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SandboxVectorizer/Legality.cpp.obj
[1039/3509] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SandboxVectorizer/Passes/BottomUpVec.cpp.obj
[1040/3509] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SandboxVectorizer/Passes/RegionsFromMetadata.cpp.obj
[1041/3509] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SandboxVectorizer/SandboxVectorizer.cpp.obj
[1042/3509] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SandboxVectorizer/SandboxVectorizerPassBuilder.cpp.obj
[1043/3509] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SandboxVectorizer/Scheduler.cpp.obj
[1044/3509] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SandboxVectorizer/SeedCollector.cpp.obj
[1045/3509] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SandboxVectorizer/VecUtils.cpp.obj
[1047/3509] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/SLPVectorizer.cpp.obj
[1048/3509] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VectorCombine.cpp.obj
[1049/3509] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlan.cpp.obj
[1050/3509] Building CXX object lib/Transforms/Vectorize/CMakeFiles/LLVMVectorize.dir/VPlanAnalysis.cpp.obj
---
[1876/3509] Building RISCVGenSubtargetInfo.inc...
[1877/3509] Building SystemZGenCallingConv.inc...
[1878/3509] Building SystemZGenAsmMatcher.inc...
[1879/3509] Building SystemZGenDisassemblerTables.inc...
[1880/3509] Building SystemZGenGNUAsmWriter.inc...
[1881/3509] Building SystemZGenHLASMAsmWriter.inc...
[1883/3509] Building SystemZGenMCCodeEmitter.inc...
[1884/3509] Building SystemZGenRegisterInfo.inc...
[1885/3509] Building WebAssemblyGenAsmMatcher.inc...
[1886/3509] Building WebAssemblyGenAsmWriter.inc...
---
[1894/3509] Building WebAssemblyGenRegisterInfo.inc...
[1895/3509] Building WebAssemblyGenSubtargetInfo.inc...
[1896/3509] Building RISCVGenInstrInfo.inc...
[1897/3509] Building RISCVGenGlobalISel.inc...
FAILED: lib/Target/RISCV/RISCVGenGlobalISel.inc C:/a/rust/rust/build/i686-pc-windows-gnu/llvm/build/lib/Target/RISCV/RISCVGenGlobalISel.inc 
C:\Windows\system32\cmd.exe /C "cd /D C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build && C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build\bin\llvm-tblgen.exe -gen-global-isel -I C:/a/rust/rust/src/llvm-project/llvm/lib/Target/RISCV -IC:/a/rust/rust/build/i686-pc-windows-gnu/llvm/build/include -IC:/a/rust/rust/src/llvm-project/llvm/include -I C:/a/rust/rust/src/llvm-project/llvm/lib/Target -no-warn-on-unused-template-args C:/a/rust/rust/src/llvm-project/llvm/lib/Target/RISCV/RISCVGISel.td --write-if-changed -o lib/Target/RISCV/RISCVGenGlobalISel.inc -d lib/Target/RISCV/RISCVGenGlobalISel.inc.d"
LLVM ERROR: out of memory
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
Stack dump:
Stack dump:
0. Program arguments: C:\\a\\rust\\rust\\build\\i686-pc-windows-gnu\\llvm\\build\\bin\\llvm-tblgen.exe -gen-global-isel -I C:/a/rust/rust/src/llvm-project/llvm/lib/Target/RISCV -IC:/a/rust/rust/build/i686-pc-windows-gnu/llvm/build/include -IC:/a/rust/rust/src/llvm-project/llvm/include -I C:/a/rust/rust/src/llvm-project/llvm/lib/Target -no-warn-on-unused-template-args C:/a/rust/rust/src/llvm-project/llvm/lib/Target/RISCV/RISCVGISel.td --write-if-changed -o lib/Target/RISCV/RISCVGenGlobalISel.inc -d lib/Target/RISCV/RISCVGenGlobalISel.inc.d
Exception Code: 0xC000001D
0x010ACDB4, C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build\bin\llvm-tblgen.exe(0x0000000000CB0000) + 0x3FCDB4 byte(s)
0x770B8041, C:\Windows\System32\msvcrt.dll(0x0000000077060000) + 0x58041 byte(s), raise() + 0x1A1 byte(s)
0x770BC56B, C:\Windows\System32\msvcrt.dll(0x0000000077060000) + 0x5C56B byte(s), abort() + 0x1B byte(s)
0x00E88EF0, C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build\bin\llvm-tblgen.exe(0x0000000000CB0000) + 0x1D8EF0 byte(s)
0x00D1583A, C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build\bin\llvm-tblgen.exe(0x0000000000CB0000) + 0x6583A byte(s)
0x0109A674, C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build\bin\llvm-tblgen.exe(0x0000000000CB0000) + 0x3EA674 byte(s)
0x00EA0B36, C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build\bin\llvm-tblgen.exe(0x0000000000CB0000) + 0x1F0B36 byte(s)
0x00FB79AB, C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build\bin\llvm-tblgen.exe(0x0000000000CB0000) + 0x3079AB byte(s)
0x00EA38EF, C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build\bin\llvm-tblgen.exe(0x0000000000CB0000) + 0x1F38EF byte(s)
0x00EA631D, C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build\bin\llvm-tblgen.exe(0x0000000000CB0000) + 0x1F631D byte(s)
0x00EAC36D, C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build\bin\llvm-tblgen.exe(0x0000000000CB0000) + 0x1FC36D byte(s)
0x00EA631D, C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build\bin\llvm-tblgen.exe(0x0000000000CB0000) + 0x1F631D byte(s)
0x00EAC36D, C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build\bin\llvm-tblgen.exe(0x0000000000CB0000) + 0x1FC36D byte(s)
0x00E9F98D, C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build\bin\llvm-tblgen.exe(0x0000000000CB0000) + 0x1EF98D byte(s)
0x00F4BA97, C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build\bin\llvm-tblgen.exe(0x0000000000CB0000) + 0x29BA97 byte(s)
0x00F3D0C2, C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build\bin\llvm-tblgen.exe(0x0000000000CB0000) + 0x28D0C2 byte(s)
0x00E080B8, C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build\bin\llvm-tblgen.exe(0x0000000000CB0000) + 0x1580B8 byte(s)
0x00CC7768, C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build\bin\llvm-tblgen.exe(0x0000000000CB0000) + 0x17768 byte(s)
0x010AB120, C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build\bin\llvm-tblgen.exe(0x0000000000CB0000) + 0x3FB120 byte(s)
0x00CB12F0, C:\a\rust\rust\build\i686-pc-windows-gnu\llvm\build\bin\llvm-tblgen.exe(0x0000000000CB0000) + 0x12F0 byte(s)
0x755667F9, C:\Windows\System32\KERNEL32.DLL(0x0000000075550000) + 0x167F9 byte(s), BaseThreadInitThunk() + 0x19 byte(s)
0x77677F6D, C:\Windows\SYSTEM32\ntdll.dll(0x0000000077610000) + 0x67F6D byte(s), RtlGetFullPathName_UEx() + 0xAD byte(s)
0x77677F3B, C:\Windows\SYSTEM32\ntdll.dll(0x0000000077610000) + 0x67F3B byte(s), RtlGetFullPathName_UEx() + 0x7B byte(s)
[1898/3509] Building X86GenCallingConv.inc...
[1899/3509] Building X86GenAsmWriter1.inc...
[1900/3509] Building X86GenAsmWriter.inc...
[1901/3509] Building X86GenAsmMatcher.inc...
---
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
 finished in 222.942 seconds
##[endgroup]
Build completed unsuccessfully in 0:04:03
make: *** [Makefile:120: ci-mingw-x] Error 1
  network time: Thu, 30 Jan 2025 20:39:04 GMT
##[error]Process completed with exit code 2.
Post job cleanup.
[command]"C:\Program Files\Git\bin\git.exe" version

@bors
Copy link
Contributor

bors commented Jan 30, 2025

💔 Test failed - checks-actions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
perf-regression Performance regression. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants