Skip to content

Rollup of 4 pull requests #135133

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

Closed
wants to merge 11 commits into from

Conversation

matthiaskrgr
Copy link
Member

@matthiaskrgr matthiaskrgr commented Jan 5, 2025

Successful merges:

r? @ghost
@rustbot modify labels: rollup

Create a similar rollup

try-job: dist-aarch64-apple

knickish and others added 11 commits January 3, 2025 21:09
Searching "fma" in the Rust documentation returns results for
`intrinsics::fma*`, but does not point to the user-facing `mul_add`. Add
aliases for `fma*` and the IEEE operation name `fusedMultiplyAdd`. Add
the IEEE name to `sqrt` as well, `squareRoot`.
…ingjubilee

add m68k-unknown-none-elf target

r? `@workingjubilee`

The existing `m68k-unknown-linux-gnu` target builds `std` by default, requires atomics, and has a base cpu with an fpu. A smaller/more embedded target is desirable both to have a baseline target for the ISA, as well to make debugging easier for working on the llvm backend. Currently this target is using the `M68010` as the minimum CPU due, but as missing features are merged into the `M68k` llvm backend I am hoping to lower this further.

I have been able to build very small crates using a toolchain built against this target (together with a later version of `object`) using the configuration described in the target platform-support documentation, although getting anything of substantial complexity to build quickly hits errors in the llvm backend
…trieb

Add doc aliases for `libm` and IEEE names

Searching "fma" in the Rust documentation returns results for `intrinsics::fma*`, but does not point to the user-facing `mul_add`. Add aliases for `fma*` and the IEEE operation name `fusedMultiplyAdd`. Add the IEEE name to `sqrt` as well, `squareRoot`.
triagebot: label `src/doc/rustc-dev-guide` changes with `A-rustc-dev-guide`

Probably should also create a dev-guide reviewer pool for this repo 🤔

r? `@Kobzol`
dev guide ping group and set adhoc reviewers to compiler

r? `@jieyouxu` `@Kobzol`

I added you both to the `cc` list since you're both also on the list of owners for `src/doc/rustc-dev-guide`
@rustbot rustbot added A-meta Area: Issues & PRs about the rust-lang/rust repository itself 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. T-libs Relevant to the library team, which will review and decide on the PR/issue. rollup A PR which is a rollup labels Jan 5, 2025
@matthiaskrgr
Copy link
Member Author

@bors r+ rollup=never p=4

@bors
Copy link
Collaborator

bors commented Jan 5, 2025

📌 Commit 9f5af10 has been approved by matthiaskrgr

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jan 5, 2025
bors added a commit to rust-lang-ci/rust that referenced this pull request Jan 5, 2025
…iaskrgr

Rollup of 4 pull requests

Successful merges:

 - rust-lang#135085 (add m68k-unknown-none-elf target)
 - rust-lang#135111 (Add doc aliases for `libm` and IEEE names)
 - rust-lang#135129 (triagebot: label `src/doc/rustc-dev-guide` changes with `A-rustc-dev-guide`)
 - rust-lang#135132 (dev guide ping group and set adhoc reviewers to compiler)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors
Copy link
Collaborator

bors commented Jan 5, 2025

⌛ Testing commit 9f5af10 with merge f5c158e...

@rust-log-analyzer
Copy link
Collaborator

The job dist-x86_64-msvc failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
[2025-01-05T23:10:46Z DEBUG collector::compile::benchmark] Benchmark iteration 1/1
[2025-01-05T23:10:46Z INFO  collector::compile::execute] run_rustc with incremental=false, profile=Opt, scenario=Some(Full), patch=None, backend=Llvm, phase=benchmark
[2025-01-05T23:10:46Z DEBUG collector::compile::execute] "\\\\?\\C:\\a\\rust\\rust\\build\\x86_64-pc-windows-msvc\\stage0\\bin\\cargo.exe" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///C:/a/_temp/msys64/tmp/.tmpZixDzf#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln"
[2025-01-05T23:10:49Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrFull), patch=None, backend=Llvm, phase=benchmark
[2025-01-05T23:10:49Z DEBUG collector::compile::execute] "\\\\?\\C:\\a\\rust\\rust\\build\\x86_64-pc-windows-msvc\\stage0\\bin\\cargo.exe" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///C:/a/_temp/msys64/tmp/.tmpZixDzf#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=C:\\a\\_temp\\msys64\\tmp\\.tmpZixDzf\\incremental-state"
[2025-01-05T23:10:52Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrUnchanged), patch=None, backend=Llvm, phase=benchmark
[2025-01-05T23:10:52Z DEBUG collector::compile::execute] "\\\\?\\C:\\a\\rust\\rust\\build\\x86_64-pc-windows-msvc\\stage0\\bin\\cargo.exe" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///C:/a/_temp/msys64/tmp/.tmpZixDzf#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=C:\\a\\_temp\\msys64\\tmp\\.tmpZixDzf\\incremental-state"
[2025-01-05T23:10:53Z DEBUG collector::compile::benchmark::patch] applying new row to "C:\\a\\_temp\\msys64\\tmp\\.tmpZixDzf"
[2025-01-05T23:10:53Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("new row"), path: "0-new-row.patch" }), backend=Llvm, phase=benchmark
[2025-01-05T23:10:53Z INFO  collector::compile::execute] run_rustc with incremental=true, profile=Opt, scenario=Some(IncrPatched), patch=Some(Patch { index: 0, name: PatchName("new row"), path: "0-new-row.patch" }), backend=Llvm, phase=benchmark
[2025-01-05T23:10:53Z DEBUG collector::compile::execute] "\\\\?\\C:\\a\\rust\\rust\\build\\x86_64-pc-windows-msvc\\stage0\\bin\\cargo.exe" "rustc" "--manifest-path" "Cargo.toml" "-p" "path+file:///C:/a/_temp/msys64/tmp/.tmpZixDzf#[email protected]" "--release" "--" "--wrap-rustc-with" "Eprintln" "-C" "incremental=C:\\a\\_temp\\msys64\\tmp\\.tmpZixDzf\\incremental-state"
##[endgroup]
[2025-01-05T23:10:57.543Z INFO  opt_dist::training] Merging Rustc PGO profiles to C:\a\rust\rust\opt-artifacts\rustc-pgo.profdata
[2025-01-05T23:10:57.543Z INFO  opt_dist::exec] Executing `C:\a\rust\rust\build\x86_64-pc-windows-msvc\llvm\build\bin/llvm-profdata.exe merge -o C:\a\rust\rust\opt-artifacts\rustc-pgo.profdata C:\a\rust\rust\opt-artifacts\rustc-pgo [at C:\a\rust\rust]`
[2025-01-05T23:11:16.079Z INFO  opt_dist::training] Rustc PGO statistics
---
   Compiling rustc_driver v0.0.0 (C:\a\rust\rust\compiler\rustc_driver)
[RUSTC-TIMING] rustc_driver test:false 4.885
error: linking with `link.exe` failed: exit code: 1104
  |
  = note: "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Tools\\MSVC\\14.42.34433\\bin\\HostX64\\x64\\link.exe" "/NOLOGO" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\symbols.o" "<1 object files omitted>" "C:\\a\\rust\\rust\\build\\x86_64-pc-windows-msvc\\stage1-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc_driver-e83451e5642529c3.dll.lib" "C:\\a\\rust\\rust\\build\\x86_64-pc-windows-msvc\\stage1\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib/{libcompiler_builtins-5fe297e6720ad64e.rlib}" "psapi.lib" "shell32.lib" "ole32.lib" "uuid.lib" "advapi32.lib" "ws2_32.lib" "ntdll.lib" "kernel32.lib" "advapi32.lib" "ole32.lib" "oleaut32.lib" "advapi32.lib" "cfgmgr32.lib" "gdi32.lib" "kernel32.lib" "msimg32.lib" "opengl32.lib" "user32.lib" "winspool.lib" "legacy_stdio_definitions.lib" "bcrypt.lib" "advapi32.lib" "kernel32.lib" "kernel32.lib" "advapi32.lib" "ntdll.lib" "userenv.lib" "ws2_32.lib" "dbghelp.lib" "/defaultlib:libcmt" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\advapi32.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\api-ms-win-core-errorhandling-l1-1-3.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\api-ms-win-core-file-fromapp-l1-1-0.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\api-ms-win-core-handle-l1-1-0.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\api-ms-win-core-ioring-l1-1-0.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\api-ms-win-core-memory-l1-1-3.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\api-ms-win-core-memory-l1-1-4.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\api-ms-win-core-memory-l1-1-5.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\api-ms-win-core-memory-l1-1-6.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\api-ms-win-core-memory-l1-1-7.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\api-ms-win-core-memory-l1-1-8.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\api-ms-win-core-synch-l1-2-0.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\api-ms-win-core-sysinfo-l1-2-0.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\api-ms-win-core-sysinfo-l1-2-3.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\api-ms-win-core-sysinfo-l1-2-4.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\api-ms-win-core-sysinfo-l1-2-6.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\api-ms-win-core-util-l1-1-1.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\api-ms-win-core-winrt-error-l1-1-0.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\api-ms-win-core-winrt-l1-1-0.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\api-ms-win-core-wow64-l1-1-1.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\api-ms-win-security-base-l1-2-2.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\avrt.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\bcp47mrm.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\bcryptprimitives.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\clfsw32.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\dbghelp.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\elscore.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\gdi32.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\icu.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\imagehlp.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\kernel32.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\ktmw32.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\netapi32.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\normaliz.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\ntdll.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\ntdllk.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\ole32.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\oleacc.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\oleaut32.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\propsys.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\psapi.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\rtworkq.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\txfw32.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\user32.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\usp10.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\version.dll_imports_indirect.lib" "C:\\a\\_temp\\msys64\\tmp\\rustcAqu9Vg\\wofutil.dll_imports_indirect.lib" "/NXCOMPAT" "/LIBPATH:C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Tools\\MSVC\\14.42.34433\\atlmfc\\lib\\x64" "/LIBPATH:C:\\a\\rust\\rust\\build\\x86_64-pc-windows-msvc\\stage1-rustc\\x86_64-pc-windows-msvc\\release\\build\\stacker-65940be31991f934\\out" "/LIBPATH:C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Tools\\MSVC\\14.42.34433\\atlmfc\\lib\\x64" "/LIBPATH:C:\\a\\rust\\rust\\build\\x86_64-pc-windows-msvc\\stage1-rustc\\x86_64-pc-windows-msvc\\release\\build\\psm-d610b57513123f9f\\out" "/LIBPATH:C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Tools\\MSVC\\14.42.34433\\atlmfc\\lib\\x64" "/LIBPATH:C:\\a\\rust\\rust\\build\\x86_64-pc-windows-msvc\\stage1-rustc\\x86_64-pc-windows-msvc\\release\\build\\blake3-d080ce1a764373c6\\out" "/LIBPATH:C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Tools\\MSVC\\14.42.34433\\atlmfc\\lib\\x64" "/LIBPATH:C:\\a\\rust\\rust\\build\\x86_64-pc-windows-msvc\\stage1-rustc\\x86_64-pc-windows-msvc\\release\\build\\blake3-d080ce1a764373c6\\out" "/LIBPATH:C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Tools\\MSVC\\14.42.34433\\atlmfc\\lib\\x64" "/LIBPATH:C:\\a\\rust\\rust\\build\\x86_64-pc-windows-msvc\\stage1-rustc\\x86_64-pc-windows-msvc\\release\\build\\rustc_llvm-ed11f260c0083fcb\\out" "/LIBPATH:C:\\a\\rust\\rust\\build\\x86_64-pc-windows-msvc\\llvm\\lib" "/OUT:C:\\a\\rust\\rust\\build\\x86_64-pc-windows-msvc\\stage1-rustc\\x86_64-pc-windows-msvc\\release\\deps\\rustc_main-6ad25003981df909.exe" "/OPT:REF,ICF" "/DEBUG" "/PDBALTPATH:%_PDB%" "/MANIFEST:EMBED" "/MANIFESTINPUT:C:\\a\\rust\\rust\\compiler\\rustc\\Windows Manifest.xml" "/WX"
  = note: LINK : fatal error LNK1104: cannot open file 'C:\a\rust\rust\build\x86_64-pc-windows-msvc\stage1-rustc\x86_64-pc-windows-msvc\release\deps\rustc_main-6ad25003981df909.exe'␍
          

[RUSTC-TIMING] rustc_main test:false 0.666

@bors
Copy link
Collaborator

bors commented Jan 5, 2025

💔 Test failed - checks-actions

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Jan 5, 2025
@jieyouxu jieyouxu added the CI-spurious-fail-msvc CI spurious failure: target env msvc label Jan 5, 2025
@jieyouxu
Copy link
Member

jieyouxu commented Jan 5, 2025

@bors retry (msvc)

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jan 5, 2025
bors added a commit to rust-lang-ci/rust that referenced this pull request Jan 6, 2025
…iaskrgr

Rollup of 4 pull requests

Successful merges:

 - rust-lang#135085 (add m68k-unknown-none-elf target)
 - rust-lang#135111 (Add doc aliases for `libm` and IEEE names)
 - rust-lang#135129 (triagebot: label `src/doc/rustc-dev-guide` changes with `A-rustc-dev-guide`)
 - rust-lang#135132 (dev guide ping group and set adhoc reviewers to compiler)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors
Copy link
Collaborator

bors commented Jan 6, 2025

⌛ Testing commit 9f5af10 with merge 67ffc25...

@rust-log-analyzer
Copy link
Collaborator

The job dist-aarch64-apple failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
   Compiling rustc_passes v0.0.0 (/Users/runner/work/rust/rust/compiler/rustc_passes)
[RUSTC-TIMING] rustc_passes test:false 15.825
   Compiling rustc_resolve v0.0.0 (/Users/runner/work/rust/rust/compiler/rustc_resolve)
[RUSTC-TIMING] rustc_mir_transform test:false 41.520
rustc exited with signal: 5 (SIGTRAP)

Caused by:
Caused by:
  process didn't exit successfully: `/Users/runner/work/rust/rust/build/bootstrap/debug/rustc /Users/runner/work/rust/rust/build/bootstrap/debug/rustc --crate-name rustc_mir_transform --edition=2021 compiler/rustc_mir_transform/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C codegen-units=1 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0c21a24abe1ad3f3 -C extra-filename=-0c21a24abe1ad3f3 --out-dir /Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps --target aarch64-apple-darwin -L dependency=/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps -L dependency=/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage0-rustc/release/deps --extern either=/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libeither-c73e87923cbc403c.rmeta --extern itertools=/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libitertools-8e9be1084fa2f3fb.rmeta --extern rustc_abi=/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_abi-aac10b05885e8f88.rmeta --extern rustc_arena=/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_arena-a1176bde4b241fbc.rmeta --extern rustc_ast=/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_ast-46f42bb48b3aa38c.rmeta --extern rustc_attr_parsing=/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_attr_parsing-7a004348348fd1cf.rmeta --extern rustc_const_eval=/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_const_eval-13621a0f62726203.rmeta --extern rustc_data_structures=/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_data_structures-ee77f2455d42f743.rmeta --extern rustc_errors=/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_errors-29ca40d69047719e.rmeta --extern rustc_fluent_macro=/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage0-rustc/release/deps/librustc_fluent_macro-497f9e2b9f40b8e7.dylib --extern rustc_hir=/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_hir-cc1d5c92f40a5d62.rmeta --extern rustc_index=/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_index-9f0b672c2a4e0c70.rmeta --extern rustc_infer=/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_infer-3980092031288249.rmeta --extern rustc_macros=/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage0-rustc/release/deps/librustc_macros-e6a329ed5e4f50fd.dylib --extern rustc_middle=/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_middle-36cdc3e3bd371327.rmeta --extern rustc_mir_build=/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_mir_build-06c3adf36a3b9f9a.rmeta --extern rustc_mir_dataflow=/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_mir_dataflow-6da2b6b6740d36f2.rmeta --extern rustc_session=/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_session-cdbef7edf59c1253.rmeta --extern rustc_span=/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_span-596079e04ea1c806.rmeta --extern rustc_target=/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_target-c6030d5f85bde006.rmeta --extern rustc_trait_selection=/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_trait_selection-e8dc205798960e6c.rmeta --extern rustc_type_ir=/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_type_ir-cf3b7a587915814f.rmeta --extern smallvec=/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libsmallvec-fd75fbdbbf0d008b.rmeta --extern tracing=/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libtracing-2087cbc2a27ed391.rmeta --cfg=bootstrap --cfg=windows_raw_dylib -Csymbol-mangling-version=v0 -Zunstable-options '--check-cfg=cfg(bootstrap)' '--check-cfg=cfg(test)' '--check-cfg=cfg(llvm_enzyme)' -Zmacro-backtrace -Csplit-debuginfo=unpacked '-Wrustc::internal' -Wkeyword_idents_2024 -Wunsafe_op_in_unsafe_fn -Zosx-rpath-install-name '-Clink-args=-Wl,-rpath,@loader_path/../lib' -Zon-broken-pipe=kill -Z binary-dep-depinfo -L native=/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/build/psm-08ff02e432775eef/out -L native=/Users/runner/work/rust/rust/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/build/blake3-22c8e1191e47a9b8/out` (exit status: 254)
[RUSTC-TIMING] rustc_borrowck test:false 66.095
[RUSTC-TIMING] rustc_resolve test:false 33.573
Build completed unsuccessfully in 0:18:31
  local time: Mon Jan  6 02:28:58 UTC 2025

@bors
Copy link
Collaborator

bors commented Jan 6, 2025

💔 Test failed - checks-actions

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Jan 6, 2025
@matthiaskrgr
Copy link
Member Author

@bors try

@bors
Copy link
Collaborator

bors commented Jan 6, 2025

⌛ Trying commit 9f5af10 with merge fdba8db...

bors added a commit to rust-lang-ci/rust that referenced this pull request Jan 6, 2025
Rollup of 4 pull requests

Successful merges:

 - rust-lang#135085 (add m68k-unknown-none-elf target)
 - rust-lang#135111 (Add doc aliases for `libm` and IEEE names)
 - rust-lang#135129 (triagebot: label `src/doc/rustc-dev-guide` changes with `A-rustc-dev-guide`)
 - rust-lang#135132 (dev guide ping group and set adhoc reviewers to compiler)

r? `@ghost`
`@rustbot` modify labels: rollup

try-job: dist-aarch64-apple
@jieyouxu
Copy link
Member

jieyouxu commented Jan 6, 2025

Hm, maybe would've hit llvm assertions if they were enabled in the dist job? Not sure

@matthiaskrgr matthiaskrgr deleted the rollup-dpgdbbj branch January 25, 2025 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-meta Area: Issues & PRs about the rust-lang/rust repository itself CI-spurious-fail-msvc CI spurious failure: target env msvc rollup A PR which is a rollup 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants