Oct 26 21:00:40.232 INFO checking shoul/rust_tutorial against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 21:00:40.232 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 26 21:00:40.735 INFO blam! 71dc51887512fbb3bf96b115e2f10f741178bc1a6e93c7a5eb2e011c2f0a491e Oct 26 21:00:40.737 INFO running `"docker" "start" "-a" "71dc51887512fbb3bf96b115e2f10f741178bc1a6e93c7a5eb2e011c2f0a491e"` Oct 26 21:00:42.542 INFO kablam! usermod: no changes Oct 26 21:00:42.596 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 26 21:00:42.596 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 26 21:00:42.596 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 26 21:00:42.596 INFO kablam! files will be included as a binary target: Oct 26 21:00:42.596 INFO kablam! Oct 26 21:00:42.596 INFO kablam! * /source/src/main.rs Oct 26 21:00:42.596 INFO kablam! Oct 26 21:00:42.596 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 26 21:00:42.596 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 26 21:00:42.596 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 26 21:00:42.596 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 26 21:00:42.596 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 26 21:00:42.596 INFO kablam! Oct 26 21:00:42.596 INFO kablam! For more information on this warning you can consult Oct 26 21:00:42.596 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 26 21:00:42.599 INFO kablam! Checking rust_tutorial v0.1.0 (/source) Oct 26 21:00:44.419 INFO kablam! warning: unused variable: `v2` Oct 26 21:00:44.419 INFO kablam! --> src/ownership.rs:37:9 Oct 26 21:00:44.419 INFO kablam! | Oct 26 21:00:44.419 INFO kablam! 37 | let v2 = v; Oct 26 21:00:44.419 INFO kablam! | ^^ help: consider using `_v2` instead Oct 26 21:00:44.419 INFO kablam! | Oct 26 21:00:44.419 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 21:00:44.419 INFO kablam! Oct 26 21:00:44.475 INFO kablam! warning: variable does not need to be mutable Oct 26 21:00:44.475 INFO kablam! --> src/ownership.rs:60:9 Oct 26 21:00:44.475 INFO kablam! | Oct 26 21:00:44.475 INFO kablam! 60 | let mut b = a; Oct 26 21:00:44.475 INFO kablam! | ----^ Oct 26 21:00:44.475 INFO kablam! | | Oct 26 21:00:44.475 INFO kablam! | help: remove this `mut` Oct 26 21:00:44.475 INFO kablam! | Oct 26 21:00:44.475 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 21:00:44.475 INFO kablam! Oct 26 21:00:44.583 INFO kablam! warning: unused variable: `j` Oct 26 21:00:44.583 INFO kablam! --> src/vectors.rs:34:6 Oct 26 21:00:44.583 INFO kablam! | Oct 26 21:00:44.583 INFO kablam! 34 | let j: i32 = 0; Oct 26 21:00:44.583 INFO kablam! | ^ help: consider using `_j` instead Oct 26 21:00:44.583 INFO kablam! | Oct 26 21:00:44.583 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 21:00:44.583 INFO kablam! Oct 26 21:00:44.627 INFO kablam! warning: unused variable: `j` Oct 26 21:00:44.627 INFO kablam! --> src/vectors.rs:34:6 Oct 26 21:00:44.627 INFO kablam! | Oct 26 21:00:44.627 INFO kablam! 34 | let j: i32 = 0; Oct 26 21:00:44.627 INFO kablam! | ^ help: consider using `_j` instead Oct 26 21:00:44.627 INFO kablam! | Oct 26 21:00:44.627 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 21:00:44.627 INFO kablam! Oct 26 21:00:45.021 INFO kablam! warning: unused variable: `v2` Oct 26 21:00:45.021 INFO kablam! --> src/ownership.rs:37:9 Oct 26 21:00:45.021 INFO kablam! | Oct 26 21:00:45.021 INFO kablam! 37 | let v2 = v; Oct 26 21:00:45.021 INFO kablam! | ^^ help: consider using `_v2` instead Oct 26 21:00:45.022 INFO kablam! | Oct 26 21:00:45.022 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 21:00:45.023 INFO kablam! Oct 26 21:00:45.032 INFO kablam! warning: variable does not need to be mutable Oct 26 21:00:45.033 INFO kablam! --> src/ownership.rs:60:9 Oct 26 21:00:45.033 INFO kablam! | Oct 26 21:00:45.033 INFO kablam! 60 | let mut b = a; Oct 26 21:00:45.033 INFO kablam! | ----^ Oct 26 21:00:45.033 INFO kablam! | | Oct 26 21:00:45.033 INFO kablam! | help: remove this `mut` Oct 26 21:00:45.039 INFO kablam! | Oct 26 21:00:45.039 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 21:00:45.039 INFO kablam! Oct 26 21:00:45.140 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.56s Oct 26 21:00:45.148 INFO kablam! su: No module specific data is present Oct 26 21:00:46.173 INFO running `"docker" "rm" "-f" "71dc51887512fbb3bf96b115e2f10f741178bc1a6e93c7a5eb2e011c2f0a491e"` Oct 26 21:00:46.488 INFO blam! 71dc51887512fbb3bf96b115e2f10f741178bc1a6e93c7a5eb2e011c2f0a491e