[INFO] fetching crate x86_64-xsave 0.1.3... [INFO] checking x86_64-xsave-0.1.3 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342-1 [INFO] extracting crate x86_64-xsave 0.1.3 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate x86_64-xsave 0.1.3 [INFO] finished tweaking crates.io crate x86_64-xsave 0.1.3 [INFO] tweaked toml for crates.io crate x86_64-xsave 0.1.3 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate x86_64-xsave 0.1.3 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 1 package to latest compatible version [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 74502c12fc0aed01db233accb178653cb01b373d15a813c22d9132a35df7089c [INFO] running `Command { std: "docker" "start" "-a" "74502c12fc0aed01db233accb178653cb01b373d15a813c22d9132a35df7089c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "74502c12fc0aed01db233accb178653cb01b373d15a813c22d9132a35df7089c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "74502c12fc0aed01db233accb178653cb01b373d15a813c22d9132a35df7089c", kill_on_drop: false }` [INFO] [stdout] 74502c12fc0aed01db233accb178653cb01b373d15a813c22d9132a35df7089c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6c6dd5c3db22c801bb65102ad96961c60625f3d3497b3a043700e05e76a8514b [INFO] running `Command { std: "docker" "start" "-a" "6c6dd5c3db22c801bb65102ad96961c60625f3d3497b3a043700e05e76a8514b", kill_on_drop: false }` [INFO] [stderr] Checking arrayref v0.3.9 [INFO] [stderr] Checking x86_64-xsave v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `std::arch::x86_64::has_cpuid` [INFO] [stdout] --> src/lib.rs:60:36 [INFO] [stdout] | [INFO] [stdout] 60 | #[cfg(target_arch = "x86_64")] use ::std::arch::x86_64::has_cpuid; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^--------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `__cpuid` [INFO] [stdout] | no `has_cpuid` in `core_arch::arch::x86_64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::alloc::Alloc` [INFO] [stdout] --> src/lib.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | use ::std::alloc::Alloc; [INFO] [stdout] | ^^^^^^^^^^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `alloc` [INFO] [stdout] | no `Alloc` in `alloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/fxsave/domain/X87FloatingPointUnitControlWord.rs:24:4 [INFO] [stdout] | [INFO] [stdout] 24 | asm! [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] --> src/fxsave/domain/mod.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 + use std::arch::asm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/fxsave/domain/X87FloatingPointUnitControlWord.rs:55:4 [INFO] [stdout] | [INFO] [stdout] 55 | asm! [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] --> src/fxsave/domain/mod.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 + use std::arch::asm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/fxsave/domain/X87FloatingPointUnitControlWord.rs:84:4 [INFO] [stdout] | [INFO] [stdout] 84 | asm! [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] --> src/fxsave/domain/mod.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 + use std::arch::asm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/fxsave/domain/X87FloatingPointUnitStatusWord.rs:24:4 [INFO] [stdout] | [INFO] [stdout] 24 | asm! [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] --> src/fxsave/domain/mod.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 + use std::arch::asm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/fxsave/domain/X87FloatingPointUnitStatusWord.rs:55:4 [INFO] [stdout] | [INFO] [stdout] 55 | asm! [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] --> src/fxsave/domain/mod.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 + use std::arch::asm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/XSaveExtendedRegion.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | extern [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(missing_abi)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::arch::x86_64::_mm_getcsr`: see `_mm_getcsr` documentation - use inline assembly instead [INFO] [stdout] --> src/lib.rs:48:86 [INFO] [stdout] | [INFO] [stdout] 48 | #[cfg(all(target_arch = "x86_64", target_feature = "sse"))] use ::std::arch::x86_64::_mm_getcsr; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::arch::x86_64::_mm_setcsr`: see `_mm_setcsr` documentation - use inline assembly instead [INFO] [stdout] --> src/lib.rs:49:86 [INFO] [stdout] | [INFO] [stdout] 49 | #[cfg(all(target_arch = "x86_64", target_feature = "sse"))] use ::std::arch::x86_64::_mm_setcsr; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/lib.rs:71:17 [INFO] [stdout] | [INFO] [stdout] 71 | use ::std::mem::uninitialized; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::arch::x86_64::_mm_getcsr`: see `_mm_getcsr` documentation - use inline assembly instead [INFO] [stdout] --> src/MxcsrRegisterValue.rs:23:31 [INFO] [stdout] | [INFO] [stdout] 23 | MxcsrRegisterValue(unsafe { _mm_getcsr() }) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::arch::x86_64::_mm_setcsr`: see `_mm_setcsr` documentation - use inline assembly instead [INFO] [stdout] --> src/MxcsrRegisterValue.rs:33:12 [INFO] [stdout] | [INFO] [stdout] 33 | unsafe { _mm_setcsr(self.0) } [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::arch::x86_64::_mm_getcsr`: see `_mm_getcsr` documentation - use inline assembly instead [INFO] [stdout] --> src/MxcsrRegisterValue.rs:41:39 [INFO] [stdout] | [INFO] [stdout] 41 | *self = MxcsrRegisterValue(unsafe { _mm_getcsr() }); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `asm` has been stable since 1.59.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | #![feature(asm)] [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `stdsimd` [INFO] [stdout] --> src/lib.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | #![feature(stdsimd)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/fxsave/FXSaveArea.rs:57:27 [INFO] [stdout] | [INFO] [stdout] 57 | let mut this = unsafe { uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/fxsave/domain/X87FloatingPointUnitControlWord.rs:19:40 [INFO] [stdout] | [INFO] [stdout] 19 | let mut control_word: u16 = unsafe { uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/fxsave/domain/X87FloatingPointUnitControlWord.rs:50:40 [INFO] [stdout] | [INFO] [stdout] 50 | let mut control_word: u16 = unsafe { uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/fxsave/domain/X87FloatingPointUnitStatusWord.rs:19:40 [INFO] [stdout] | [INFO] [stdout] 19 | let mut control_word: u16 = unsafe { uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/fxsave/domain/X87FloatingPointUnitStatusWord.rs:50:40 [INFO] [stdout] | [INFO] [stdout] 50 | let mut control_word: u16 = unsafe { uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::arch::x86_64::has_cpuid` [INFO] [stdout] --> src/lib.rs:60:36 [INFO] [stdout] | [INFO] [stdout] 60 | #[cfg(target_arch = "x86_64")] use ::std::arch::x86_64::has_cpuid; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^--------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `__cpuid` [INFO] [stdout] | no `has_cpuid` in `core_arch::arch::x86_64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::alloc::Alloc` [INFO] [stdout] --> src/lib.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | use ::std::alloc::Alloc; [INFO] [stdout] | ^^^^^^^^^^^^^^----- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `alloc` [INFO] [stdout] | no `Alloc` in `alloc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0635. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `x86_64-xsave` (lib test) due to 8 previous errors; 13 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/fxsave/domain/X87FloatingPointUnitControlWord.rs:24:4 [INFO] [stdout] | [INFO] [stdout] 24 | asm! [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] --> src/fxsave/domain/mod.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 + use std::arch::asm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/fxsave/domain/X87FloatingPointUnitControlWord.rs:55:4 [INFO] [stdout] | [INFO] [stdout] 55 | asm! [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] --> src/fxsave/domain/mod.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 + use std::arch::asm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/fxsave/domain/X87FloatingPointUnitControlWord.rs:84:4 [INFO] [stdout] | [INFO] [stdout] 84 | asm! [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] --> src/fxsave/domain/mod.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 + use std::arch::asm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/fxsave/domain/X87FloatingPointUnitStatusWord.rs:24:4 [INFO] [stdout] | [INFO] [stdout] 24 | asm! [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] --> src/fxsave/domain/mod.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 + use std::arch::asm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `asm` in this scope [INFO] [stdout] --> src/fxsave/domain/X87FloatingPointUnitStatusWord.rs:55:4 [INFO] [stdout] | [INFO] [stdout] 55 | asm! [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: consider importing this macro [INFO] [stdout] --> src/fxsave/domain/mod.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 + use std::arch::asm; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/XSaveExtendedRegion.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | extern [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(missing_abi)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::arch::x86_64::_mm_getcsr`: see `_mm_getcsr` documentation - use inline assembly instead [INFO] [stdout] --> src/lib.rs:48:86 [INFO] [stdout] | [INFO] [stdout] 48 | #[cfg(all(target_arch = "x86_64", target_feature = "sse"))] use ::std::arch::x86_64::_mm_getcsr; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::arch::x86_64::_mm_setcsr`: see `_mm_setcsr` documentation - use inline assembly instead [INFO] [stdout] --> src/lib.rs:49:86 [INFO] [stdout] | [INFO] [stdout] 49 | #[cfg(all(target_arch = "x86_64", target_feature = "sse"))] use ::std::arch::x86_64::_mm_setcsr; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/lib.rs:71:17 [INFO] [stdout] | [INFO] [stdout] 71 | use ::std::mem::uninitialized; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::arch::x86_64::_mm_getcsr`: see `_mm_getcsr` documentation - use inline assembly instead [INFO] [stdout] --> src/MxcsrRegisterValue.rs:23:31 [INFO] [stdout] | [INFO] [stdout] 23 | MxcsrRegisterValue(unsafe { _mm_getcsr() }) [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::arch::x86_64::_mm_setcsr`: see `_mm_setcsr` documentation - use inline assembly instead [INFO] [stdout] --> src/MxcsrRegisterValue.rs:33:12 [INFO] [stdout] | [INFO] [stdout] 33 | unsafe { _mm_setcsr(self.0) } [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::arch::x86_64::_mm_getcsr`: see `_mm_getcsr` documentation - use inline assembly instead [INFO] [stdout] --> src/MxcsrRegisterValue.rs:41:39 [INFO] [stdout] | [INFO] [stdout] 41 | *self = MxcsrRegisterValue(unsafe { _mm_getcsr() }); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `asm` has been stable since 1.59.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | #![feature(asm)] [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `stdsimd` [INFO] [stdout] --> src/lib.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | #![feature(stdsimd)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/fxsave/FXSaveArea.rs:57:27 [INFO] [stdout] | [INFO] [stdout] 57 | let mut this = unsafe { uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/fxsave/domain/X87FloatingPointUnitControlWord.rs:19:40 [INFO] [stdout] | [INFO] [stdout] 19 | let mut control_word: u16 = unsafe { uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/fxsave/domain/X87FloatingPointUnitControlWord.rs:50:40 [INFO] [stdout] | [INFO] [stdout] 50 | let mut control_word: u16 = unsafe { uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/fxsave/domain/X87FloatingPointUnitStatusWord.rs:19:40 [INFO] [stdout] | [INFO] [stdout] 19 | let mut control_word: u16 = unsafe { uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/fxsave/domain/X87FloatingPointUnitStatusWord.rs:50:40 [INFO] [stdout] | [INFO] [stdout] 50 | let mut control_word: u16 = unsafe { uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0635. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `x86_64-xsave` (lib) due to 8 previous errors; 13 warnings emitted [INFO] running `Command { std: "docker" "inspect" "6c6dd5c3db22c801bb65102ad96961c60625f3d3497b3a043700e05e76a8514b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c6dd5c3db22c801bb65102ad96961c60625f3d3497b3a043700e05e76a8514b", kill_on_drop: false }` [INFO] [stdout] 6c6dd5c3db22c801bb65102ad96961c60625f3d3497b3a043700e05e76a8514b