[INFO] fetching crate x86_64-xsave 0.1.3... [INFO] checking x86_64-xsave-0.1.3 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate x86_64-xsave 0.1.3 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate x86_64-xsave 0.1.3 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2f5b47418dc2aa4fe6080a6899ece649e91389a0a0bc54d2e1aa9ce1a406cce0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2f5b47418dc2aa4fe6080a6899ece649e91389a0a0bc54d2e1aa9ce1a406cce0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2f5b47418dc2aa4fe6080a6899ece649e91389a0a0bc54d2e1aa9ce1a406cce0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f5b47418dc2aa4fe6080a6899ece649e91389a0a0bc54d2e1aa9ce1a406cce0", kill_on_drop: false }` [INFO] [stdout] 2f5b47418dc2aa4fe6080a6899ece649e91389a0a0bc54d2e1aa9ce1a406cce0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 04535b620e095945e8a15fd0cc1bb1456d23e18c7c70e368c86b76727429103e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "04535b620e095945e8a15fd0cc1bb1456d23e18c7c70e368c86b76727429103e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking arrayref v0.3.6 [INFO] [stderr] Checking x86_64-xsave v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/fxsave/domain/X87FloatingPointUnitControlWord.rs:24:4 [INFO] [stdout] | [INFO] [stdout] 24 | asm! [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 25 | | ( [INFO] [stdout] 26 | | "fstcw $0" [INFO] [stdout] 27 | | : [INFO] [stdout] ... | [INFO] [stdout] 36 | | "volatile" [INFO] [stdout] 37 | | ); [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/fxsave/domain/X87FloatingPointUnitControlWord.rs:55:4 [INFO] [stdout] | [INFO] [stdout] 55 | asm! [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 56 | | ( [INFO] [stdout] 57 | | "fnstcw $0" [INFO] [stdout] 58 | | : [INFO] [stdout] ... | [INFO] [stdout] 67 | | "volatile" [INFO] [stdout] 68 | | ); [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/fxsave/domain/X87FloatingPointUnitControlWord.rs:84:4 [INFO] [stdout] | [INFO] [stdout] 84 | asm! [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 85 | | ( [INFO] [stdout] 86 | | "fnstcw $0" [INFO] [stdout] 87 | | : [INFO] [stdout] ... | [INFO] [stdout] 96 | | "volatile" [INFO] [stdout] 97 | | ); [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/fxsave/domain/X87FloatingPointUnitStatusWord.rs:24:4 [INFO] [stdout] | [INFO] [stdout] 24 | asm! [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 25 | | ( [INFO] [stdout] 26 | | "fstsw $0" [INFO] [stdout] 27 | | : [INFO] [stdout] ... | [INFO] [stdout] 36 | | "volatile" [INFO] [stdout] 37 | | ); [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/fxsave/domain/X87FloatingPointUnitStatusWord.rs:55:4 [INFO] [stdout] | [INFO] [stdout] 55 | asm! [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 56 | | ( [INFO] [stdout] 57 | | "fnstsw $0" [INFO] [stdout] 58 | | : [INFO] [stdout] ... | [INFO] [stdout] 67 | | "volatile" [INFO] [stdout] 68 | | ); [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: alternatively, switch to llvm_asm! to keep your code working as it is [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: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/fxsave/domain/X87FloatingPointUnitControlWord.rs:24:4 [INFO] [stdout] | [INFO] [stdout] 24 | asm! [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 25 | | ( [INFO] [stdout] 26 | | "fstcw $0" [INFO] [stdout] 27 | | : [INFO] [stdout] ... | [INFO] [stdout] 36 | | "volatile" [INFO] [stdout] 37 | | ); [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/fxsave/domain/X87FloatingPointUnitControlWord.rs:55:4 [INFO] [stdout] | [INFO] [stdout] 55 | asm! [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 56 | | ( [INFO] [stdout] 57 | | "fnstcw $0" [INFO] [stdout] 58 | | : [INFO] [stdout] ... | [INFO] [stdout] 67 | | "volatile" [INFO] [stdout] 68 | | ); [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/fxsave/domain/X87FloatingPointUnitControlWord.rs:84:4 [INFO] [stdout] | [INFO] [stdout] 84 | asm! [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 85 | | ( [INFO] [stdout] 86 | | "fnstcw $0" [INFO] [stdout] 87 | | : [INFO] [stdout] ... | [INFO] [stdout] 96 | | "volatile" [INFO] [stdout] 97 | | ); [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/fxsave/domain/X87FloatingPointUnitStatusWord.rs:24:4 [INFO] [stdout] | [INFO] [stdout] 24 | asm! [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 25 | | ( [INFO] [stdout] 26 | | "fstsw $0" [INFO] [stdout] 27 | | : [INFO] [stdout] ... | [INFO] [stdout] 36 | | "volatile" [INFO] [stdout] 37 | | ); [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: alternatively, switch to llvm_asm! to keep your code working as it is [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the legacy LLVM-style asm! syntax is no longer supported [INFO] [stdout] --> src/fxsave/domain/X87FloatingPointUnitStatusWord.rs:55:4 [INFO] [stdout] | [INFO] [stdout] 55 | asm! [INFO] [stdout] | ^--- [INFO] [stdout] | | [INFO] [stdout] | _____________help: replace with: `llvm_asm!` [INFO] [stdout] | | [INFO] [stdout] 56 | | ( [INFO] [stdout] 57 | | "fnstsw $0" [INFO] [stdout] 58 | | : [INFO] [stdout] ... | [INFO] [stdout] 67 | | "volatile" [INFO] [stdout] 68 | | ); [INFO] [stdout] | |______________^ [INFO] [stdout] | [INFO] [stdout] = note: consider migrating to the new asm! syntax specified in RFC 2873 [INFO] [stdout] = note: alternatively, switch to llvm_asm! to keep your code working as it is [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] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/lib.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 71 | use ::std::mem::uninitialized; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/lib.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 71 | use ::std::mem::uninitialized; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [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/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: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] 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: aborting due to 6 previous errors; 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors; 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `x86_64-xsave` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "04535b620e095945e8a15fd0cc1bb1456d23e18c7c70e368c86b76727429103e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "04535b620e095945e8a15fd0cc1bb1456d23e18c7c70e368c86b76727429103e", kill_on_drop: false }` [INFO] [stdout] 04535b620e095945e8a15fd0cc1bb1456d23e18c7c70e368c86b76727429103e