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

[beta] backports #123466

Merged
merged 6 commits into from
Apr 6, 2024
Merged

[beta] backports #123466

merged 6 commits into from
Apr 6, 2024

Conversation

cuviper
Copy link
Member

@cuviper cuviper commented Apr 4, 2024

r? cuviper

tgross35 and others added 6 commits April 4, 2024 00:22
Reproduce the bug from <rust-lang#123282>
that indicates this feature gate hits edition-dependent resolution paths.
Resolution changed in edition 2018, so test that as well.

(cherry picked from commit 9a7b176)
Fixes rust-lang#123282

Co-authored-by: Vadim Petrochenkov <vadim.petrochenkov@gmail.com>
(cherry picked from commit 5afe072)
(cherry picked from commit 022e42d)
408c0ea ("unix time module now return result") dropped the From
impl for SystemTime, breaking the hurd and horizon builds.

Fixes rust-lang#123032

(cherry picked from commit 7b4e507)
@rustbot
Copy link
Collaborator

rustbot commented Apr 4, 2024

⚠️ Warning ⚠️

  • Pull requests are usually filed against the master branch for this repo, but this one is against beta. Please double check that you specified the right target!
  • These commits modify submodules.

@rustbot rustbot added O-unix Operating system: Unix-like 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. labels Apr 4, 2024
@cuviper
Copy link
Member Author

cuviper commented Apr 4, 2024

@bors r+ rollup=never

@bors
Copy link
Contributor

bors commented Apr 4, 2024

📌 Commit cf44931 has been approved by cuviper

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 Apr 4, 2024
@bors
Copy link
Contributor

bors commented Apr 5, 2024

⌛ Testing commit cf44931 with merge ad9b3c8...

bors added a commit to rust-lang-ci/rust that referenced this pull request Apr 5, 2024
[beta] backports

- Fix f16 and f128 feature gates in editions other than 2015 rust-lang#123307 / rust-lang#123445
- Update to LLVM 18.1.2 rust-lang#122772
- unix fs: Make hurd using explicit new rather than From rust-lang#123057
- Don't inherit codegen attrs from parent static rust-lang#123310
- Make sure to insert Sized bound first into clauses list rust-lang#123302

r? cuviper
@raoulstrackx
Copy link
Contributor

Running our CI on this results in compiler crashes:

11:55:25 failures:
11:55:25 
11:55:25 ---- [assembly] tests/assembly/asm/mips-types.rs#mips32 stdout ----
11:55:25 
11:55:25 error in revision `mips32`: compilation failed!
11:55:25 status: signal: 11 (SIGSEGV) (core dumped)
11:55:25 command: RUSTC_ICE="0" "/home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/bin/rustc" "/home/jenkins/workspace/rust-sgx-ci/rust/tests/assembly/asm/mips-types.rs" "-Zthreads=1" "-Zsimulate-remapped-rust-src-base=/rustc/FAKE_PREFIX" "-Ztranslate-remapped-path-to-local-path=no" "-Z" "ignore-directory-in-diagnostics-source-blocks=/home/jenkins/.cargo" "--sysroot" "/home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1" "--cfg" "mips32" "-O" "-Cdebug-assertions=no" "--emit" "asm" "-C" "prefer-dynamic" "-o" "/home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/test/assembly/asm/mips-types.mips32/mips-types.s" "-A" "internal_features" "-Crpath" "-Cdebuginfo=0" "-Lnative=/home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-fortanix-unknown-sgx/native/rust-test-helpers" "-L" "/home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/test/assembly/asm/mips-types.mips32/auxiliary" "--target" "mips-unknown-linux-gnu"
11:55:25 stdout: none
11:55:25 --- stderr -------------------------------
11:55:25 warning: unused attribute `no_mangle`
11:55:25    --> /home/jenkins/workspace/rust-sgx-ci/rust/tests/assembly/asm/mips-types.rs:127:1
11:55:25     |
11:55:25 127 | #[no_mangle]
11:55:25     | ^^^^^^^^^^^^
11:55:25     |
11:55:25 note: the built-in attribute `no_mangle` will be ignored, since it's applied to the macro invocation `check_reg`
11:55:25    --> /home/jenkins/workspace/rust-sgx-ci/rust/tests/assembly/asm/mips-types.rs:128:1
11:55:25     |
11:55:25 128 | check_reg!(f0_f32, f32, "$f0", "mov.s");
11:55:25     | ^^^^^^^^^
11:55:25     = note: `#[warn(unused_attributes)]` on by default
11:55:25 
11:55:25 warning: unused attribute `no_mangle`
11:55:25    --> /home/jenkins/workspace/rust-sgx-ci/rust/tests/assembly/asm/mips-types.rs:140:1
11:55:25     |
11:55:25 140 | #[no_mangle]
11:55:25     | ^^^^^^^^^^^^
11:55:25     |
11:55:25 note: the built-in attribute `no_mangle` will be ignored, since it's applied to the macro invocation `check_reg`
11:55:25    --> /home/jenkins/workspace/rust-sgx-ci/rust/tests/assembly/asm/mips-types.rs:141:1
11:55:25     |
11:55:25 141 | check_reg!(f0_f32_64, f32, "$f0", "mov.d");
11:55:25     | ^^^^^^^^^
11:55:25 
11:55:25 warning: unused attribute `no_mangle`
11:55:25    --> /home/jenkins/workspace/rust-sgx-ci/rust/tests/assembly/asm/mips-types.rs:147:1
11:55:25     |
11:55:25 147 | #[no_mangle]
11:55:25     | ^^^^^^^^^^^^
11:55:25     |
11:55:25 note: the built-in attribute `no_mangle` will be ignored, since it's applied to the macro invocation `check`
11:55:25    --> /home/jenkins/workspace/rust-sgx-ci/rust/tests/assembly/asm/mips-types.rs:148:1
11:55:25     |
11:55:25 148 | check!(reg_f64, f64, freg, "mov.d");
11:55:25     | ^^^^^
11:55:25 
11:55:25 warning: unused attribute `no_mangle`
11:55:25    --> /home/jenkins/workspace/rust-sgx-ci/rust/tests/assembly/asm/mips-types.rs:154:1
11:55:25     |
11:55:25 154 | #[no_mangle]
11:55:25     | ^^^^^^^^^^^^
11:55:25     |
11:55:25 note: the built-in attribute `no_mangle` will be ignored, since it's applied to the macro invocation `check_reg`
11:55:25    --> /home/jenkins/workspace/rust-sgx-ci/rust/tests/assembly/asm/mips-types.rs:155:1
11:55:25     |
11:55:25 155 | check_reg!(f0_f64, f64, "$f0", "mov.d");
11:55:25     | ^^^^^^^^^
11:55:25 
11:55:25 error: rustc interrupted by SIGSEGV, printing backtrace
11:55:25 
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0xddbbf6)[0x7f38c8c5cbf6]
11:55:25 /lib/x86_64-linux-gnu/libc.so.6(+0x43090)[0x7f38c7b6a090]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x20ef15b)[0x7f38c9f7015b]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x20e25d3)[0x7f38c9f635d3]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x129eaaa)[0x7f38c911faaa]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x3581ad8)[0x7f38cb402ad8]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x358172c)[0x7f38cb40272c]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x35783bb)[0x7f38cb3f93bb]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x21d7f72)[0x7f38ca058f72]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x20eae57)[0x7f38c9f6be57]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x2df1122)[0x7f38cac72122]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x2df6ea3)[0x7f38cac77ea3]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x2df1799)[0x7f38cac72799]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(LLVMRustWriteOutputFile+0x2ca)[0x7f38c90117fa]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x10ca5d5)[0x7f38c8f4b5d5]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x1151613)[0x7f38c8fd2613]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x10ce3c5)[0x7f38c8f4f3c5]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(_RNvXs1_CslP916BXwXaz_18rustc_codegen_llvmNtB5_18LlvmCodegenBackendNtNtNtCsct7UFJ6rZyr_17rustc_codegen_ssa6traits5write19WriteBackendMethods7codegen+0xe)[0x7f38c8f3ba3e]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x10968be)[0x7f38c8f178be]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x1096cc8)[0x7f38c8f17cc8]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x11ac7ff)[0x7f38c902d7ff]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x1129eab)[0x7f38c8faaeab]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x10e2ec6)[0x7f38c8f63ec6]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/libstd-3d1f82f2dfc34393.so(rust_metadata_std_e9638caf1525cc9f+0xa1d3d)[0x7f38c7dc3d3d]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/libstd-3d1f82f2dfc34393.so(rust_metadata_std_e9638caf1525cc9f+0xa106a)[0x7f38c7dc306a]
11:55:25 /lib/x86_64-linux-gnu/libpthread.so.0(+0x8609)[0x7f38c7b06609]
11:55:25 /lib/x86_64-linux-gnu/libc.so.6(clone+0x43)[0x7f38c7c46353]
11:55:25 
11:55:25 note: we would appreciate a report at https://github.com/rust-lang/rust
11:55:25 note: backtrace dumped due to SIGSEGV! resuming signal
11:55:25 ------------------------------------------
11:55:25 
11:55:25 
11:55:25 ---- [assembly] tests/assembly/stack-protector/stack-protector-target-support.rs#r41 stdout ----
11:55:25 
11:55:25 error in revision `r41`: compilation failed!
11:55:25 status: signal: 11 (SIGSEGV) (core dumped)
11:55:25 command: RUSTC_ICE="0" "/home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/bin/rustc" "/home/jenkins/workspace/rust-sgx-ci/rust/tests/assembly/stack-protector/stack-protector-target-support.rs" "-Zthreads=1" "-Zsimulate-remapped-rust-src-base=/rustc/FAKE_PREFIX" "-Ztranslate-remapped-path-to-local-path=no" "-Z" "ignore-directory-in-diagnostics-source-blocks=/home/jenkins/.cargo" "--sysroot" "/home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1" "--cfg" "r41" "-O" "-Cdebug-assertions=no" "--emit" "asm" "-C" "prefer-dynamic" "-o" "/home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/test/assembly/stack-protector/stack-protector-target-support.r41/stack-protector-target-support.s" "-A" "internal_features" "-Crpath" "-Cdebuginfo=0" "-Lnative=/home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-fortanix-unknown-sgx/native/rust-test-helpers" "-L" "/home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/test/assembly/stack-protector/stack-protector-target-support.r41/auxiliary" "--target" "mips-unknown-linux-gnu" "-Z" "stack-protector=all" "-C" "opt-level=2"
11:55:25 stdout: none
11:55:25 --- stderr -------------------------------
11:55:25 error: rustc interrupted by SIGSEGV, printing backtrace
11:55:25 
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0xddbbf6)[0x7f5888827bf6]
11:55:25 /lib/x86_64-linux-gnu/libc.so.6(+0x43090)[0x7f5887735090]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x20ef15b)[0x7f5889b3b15b]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x20e25d3)[0x7f5889b2e5d3]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x129eaaa)[0x7f5888ceaaaa]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x3581ad8)[0x7f588afcdad8]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x358172c)[0x7f588afcd72c]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x35783bb)[0x7f588afc43bb]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x21d7f72)[0x7f5889c23f72]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x20eae57)[0x7f5889b36e57]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x2df1122)[0x7f588a83d122]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x2df6ea3)[0x7f588a842ea3]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x2df1799)[0x7f588a83d799]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(LLVMRustWriteOutputFile+0x2ca)[0x7f5888bdc7fa]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x10ca5d5)[0x7f5888b165d5]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x1151613)[0x7f5888b9d613]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x10ce3c5)[0x7f5888b1a3c5]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(_RNvXs1_CslP916BXwXaz_18rustc_codegen_llvmNtB5_18LlvmCodegenBackendNtNtNtCsct7UFJ6rZyr_17rustc_codegen_ssa6traits5write19WriteBackendMethods7codegen+0xe)[0x7f5888b06a3e]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x10968be)[0x7f5888ae28be]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x1096cc8)[0x7f5888ae2cc8]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x11ac7ff)[0x7f5888bf87ff]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x1129eab)[0x7f5888b75eab]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x10e2ec6)[0x7f5888b2eec6]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/libstd-3d1f82f2dfc34393.so(rust_metadata_std_e9638caf1525cc9f+0xa1d3d)[0x7f588798ed3d]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/libstd-3d1f82f2dfc34393.so(rust_metadata_std_e9638caf1525cc9f+0xa106a)[0x7f588798e06a]
11:55:25 /lib/x86_64-linux-gnu/libpthread.so.0(+0x8609)[0x7f58876d1609]
11:55:25 /lib/x86_64-linux-gnu/libc.so.6(clone+0x43)[0x7f5887811353]
11:55:25 
11:55:25 note: we would appreciate a report at https://github.com/rust-lang/rust
11:55:25 note: backtrace dumped due to SIGSEGV! resuming signal
11:55:25 ------------------------------------------
11:55:25 
11:55:25 
11:55:25 ---- [assembly] tests/assembly/stack-protector/stack-protector-target-support.rs#r42 stdout ----
11:55:25 
11:55:25 error in revision `r42`: compilation failed!
11:55:25 status: signal: 11 (SIGSEGV) (core dumped)
11:55:25 command: RUSTC_ICE="0" "/home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/bin/rustc" "/home/jenkins/workspace/rust-sgx-ci/rust/tests/assembly/stack-protector/stack-protector-target-support.rs" "-Zthreads=1" "-Zsimulate-remapped-rust-src-base=/rustc/FAKE_PREFIX" "-Ztranslate-remapped-path-to-local-path=no" "-Z" "ignore-directory-in-diagnostics-source-blocks=/home/jenkins/.cargo" "--sysroot" "/home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1" "--cfg" "r42" "-O" "-Cdebug-assertions=no" "--emit" "asm" "-C" "prefer-dynamic" "-o" "/home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/test/assembly/stack-protector/stack-protector-target-support.r42/stack-protector-target-support.s" "-A" "internal_features" "-Crpath" "-Cdebuginfo=0" "-Lnative=/home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-fortanix-unknown-sgx/native/rust-test-helpers" "-L" "/home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/test/assembly/stack-protector/stack-protector-target-support.r42/auxiliary" "--target" "mips-unknown-linux-musl" "-Z" "stack-protector=all" "-C" "opt-level=2"
11:55:25 stdout: none
11:55:25 --- stderr -------------------------------
11:55:25 error: rustc interrupted by SIGSEGV, printing backtrace
11:55:25 
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0xddbbf6)[0x7f15f6eb0bf6]
11:55:25 /lib/x86_64-linux-gnu/libc.so.6(+0x43090)[0x7f15f5dbe090]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x20ef15b)[0x7f15f81c415b]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x20e25d3)[0x7f15f81b75d3]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x129eaaa)[0x7f15f7373aaa]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x3581ad8)[0x7f15f9656ad8]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x358172c)[0x7f15f965672c]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x35783bb)[0x7f15f964d3bb]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x21d7f72)[0x7f15f82acf72]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x20eae57)[0x7f15f81bfe57]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x2df1122)[0x7f15f8ec6122]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x2df6ea3)[0x7f15f8ecbea3]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x2df1799)[0x7f15f8ec6799]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(LLVMRustWriteOutputFile+0x2ca)[0x7f15f72657fa]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x10ca5d5)[0x7f15f719f5d5]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x1151613)[0x7f15f7226613]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x10ce3c5)[0x7f15f71a33c5]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(_RNvXs1_CslP916BXwXaz_18rustc_codegen_llvmNtB5_18LlvmCodegenBackendNtNtNtCsct7UFJ6rZyr_17rustc_codegen_ssa6traits5write19WriteBackendMethods7codegen+0xe)[0x7f15f718fa3e]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x10968be)[0x7f15f716b8be]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x1096cc8)[0x7f15f716bcc8]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x11ac7ff)[0x7f15f72817ff]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x1129eab)[0x7f15f71feeab]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x10e2ec6)[0x7f15f71b7ec6]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/libstd-3d1f82f2dfc34393.so(rust_metadata_std_e9638caf1525cc9f+0xa1d3d)[0x7f15f6017d3d]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/libstd-3d1f82f2dfc34393.so(rust_metadata_std_e9638caf1525cc9f+0xa106a)[0x7f15f601706a]
11:55:25 /lib/x86_64-linux-gnu/libpthread.so.0(+0x8609)[0x7f15f5d5a609]
11:55:25 /lib/x86_64-linux-gnu/libc.so.6(clone+0x43)[0x7f15f5e9a353]
11:55:25 
11:55:25 note: we would appreciate a report at https://github.com/rust-lang/rust
11:55:25 note: backtrace dumped due to SIGSEGV! resuming signal
11:55:25 ------------------------------------------
11:55:25 
11:55:25 
11:55:25 ---- [assembly] tests/assembly/stack-protector/stack-protector-target-support.rs#r47 stdout ----
11:55:25 
11:55:25 error in revision `r47`: compilation failed!
11:55:25 status: signal: 11 (SIGSEGV) (core dumped)
11:55:25 command: RUSTC_ICE="0" "/home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/bin/rustc" "/home/jenkins/workspace/rust-sgx-ci/rust/tests/assembly/stack-protector/stack-protector-target-support.rs" "-Zthreads=1" "-Zsimulate-remapped-rust-src-base=/rustc/FAKE_PREFIX" "-Ztranslate-remapped-path-to-local-path=no" "-Z" "ignore-directory-in-diagnostics-source-blocks=/home/jenkins/.cargo" "--sysroot" "/home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1" "--cfg" "r47" "-O" "-Cdebug-assertions=no" "--emit" "asm" "-C" "prefer-dynamic" "-o" "/home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/test/assembly/stack-protector/stack-protector-target-support.r47/stack-protector-target-support.s" "-A" "internal_features" "-Crpath" "-Cdebuginfo=0" "-Lnative=/home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-fortanix-unknown-sgx/native/rust-test-helpers" "-L" "/home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/test/assembly/stack-protector/stack-protector-target-support.r47/auxiliary" "--target" "mipsel-unknown-linux-gnu" "-Z" "stack-protector=all" "-C" "opt-level=2"
11:55:25 stdout: none
11:55:25 --- stderr -------------------------------
11:55:25 error: rustc interrupted by SIGSEGV, printing backtrace
11:55:25 
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0xddbbf6)[0x7effb5098bf6]
11:55:25 /lib/x86_64-linux-gnu/libc.so.6(+0x43090)[0x7effb3fa6090]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x20ef15b)[0x7effb63ac15b]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x20e25d3)[0x7effb639f5d3]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x129eaaa)[0x7effb555baaa]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x3581ad8)[0x7effb783ead8]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x358172c)[0x7effb783e72c]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x35783bb)[0x7effb78353bb]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x21d7f72)[0x7effb6494f72]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x20eae57)[0x7effb63a7e57]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x2df1122)[0x7effb70ae122]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x2df6ea3)[0x7effb70b3ea3]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x2df1799)[0x7effb70ae799]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(LLVMRustWriteOutputFile+0x2ca)[0x7effb544d7fa]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x10ca5d5)[0x7effb53875d5]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x1151613)[0x7effb540e613]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x10ce3c5)[0x7effb538b3c5]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(_RNvXs1_CslP916BXwXaz_18rustc_codegen_llvmNtB5_18LlvmCodegenBackendNtNtNtCsct7UFJ6rZyr_17rustc_codegen_ssa6traits5write19WriteBackendMethods7codegen+0xe)[0x7effb5377a3e]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x10968be)[0x7effb53538be]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x1096cc8)[0x7effb5353cc8]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x11ac7ff)[0x7effb54697ff]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x1129eab)[0x7effb53e6eab]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x10e2ec6)[0x7effb539fec6]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/libstd-3d1f82f2dfc34393.so(rust_metadata_std_e9638caf1525cc9f+0xa1d3d)[0x7effb41ffd3d]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/libstd-3d1f82f2dfc34393.so(rust_metadata_std_e9638caf1525cc9f+0xa106a)[0x7effb41ff06a]
11:55:25 /lib/x86_64-linux-gnu/libpthread.so.0(+0x8609)[0x7effb3f42609]
11:55:25 /lib/x86_64-linux-gnu/libc.so.6(clone+0x43)[0x7effb4082353]
11:55:25 
11:55:25 note: we would appreciate a report at https://github.com/rust-lang/rust
11:55:25 note: backtrace dumped due to SIGSEGV! resuming signal
11:55:25 ------------------------------------------
11:55:25 
11:55:25 
11:55:25 ---- [assembly] tests/assembly/stack-protector/stack-protector-target-support.rs#r48 stdout ----
11:55:25 
11:55:25 error in revision `r48`: compilation failed!
11:55:25 status: signal: 11 (SIGSEGV) (core dumped)
11:55:25 command: RUSTC_ICE="0" "/home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/bin/rustc" "/home/jenkins/workspace/rust-sgx-ci/rust/tests/assembly/stack-protector/stack-protector-target-support.rs" "-Zthreads=1" "-Zsimulate-remapped-rust-src-base=/rustc/FAKE_PREFIX" "-Ztranslate-remapped-path-to-local-path=no" "-Z" "ignore-directory-in-diagnostics-source-blocks=/home/jenkins/.cargo" "--sysroot" "/home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1" "--cfg" "r48" "-O" "-Cdebug-assertions=no" "--emit" "asm" "-C" "prefer-dynamic" "-o" "/home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/test/assembly/stack-protector/stack-protector-target-support.r48/stack-protector-target-support.s" "-A" "internal_features" "-Crpath" "-Cdebuginfo=0" "-Lnative=/home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-fortanix-unknown-sgx/native/rust-test-helpers" "-L" "/home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/test/assembly/stack-protector/stack-protector-target-support.r48/auxiliary" "--target" "mipsel-unknown-linux-musl" "-Z" "stack-protector=all" "-C" "opt-level=2"
11:55:25 stdout: none
11:55:25 --- stderr -------------------------------
11:55:25 error: rustc interrupted by SIGSEGV, printing backtrace
11:55:25 
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0xddbbf6)[0x7fbe78492bf6]
11:55:25 /lib/x86_64-linux-gnu/libc.so.6(+0x43090)[0x7fbe773a0090]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x20ef15b)[0x7fbe797a615b]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x20e25d3)[0x7fbe797995d3]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x129eaaa)[0x7fbe78955aaa]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x3581ad8)[0x7fbe7ac38ad8]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x358172c)[0x7fbe7ac3872c]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x35783bb)[0x7fbe7ac2f3bb]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x21d7f72)[0x7fbe7988ef72]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x20eae57)[0x7fbe797a1e57]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x2df1122)[0x7fbe7a4a8122]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x2df6ea3)[0x7fbe7a4adea3]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x2df1799)[0x7fbe7a4a8799]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(LLVMRustWriteOutputFile+0x2ca)[0x7fbe788477fa]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x10ca5d5)[0x7fbe787815d5]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x1151613)[0x7fbe78808613]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x10ce3c5)[0x7fbe787853c5]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(_RNvXs1_CslP916BXwXaz_18rustc_codegen_llvmNtB5_18LlvmCodegenBackendNtNtNtCsct7UFJ6rZyr_17rustc_codegen_ssa6traits5write19WriteBackendMethods7codegen+0xe)[0x7fbe78771a3e]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x10968be)[0x7fbe7874d8be]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x1096cc8)[0x7fbe7874dcc8]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x11ac7ff)[0x7fbe788637ff]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x1129eab)[0x7fbe787e0eab]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/librustc_driver-a86c0cfccd493cd0.so(+0x10e2ec6)[0x7fbe78799ec6]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/libstd-3d1f82f2dfc34393.so(rust_metadata_std_e9638caf1525cc9f+0xa1d3d)[0x7fbe775f9d3d]
11:55:25 /home/jenkins/workspace/rust-sgx-ci/rust/build/x86_64-unknown-linux-gnu/stage1/lib/libstd-3d1f82f2dfc34393.so(rust_metadata_std_e9638caf1525cc9f+0xa106a)[0x7fbe775f906a]
11:55:25 /lib/x86_64-linux-gnu/libpthread.so.0(+0x8609)[0x7fbe7733c609]
11:55:25 /lib/x86_64-linux-gnu/libc.so.6(clone+0x43)[0x7fbe7747c353]
11:55:25 
11:55:25 note: we would appreciate a report at https://github.com/rust-lang/rust
11:55:25 note: backtrace dumped due to SIGSEGV! resuming signal
11:55:25 ------------------------------------------
11:55:25 
11:55:25 
11:55:25 
11:55:25 failures:
11:55:25     [assembly] tests/assembly/asm/mips-types.rs#mips32
11:55:25     [assembly] tests/assembly/stack-protector/stack-protector-target-support.rs#r41
11:55:25     [assembly] tests/assembly/stack-protector/stack-protector-target-support.rs#r42
11:55:25     [assembly] tests/assembly/stack-protector/stack-protector-target-support.rs#r47
11:55:25     [assembly] tests/assembly/stack-protector/stack-protector-target-support.rs#r48
11:55:25 

I'm confused. Why aren't these tests run in the upstream CI?

@cuviper
Copy link
Member Author

cuviper commented Apr 5, 2024

@raoulstrackx those tests do run in the test-various job -- here it is in the most recent logs. Search for "suite=assembly" if that link doesn't take you to the right line. They also pass in my local build. I wonder what's different in your CI?


Not sure why bors didn't react to CI completion here -- let's have another go...

@bors retry

@bors
Copy link
Contributor

bors commented Apr 6, 2024

⌛ Testing commit cf44931 with merge 9eff510...

@bors
Copy link
Contributor

bors commented Apr 6, 2024

☀️ Test successful - checks-actions
Approved by: cuviper
Pushing 9eff510 to beta...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Apr 6, 2024
@bors bors merged commit 9eff510 into rust-lang:beta Apr 6, 2024
12 checks passed
@rustbot rustbot added this to the 1.78.0 milestone Apr 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. O-unix Operating system: Unix-like S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. 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