Oct 27 09:50:24.712 INFO checking STYAGAYLO/ElevatorByRust against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 09:50:24.712 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 27 09:50:25.127 INFO blam! bf0175290efc593fdb76360bb02f2ce575dda36b94b69b7db45b5135438f3e76 Oct 27 09:50:25.129 INFO running `"docker" "start" "-a" "bf0175290efc593fdb76360bb02f2ce575dda36b94b69b7db45b5135438f3e76"` Oct 27 09:50:26.627 INFO kablam! usermod: no changes Oct 27 09:50:26.711 INFO kablam! Checking rand v0.4.2 Oct 27 09:50:26.711 INFO kablam! Checking quickersort v3.0.0 Oct 27 09:50:29.109 INFO kablam! Checking ElevatorRust111 v0.1.0 (/source) Oct 27 09:50:30.490 INFO kablam! warning: unused variable: `i` Oct 27 09:50:30.490 INFO kablam! --> src/environment.rs:42:9 Oct 27 09:50:30.490 INFO kablam! | Oct 27 09:50:30.490 INFO kablam! 42 | for i in 0..15 { Oct 27 09:50:30.490 INFO kablam! | ^ help: consider using `_i` instead Oct 27 09:50:30.490 INFO kablam! | Oct 27 09:50:30.490 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 09:50:30.490 INFO kablam! Oct 27 09:50:30.503 INFO kablam! warning: variable does not need to be mutable Oct 27 09:50:30.503 INFO kablam! --> src/controller.rs:27:9 Oct 27 09:50:30.503 INFO kablam! | Oct 27 09:50:30.503 INFO kablam! 27 | let mut env = env; Oct 27 09:50:30.503 INFO kablam! | ----^^^ Oct 27 09:50:30.503 INFO kablam! | | Oct 27 09:50:30.503 INFO kablam! | help: remove this `mut` Oct 27 09:50:30.503 INFO kablam! | Oct 27 09:50:30.504 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 09:50:30.504 INFO kablam! Oct 27 09:50:30.504 INFO kablam! warning: variable does not need to be mutable Oct 27 09:50:30.504 INFO kablam! --> src/controller.rs:28:9 Oct 27 09:50:30.504 INFO kablam! | Oct 27 09:50:30.504 INFO kablam! 28 | let mut elevator = &mut Elevator::new(0,0, false); Oct 27 09:50:30.504 INFO kablam! | ----^^^^^^^^ Oct 27 09:50:30.504 INFO kablam! | | Oct 27 09:50:30.504 INFO kablam! | help: remove this `mut` Oct 27 09:50:30.504 INFO kablam! Oct 27 09:50:30.512 INFO kablam! warning: crate `ElevatorRust111` should have a snake case name such as `elevator_rust111` Oct 27 09:50:30.512 INFO kablam! | Oct 27 09:50:30.512 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 09:50:30.512 INFO kablam! Oct 27 09:50:30.671 INFO kablam! warning: unused variable: `i` Oct 27 09:50:30.671 INFO kablam! --> src/environment.rs:42:9 Oct 27 09:50:30.671 INFO kablam! | Oct 27 09:50:30.671 INFO kablam! 42 | for i in 0..15 { Oct 27 09:50:30.671 INFO kablam! | ^ help: consider using `_i` instead Oct 27 09:50:30.671 INFO kablam! | Oct 27 09:50:30.671 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 09:50:30.671 INFO kablam! Oct 27 09:50:30.687 INFO kablam! warning: variable does not need to be mutable Oct 27 09:50:30.688 INFO kablam! --> src/controller.rs:27:9 Oct 27 09:50:30.688 INFO kablam! | Oct 27 09:50:30.688 INFO kablam! 27 | let mut env = env; Oct 27 09:50:30.688 INFO kablam! | ----^^^ Oct 27 09:50:30.689 INFO kablam! | | Oct 27 09:50:30.689 INFO kablam! | help: remove this `mut` Oct 27 09:50:30.689 INFO kablam! | Oct 27 09:50:30.689 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 09:50:30.690 INFO kablam! Oct 27 09:50:30.690 INFO kablam! warning: variable does not need to be mutable Oct 27 09:50:30.690 INFO kablam! --> src/controller.rs:28:9 Oct 27 09:50:30.690 INFO kablam! | Oct 27 09:50:30.691 INFO kablam! 28 | let mut elevator = &mut Elevator::new(0,0, false); Oct 27 09:50:30.691 INFO kablam! | ----^^^^^^^^ Oct 27 09:50:30.691 INFO kablam! | | Oct 27 09:50:30.692 INFO kablam! | help: remove this `mut` Oct 27 09:50:30.692 INFO kablam! Oct 27 09:50:30.699 INFO kablam! warning: crate `ElevatorRust111` should have a snake case name such as `elevator_rust111` Oct 27 09:50:30.699 INFO kablam! | Oct 27 09:50:30.699 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 09:50:30.700 INFO kablam! Oct 27 09:50:30.755 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.09s Oct 27 09:50:30.755 INFO kablam! su: No module specific data is present Oct 27 09:50:31.988 INFO running `"docker" "rm" "-f" "bf0175290efc593fdb76360bb02f2ce575dda36b94b69b7db45b5135438f3e76"` Oct 27 09:50:32.219 INFO blam! bf0175290efc593fdb76360bb02f2ce575dda36b94b69b7db45b5135438f3e76