Sep 05 03:34:36.543 INFO checking acto-rs-0.5.2 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 05 03:34:36.543 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 05 03:34:36.543 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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=500" "-e" "CMD=cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 03:34:36.710 INFO blam! a772d3c04e43cc3f35fe1d947dac813f9c64719270b45f63a7d5adbfb6231c6b Sep 05 03:34:36.712 INFO running `"docker" "start" "-a" "a772d3c04e43cc3f35fe1d947dac813f9c64719270b45f63a7d5adbfb6231c6b"` Sep 05 03:34:37.481 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 05 03:34:37.481 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 05 03:34:37.481 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 05 03:34:37.481 INFO kablam! files will be included as a binary target: Sep 05 03:34:37.481 INFO kablam! Sep 05 03:34:37.481 INFO kablam! * /source/src/main.rs Sep 05 03:34:37.481 INFO kablam! Sep 05 03:34:37.481 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 05 03:34:37.481 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 05 03:34:37.481 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 05 03:34:37.481 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 05 03:34:37.481 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 05 03:34:37.481 INFO kablam! Sep 05 03:34:37.481 INFO kablam! For more information on this warning you can consult Sep 05 03:34:37.481 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 05 03:34:37.481 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `bench`, Sep 05 03:34:37.481 INFO kablam! please set bin.path in Cargo.toml Sep 05 03:34:37.488 INFO kablam! Checking lossyq v0.1.19 Sep 05 03:34:38.338 INFO kablam! Checking acto-rs v0.5.2 (file:///source) Sep 05 03:34:39.714 INFO kablam! warning: variable does not need to be mutable Sep 05 03:34:39.715 INFO kablam! --> src/scheduler/wrap.rs:19:11 Sep 05 03:34:39.715 INFO kablam! | Sep 05 03:34:39.715 INFO kablam! 19 | let mut slice = self.output_positions.as_mut_slice(); Sep 05 03:34:39.715 INFO kablam! | ----^^^^^ Sep 05 03:34:39.715 INFO kablam! | | Sep 05 03:34:39.715 INFO kablam! | help: remove this `mut` Sep 05 03:34:39.715 INFO kablam! | Sep 05 03:34:39.715 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 05 03:34:39.715 INFO kablam! Sep 05 03:34:39.717 INFO kablam! warning: variable does not need to be mutable Sep 05 03:34:39.717 INFO kablam! --> src/scheduler/wrap.rs:35:9 Sep 05 03:34:39.717 INFO kablam! | Sep 05 03:34:39.717 INFO kablam! 35 | let mut slice = self.output_positions.as_mut_slice(); Sep 05 03:34:39.717 INFO kablam! | ----^^^^^ Sep 05 03:34:39.717 INFO kablam! | | Sep 05 03:34:39.717 INFO kablam! | help: remove this `mut` Sep 05 03:34:39.717 INFO kablam! Sep 05 03:34:39.721 INFO kablam! warning: variable does not need to be mutable Sep 05 03:34:39.721 INFO kablam! --> src/scheduler/page.rs:51:9 Sep 05 03:34:39.721 INFO kablam! | Sep 05 03:34:39.721 INFO kablam! 51 | let mut data_ref = &mut slice[idx]; Sep 05 03:34:39.721 INFO kablam! | ----^^^^^^^^ Sep 05 03:34:39.721 INFO kablam! | | Sep 05 03:34:39.721 INFO kablam! | help: remove this `mut` Sep 05 03:34:39.721 INFO kablam! Sep 05 03:34:40.042 INFO kablam! warning: variable does not need to be mutable Sep 05 03:34:40.042 INFO kablam! --> src/scheduler/wrap.rs:19:11 Sep 05 03:34:40.042 INFO kablam! | Sep 05 03:34:40.042 INFO kablam! 19 | let mut slice = self.output_positions.as_mut_slice(); Sep 05 03:34:40.042 INFO kablam! | ----^^^^^ Sep 05 03:34:40.042 INFO kablam! | | Sep 05 03:34:40.042 INFO kablam! | help: remove this `mut` Sep 05 03:34:40.042 INFO kablam! | Sep 05 03:34:40.042 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 05 03:34:40.042 INFO kablam! Sep 05 03:34:40.044 INFO kablam! warning: variable does not need to be mutable Sep 05 03:34:40.044 INFO kablam! --> src/scheduler/wrap.rs:35:9 Sep 05 03:34:40.044 INFO kablam! | Sep 05 03:34:40.044 INFO kablam! 35 | let mut slice = self.output_positions.as_mut_slice(); Sep 05 03:34:40.044 INFO kablam! | ----^^^^^ Sep 05 03:34:40.044 INFO kablam! | | Sep 05 03:34:40.044 INFO kablam! | help: remove this `mut` Sep 05 03:34:40.044 INFO kablam! Sep 05 03:34:40.049 INFO kablam! warning: variable does not need to be mutable Sep 05 03:34:40.049 INFO kablam! --> src/scheduler/page.rs:51:9 Sep 05 03:34:40.049 INFO kablam! | Sep 05 03:34:40.049 INFO kablam! 51 | let mut data_ref = &mut slice[idx]; Sep 05 03:34:40.049 INFO kablam! | ----^^^^^^^^ Sep 05 03:34:40.049 INFO kablam! | | Sep 05 03:34:40.049 INFO kablam! | help: remove this `mut` Sep 05 03:34:40.064 INFO kablam! Sep 05 03:34:40.312 INFO kablam! warning: variable does not need to be mutable Sep 05 03:34:40.312 INFO kablam! --> src/bench/bitset.rs:19:9 Sep 05 03:34:40.312 INFO kablam! | Sep 05 03:34:40.312 INFO kablam! 19 | let mut slice = self.bits.as_mut_slice(); Sep 05 03:34:40.312 INFO kablam! | ----^^^^^ Sep 05 03:34:40.312 INFO kablam! | | Sep 05 03:34:40.312 INFO kablam! | help: remove this `mut` Sep 05 03:34:40.313 INFO kablam! Sep 05 03:34:41.226 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.75s Sep 05 03:34:41.230 INFO kablam! su: No module specific data is present Sep 05 03:34:41.907 INFO running `"docker" "rm" "-f" "a772d3c04e43cc3f35fe1d947dac813f9c64719270b45f63a7d5adbfb6231c6b"` Sep 05 03:34:42.037 INFO blam! a772d3c04e43cc3f35fe1d947dac813f9c64719270b45f63a7d5adbfb6231c6b