Sep 14 18:10:48.384 INFO checking copy_arena-0.1.1 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 18:10:48.384 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 18:10:48.384 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-7/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 18:10:48.564 INFO blam! dea184e7732d2b2bc9c1b289e4e31e24c9425914ea7e9b2e15f5d212e85e2fd0 Sep 14 18:10:48.567 INFO running `"docker" "start" "-a" "dea184e7732d2b2bc9c1b289e4e31e24c9425914ea7e9b2e15f5d212e85e2fd0"` Sep 14 18:10:49.737 INFO kablam! usermod: no changes Sep 14 18:10:49.771 INFO kablam! Checking copy_arena v0.1.1 (file:///source) Sep 14 18:10:50.038 INFO kablam! warning: use of deprecated item 'std::mem::min_align_of': use `align_of` instead Sep 14 18:10:50.039 INFO kablam! --> src/lib.rs:180:58 Sep 14 18:10:50.039 INFO kablam! | Sep 14 18:10:50.039 INFO kablam! 180 | let memory = self.alloc_raw(mem::size_of::(), mem::min_align_of::()); Sep 14 18:10:50.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 18:10:50.039 INFO kablam! | Sep 14 18:10:50.039 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 18:10:50.039 INFO kablam! Sep 14 18:10:50.039 INFO kablam! warning: use of deprecated item 'std::mem::min_align_of': use `align_of` instead Sep 14 18:10:50.039 INFO kablam! --> src/lib.rs:196:49 Sep 14 18:10:50.039 INFO kablam! | Sep 14 18:10:50.039 INFO kablam! 196 | let memory = self.alloc_raw(byte_count, mem::min_align_of::()); Sep 14 18:10:50.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 18:10:50.039 INFO kablam! Sep 14 18:10:50.044 INFO kablam! warning: use of deprecated item 'std::mem::min_align_of': use `align_of` instead Sep 14 18:10:50.044 INFO kablam! --> src/lib.rs:180:58 Sep 14 18:10:50.044 INFO kablam! | Sep 14 18:10:50.044 INFO kablam! 180 | let memory = self.alloc_raw(mem::size_of::(), mem::min_align_of::()); Sep 14 18:10:50.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 18:10:50.044 INFO kablam! | Sep 14 18:10:50.044 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 18:10:50.044 INFO kablam! Sep 14 18:10:50.044 INFO kablam! warning: use of deprecated item 'std::mem::min_align_of': use `align_of` instead Sep 14 18:10:50.044 INFO kablam! --> src/lib.rs:196:49 Sep 14 18:10:50.044 INFO kablam! | Sep 14 18:10:50.044 INFO kablam! 196 | let memory = self.alloc_raw(byte_count, mem::min_align_of::()); Sep 14 18:10:50.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 18:10:50.044 INFO kablam! Sep 14 18:10:50.119 INFO kablam! warning: variable does not need to be mutable Sep 14 18:10:50.119 INFO kablam! --> src/lib.rs:203:13 Sep 14 18:10:50.119 INFO kablam! | Sep 14 18:10:50.119 INFO kablam! 203 | let mut slice = self.alloc_slice_raw(elems.len()); Sep 14 18:10:50.119 INFO kablam! | ----^^^^^ Sep 14 18:10:50.119 INFO kablam! | | Sep 14 18:10:50.119 INFO kablam! | help: remove this `mut` Sep 14 18:10:50.119 INFO kablam! | Sep 14 18:10:50.119 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 18:10:50.119 INFO kablam! Sep 14 18:10:50.119 INFO kablam! warning: variable does not need to be mutable Sep 14 18:10:50.119 INFO kablam! --> src/lib.rs:215:13 Sep 14 18:10:50.119 INFO kablam! | Sep 14 18:10:50.119 INFO kablam! 215 | let mut slice = self.alloc_slice_raw(len); Sep 14 18:10:50.119 INFO kablam! | ----^^^^^ Sep 14 18:10:50.119 INFO kablam! | | Sep 14 18:10:50.119 INFO kablam! | help: remove this `mut` Sep 14 18:10:50.119 INFO kablam! Sep 14 18:10:50.169 INFO kablam! warning: variable does not need to be mutable Sep 14 18:10:50.169 INFO kablam! --> src/lib.rs:203:13 Sep 14 18:10:50.169 INFO kablam! | Sep 14 18:10:50.169 INFO kablam! 203 | let mut slice = self.alloc_slice_raw(elems.len()); Sep 14 18:10:50.169 INFO kablam! | ----^^^^^ Sep 14 18:10:50.169 INFO kablam! | | Sep 14 18:10:50.169 INFO kablam! | help: remove this `mut` Sep 14 18:10:50.169 INFO kablam! | Sep 14 18:10:50.169 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 18:10:50.169 INFO kablam! Sep 14 18:10:50.173 INFO kablam! warning: variable does not need to be mutable Sep 14 18:10:50.173 INFO kablam! --> src/lib.rs:215:13 Sep 14 18:10:50.173 INFO kablam! | Sep 14 18:10:50.173 INFO kablam! 215 | let mut slice = self.alloc_slice_raw(len); Sep 14 18:10:50.173 INFO kablam! | ----^^^^^ Sep 14 18:10:50.173 INFO kablam! | | Sep 14 18:10:50.173 INFO kablam! | help: remove this `mut` Sep 14 18:10:50.173 INFO kablam! Sep 14 18:10:50.225 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.46s Sep 14 18:10:50.226 INFO kablam! su: No module specific data is present Sep 14 18:10:51.037 INFO running `"docker" "rm" "-f" "dea184e7732d2b2bc9c1b289e4e31e24c9425914ea7e9b2e15f5d212e85e2fd0"` Sep 14 18:10:51.096 INFO blam! dea184e7732d2b2bc9c1b289e4e31e24c9425914ea7e9b2e15f5d212e85e2fd0