Oct 21 20:31:56.762 INFO checking STYAGAYLO/ElevatorByRust against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:31:56.763 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192/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 21 20:31:57.038 INFO blam! d692571ec00f17aa123dfeaeeac7fb06b509ad3a9e21e54e5869236c7c386baf Oct 21 20:31:57.040 INFO running `"docker" "start" "-a" "d692571ec00f17aa123dfeaeeac7fb06b509ad3a9e21e54e5869236c7c386baf"` Oct 21 20:31:57.831 INFO kablam! usermod: no changes Oct 21 20:31:57.920 INFO kablam! Checking rand v0.4.2 Oct 21 20:31:57.920 INFO kablam! Checking quickersort v3.0.0 Oct 21 20:32:00.017 INFO kablam! Checking ElevatorRust111 v0.1.0 (/source) Oct 21 20:32:01.077 INFO kablam! warning: unused variable: `i` Oct 21 20:32:01.077 INFO kablam! --> src/environment.rs:42:9 Oct 21 20:32:01.077 INFO kablam! | Oct 21 20:32:01.077 INFO kablam! 42 | for i in 0..15 { Oct 21 20:32:01.078 INFO kablam! | ^ help: consider using `_i` instead Oct 21 20:32:01.078 INFO kablam! | Oct 21 20:32:01.078 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:32:01.078 INFO kablam! Oct 21 20:32:01.088 INFO kablam! warning: variable does not need to be mutable Oct 21 20:32:01.088 INFO kablam! --> src/controller.rs:27:9 Oct 21 20:32:01.088 INFO kablam! | Oct 21 20:32:01.088 INFO kablam! 27 | let mut env = env; Oct 21 20:32:01.088 INFO kablam! | ----^^^ Oct 21 20:32:01.088 INFO kablam! | | Oct 21 20:32:01.088 INFO kablam! | help: remove this `mut` Oct 21 20:32:01.088 INFO kablam! | Oct 21 20:32:01.088 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 20:32:01.088 INFO kablam! Oct 21 20:32:01.088 INFO kablam! warning: variable does not need to be mutable Oct 21 20:32:01.088 INFO kablam! --> src/controller.rs:28:9 Oct 21 20:32:01.088 INFO kablam! | Oct 21 20:32:01.088 INFO kablam! 28 | let mut elevator = &mut Elevator::new(0,0, false); Oct 21 20:32:01.088 INFO kablam! | ----^^^^^^^^ Oct 21 20:32:01.088 INFO kablam! | | Oct 21 20:32:01.088 INFO kablam! | help: remove this `mut` Oct 21 20:32:01.088 INFO kablam! Oct 21 20:32:01.092 INFO kablam! warning: crate `ElevatorRust111` should have a snake case name such as `elevator_rust111` Oct 21 20:32:01.092 INFO kablam! | Oct 21 20:32:01.092 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 20:32:01.092 INFO kablam! Oct 21 20:32:01.224 INFO kablam! warning: unused variable: `i` Oct 21 20:32:01.224 INFO kablam! --> src/environment.rs:42:9 Oct 21 20:32:01.224 INFO kablam! | Oct 21 20:32:01.224 INFO kablam! 42 | for i in 0..15 { Oct 21 20:32:01.224 INFO kablam! | ^ help: consider using `_i` instead Oct 21 20:32:01.224 INFO kablam! | Oct 21 20:32:01.224 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:32:01.224 INFO kablam! Oct 21 20:32:01.232 INFO kablam! warning: variable does not need to be mutable Oct 21 20:32:01.232 INFO kablam! --> src/controller.rs:27:9 Oct 21 20:32:01.232 INFO kablam! | Oct 21 20:32:01.232 INFO kablam! 27 | let mut env = env; Oct 21 20:32:01.232 INFO kablam! | ----^^^ Oct 21 20:32:01.232 INFO kablam! | | Oct 21 20:32:01.232 INFO kablam! | help: remove this `mut` Oct 21 20:32:01.232 INFO kablam! | Oct 21 20:32:01.232 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 20:32:01.232 INFO kablam! Oct 21 20:32:01.232 INFO kablam! warning: variable does not need to be mutable Oct 21 20:32:01.232 INFO kablam! --> src/controller.rs:28:9 Oct 21 20:32:01.232 INFO kablam! | Oct 21 20:32:01.232 INFO kablam! 28 | let mut elevator = &mut Elevator::new(0,0, false); Oct 21 20:32:01.232 INFO kablam! | ----^^^^^^^^ Oct 21 20:32:01.232 INFO kablam! | | Oct 21 20:32:01.232 INFO kablam! | help: remove this `mut` Oct 21 20:32:01.232 INFO kablam! Oct 21 20:32:01.232 INFO kablam! warning: crate `ElevatorRust111` should have a snake case name such as `elevator_rust111` Oct 21 20:32:01.232 INFO kablam! | Oct 21 20:32:01.232 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 20:32:01.232 INFO kablam! Oct 21 20:32:01.247 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.39s Oct 21 20:32:01.251 INFO kablam! su: No module specific data is present Oct 21 20:32:02.129 INFO running `"docker" "rm" "-f" "d692571ec00f17aa123dfeaeeac7fb06b509ad3a9e21e54e5869236c7c386baf"` Oct 21 20:32:02.408 INFO blam! d692571ec00f17aa123dfeaeeac7fb06b509ad3a9e21e54e5869236c7c386baf