Oct 13 16:35:39.204 INFO checking copy_arena-0.1.1 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 16:35:39.204 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 16:35:39.485 INFO blam! 2e51b2e631b9daa3467c189c8d964c93b53409b26b442701a2dec56e19f817a8 Oct 13 16:35:39.486 INFO running `"docker" "start" "-a" "2e51b2e631b9daa3467c189c8d964c93b53409b26b442701a2dec56e19f817a8"` Oct 13 16:35:40.417 INFO kablam! usermod: no changes Oct 13 16:35:40.451 INFO kablam! Checking copy_arena v0.1.1 (/source) Oct 13 16:35:41.120 INFO kablam! warning: use of deprecated item 'std::mem::min_align_of': use `align_of` instead Oct 13 16:35:41.120 INFO kablam! --> src/lib.rs:180:58 Oct 13 16:35:41.120 INFO kablam! | Oct 13 16:35:41.120 INFO kablam! 180 | let memory = self.alloc_raw(mem::size_of::(), mem::min_align_of::()); Oct 13 16:35:41.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 16:35:41.120 INFO kablam! | Oct 13 16:35:41.120 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 16:35:41.120 INFO kablam! Oct 13 16:35:41.120 INFO kablam! warning: use of deprecated item 'std::mem::min_align_of': use `align_of` instead Oct 13 16:35:41.121 INFO kablam! --> src/lib.rs:196:49 Oct 13 16:35:41.121 INFO kablam! | Oct 13 16:35:41.121 INFO kablam! 196 | let memory = self.alloc_raw(byte_count, mem::min_align_of::()); Oct 13 16:35:41.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 16:35:41.121 INFO kablam! Oct 13 16:35:41.202 INFO kablam! warning: variable does not need to be mutable Oct 13 16:35:41.202 INFO kablam! --> src/lib.rs:203:13 Oct 13 16:35:41.202 INFO kablam! | Oct 13 16:35:41.202 INFO kablam! 203 | let mut slice = self.alloc_slice_raw(elems.len()); Oct 13 16:35:41.202 INFO kablam! | ----^^^^^ Oct 13 16:35:41.202 INFO kablam! | | Oct 13 16:35:41.202 INFO kablam! | help: remove this `mut` Oct 13 16:35:41.202 INFO kablam! | Oct 13 16:35:41.202 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 16:35:41.202 INFO kablam! Oct 13 16:35:41.202 INFO kablam! warning: variable does not need to be mutable Oct 13 16:35:41.202 INFO kablam! --> src/lib.rs:215:13 Oct 13 16:35:41.202 INFO kablam! | Oct 13 16:35:41.202 INFO kablam! 215 | let mut slice = self.alloc_slice_raw(len); Oct 13 16:35:41.202 INFO kablam! | ----^^^^^ Oct 13 16:35:41.202 INFO kablam! | | Oct 13 16:35:41.202 INFO kablam! | help: remove this `mut` Oct 13 16:35:41.202 INFO kablam! Oct 13 16:35:41.476 INFO kablam! warning: use of deprecated item 'std::mem::min_align_of': use `align_of` instead Oct 13 16:35:41.476 INFO kablam! --> src/lib.rs:180:58 Oct 13 16:35:41.476 INFO kablam! | Oct 13 16:35:41.476 INFO kablam! 180 | let memory = self.alloc_raw(mem::size_of::(), mem::min_align_of::()); Oct 13 16:35:41.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 16:35:41.476 INFO kablam! | Oct 13 16:35:41.476 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 16:35:41.476 INFO kablam! Oct 13 16:35:41.476 INFO kablam! warning: use of deprecated item 'std::mem::min_align_of': use `align_of` instead Oct 13 16:35:41.476 INFO kablam! --> src/lib.rs:196:49 Oct 13 16:35:41.476 INFO kablam! | Oct 13 16:35:41.476 INFO kablam! 196 | let memory = self.alloc_raw(byte_count, mem::min_align_of::()); Oct 13 16:35:41.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 16:35:41.476 INFO kablam! Oct 13 16:35:41.633 INFO kablam! warning: variable does not need to be mutable Oct 13 16:35:41.634 INFO kablam! --> src/lib.rs:203:13 Oct 13 16:35:41.634 INFO kablam! | Oct 13 16:35:41.634 INFO kablam! 203 | let mut slice = self.alloc_slice_raw(elems.len()); Oct 13 16:35:41.634 INFO kablam! | ----^^^^^ Oct 13 16:35:41.634 INFO kablam! | | Oct 13 16:35:41.635 INFO kablam! | help: remove this `mut` Oct 13 16:35:41.635 INFO kablam! | Oct 13 16:35:41.635 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 16:35:41.635 INFO kablam! Oct 13 16:35:41.635 INFO kablam! warning: variable does not need to be mutable Oct 13 16:35:41.636 INFO kablam! --> src/lib.rs:215:13 Oct 13 16:35:41.636 INFO kablam! | Oct 13 16:35:41.636 INFO kablam! 215 | let mut slice = self.alloc_slice_raw(len); Oct 13 16:35:41.636 INFO kablam! | ----^^^^^ Oct 13 16:35:41.636 INFO kablam! | | Oct 13 16:35:41.637 INFO kablam! | help: remove this `mut` Oct 13 16:35:41.637 INFO kablam! Oct 13 16:35:41.719 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.27s Oct 13 16:35:41.728 INFO kablam! su: No module specific data is present Oct 13 16:35:42.251 INFO running `"docker" "rm" "-f" "2e51b2e631b9daa3467c189c8d964c93b53409b26b442701a2dec56e19f817a8"` Oct 13 16:35:42.713 INFO blam! 2e51b2e631b9daa3467c189c8d964c93b53409b26b442701a2dec56e19f817a8