[INFO] crate syr 0.1.0 is already in cache [INFO] extracting crate syr 0.1.0 into work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/reg/syr/0.1.0 [INFO] extracting crate syr 0.1.0 into work/ex/pr-63565/sources/try#75eff020d0923c035c2fe220db4a0465cd847048/reg/syr/0.1.0 [INFO] validating manifest of syr-0.1.0 on toolchain master#c43d03a19f326f4a323569328cc501e86eb6d22e [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of syr-0.1.0 on toolchain try#75eff020d0923c035c2fe220db4a0465cd847048 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing syr-0.1.0 [INFO] finished frobbing syr-0.1.0 [INFO] frobbed toml for syr-0.1.0 written to work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/reg/syr/0.1.0/Cargo.toml [INFO] started frobbing syr-0.1.0 [INFO] finished frobbing syr-0.1.0 [INFO] frobbed toml for syr-0.1.0 written to work/ex/pr-63565/sources/try#75eff020d0923c035c2fe220db4a0465cd847048/reg/syr/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+75eff020d0923c035c2fe220db4a0465cd847048-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] checking syr-0.1.0 against master#c43d03a19f326f4a323569328cc501e86eb6d22e for pr-63565 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63565/worker-1/master#c43d03a19f326f4a323569328cc501e86eb6d22e:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63565/sources/master#c43d03a19f326f4a323569328cc501e86eb6d22e/reg/syr/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c43d03a19f326f4a323569328cc501e86eb6d22e-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] a3e44cc44e0ad8dc21abd10bfd06154f2ab40ac8998352edf482267aea39ce82 [INFO] running `"docker" "start" "-a" "a3e44cc44e0ad8dc21abd10bfd06154f2ab40ac8998352edf482267aea39ce82"` [INFO] [stderr] Checking syr v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> src/lib.rs:5:12 [INFO] [stderr] | [INFO] [stderr] 5 | #![feature(unsafe_no_drop_flag)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stderr] [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> src/lib.rs:5:12 [INFO] [stderr] | [INFO] [stderr] 5 | #![feature(unsafe_no_drop_flag)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `alloc::heap` [INFO] [stderr] --> src/matrix/mod.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use alloc::heap; [INFO] [stderr] | ^^^^^^^^^^^ no `heap` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `std::num::Zero`, `std::num::One` [INFO] [stderr] --> src/matrix/mod.rs:7:16 [INFO] [stderr] | [INFO] [stderr] 7 | use std::num::{Zero, One}; [INFO] [stderr] | ^^^^ ^^^ no `One` in `num` [INFO] [stderr] | | [INFO] [stderr] | no `Zero` in `num` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `unsafe_no_drop_flag` in this scope [INFO] [stderr] --> src/matrix/mod.rs:15:3 [INFO] [stderr] | [INFO] [stderr] 15 | #[unsafe_no_drop_flag] // Omit the drop flag byte, we use rows as the flag [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `oom` in crate `alloc` [INFO] [stderr] --> src/matrix/mod.rs:37:35 [INFO] [stderr] | [INFO] [stderr] 37 | if ptr.is_null() { alloc::oom() } [INFO] [stderr] | ^^^ not found in `alloc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `POST_DROP_USIZE` in module `mem` [INFO] [stderr] --> src/matrix/mod.rs:134:34 [INFO] [stderr] | [INFO] [stderr] 134 | if self.num_rows != mem::POST_DROP_USIZE { [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `mem` [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'ptr_internals': use `NonNull` instead and consider `PhantomData` (if you also use `#[may_dangle]`), `Send`, and/or `Sync` [INFO] [stderr] --> src/matrix/mod.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use core::ptr::Unique; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(ptr_internals)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'ptr_internals': use `NonNull` instead and consider `PhantomData` (if you also use `#[may_dangle]`), `Send`, and/or `Sync` [INFO] [stderr] --> src/matrix/mod.rs:18:10 [INFO] [stderr] | [INFO] [stderr] 18 | ptr: Unique, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(ptr_internals)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::min_align_of': use `align_of` instead [INFO] [stderr] --> src/matrix/mod.rs:36:49 [INFO] [stderr] | [INFO] [stderr] 36 | let ptr = unsafe { heap::allocate(size, mem::min_align_of::()) }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'ptr_internals': use `NonNull` instead and consider `PhantomData` (if you also use `#[may_dangle]`), `Send`, and/or `Sync` [INFO] [stderr] --> src/matrix/mod.rs:41:22 [INFO] [stderr] | [INFO] [stderr] 41 | ptr: Unique::new(ptr as *mut T), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(ptr_internals)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::min_align_of': use `align_of` instead [INFO] [stderr] --> src/matrix/mod.rs:142:34 [INFO] [stderr] | [INFO] [stderr] 142 | mem::min_align_of::()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0557, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `syr`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `alloc::heap` [INFO] [stderr] --> src/matrix/mod.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use alloc::heap; [INFO] [stderr] | ^^^^^^^^^^^ no `heap` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `std::num::Zero`, `std::num::One` [INFO] [stderr] --> src/matrix/mod.rs:7:16 [INFO] [stderr] | [INFO] [stderr] 7 | use std::num::{Zero, One}; [INFO] [stderr] | ^^^^ ^^^ no `One` in `num` [INFO] [stderr] | | [INFO] [stderr] | no `Zero` in `num` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute macro `unsafe_no_drop_flag` in this scope [INFO] [stderr] --> src/matrix/mod.rs:15:3 [INFO] [stderr] | [INFO] [stderr] 15 | #[unsafe_no_drop_flag] // Omit the drop flag byte, we use rows as the flag [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `oom` in crate `alloc` [INFO] [stderr] --> src/matrix/mod.rs:37:35 [INFO] [stderr] | [INFO] [stderr] 37 | if ptr.is_null() { alloc::oom() } [INFO] [stderr] | ^^^ not found in `alloc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `POST_DROP_USIZE` in module `mem` [INFO] [stderr] --> src/matrix/mod.rs:134:34 [INFO] [stderr] | [INFO] [stderr] 134 | if self.num_rows != mem::POST_DROP_USIZE { [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in `mem` [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'ptr_internals': use `NonNull` instead and consider `PhantomData` (if you also use `#[may_dangle]`), `Send`, and/or `Sync` [INFO] [stderr] --> src/matrix/mod.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use core::ptr::Unique; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(ptr_internals)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'ptr_internals': use `NonNull` instead and consider `PhantomData` (if you also use `#[may_dangle]`), `Send`, and/or `Sync` [INFO] [stderr] --> src/matrix/mod.rs:18:10 [INFO] [stderr] | [INFO] [stderr] 18 | ptr: Unique, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(ptr_internals)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::min_align_of': use `align_of` instead [INFO] [stderr] --> src/matrix/mod.rs:36:49 [INFO] [stderr] | [INFO] [stderr] 36 | let ptr = unsafe { heap::allocate(size, mem::min_align_of::()) }; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'ptr_internals': use `NonNull` instead and consider `PhantomData` (if you also use `#[may_dangle]`), `Send`, and/or `Sync` [INFO] [stderr] --> src/matrix/mod.rs:41:22 [INFO] [stderr] | [INFO] [stderr] 41 | ptr: Unique::new(ptr as *mut T), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(ptr_internals)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::min_align_of': use `align_of` instead [INFO] [stderr] --> src/matrix/mod.rs:142:34 [INFO] [stderr] | [INFO] [stderr] 142 | mem::min_align_of::()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0557, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `syr`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a3e44cc44e0ad8dc21abd10bfd06154f2ab40ac8998352edf482267aea39ce82"` [INFO] running `"docker" "rm" "-f" "a3e44cc44e0ad8dc21abd10bfd06154f2ab40ac8998352edf482267aea39ce82"` [INFO] [stdout] a3e44cc44e0ad8dc21abd10bfd06154f2ab40ac8998352edf482267aea39ce82