Oct 27 02:12:38.729 INFO checking kevishi/simpleRustRenderer against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 02:12:38.729 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 27 02:12:39.221 INFO blam! 1b5079abf3472d721d990aeec6e8647ab8f01809d04cca75dcf30eb02e2852b4 Oct 27 02:12:39.225 INFO running `"docker" "start" "-a" "1b5079abf3472d721d990aeec6e8647ab8f01809d04cca75dcf30eb02e2852b4"` Oct 27 02:12:40.438 INFO kablam! usermod: no changes Oct 27 02:12:40.492 INFO kablam! Checking simpleRustRenderer v0.1.0 (/source) Oct 27 02:12:41.071 INFO kablam! warning: crate `simpleRustRenderer` should have a snake case name such as `simple_rust_renderer` Oct 27 02:12:41.071 INFO kablam! | Oct 27 02:12:41.071 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 02:12:41.071 INFO kablam! Oct 27 02:12:41.089 INFO kablam! warning: crate `simpleRustRenderer` should have a snake case name such as `simple_rust_renderer` Oct 27 02:12:41.089 INFO kablam! | Oct 27 02:12:41.089 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 02:12:41.089 INFO kablam! Oct 27 02:12:41.547 INFO kablam! warning: variable does not need to be mutable Oct 27 02:12:41.547 INFO kablam! --> src/main.rs:25:9 Oct 27 02:12:41.547 INFO kablam! | Oct 27 02:12:41.547 INFO kablam! 25 | let mut numCircles = 0; Oct 27 02:12:41.547 INFO kablam! | ----^^^^^^^^^^ Oct 27 02:12:41.547 INFO kablam! | | Oct 27 02:12:41.547 INFO kablam! | help: remove this `mut` Oct 27 02:12:41.547 INFO kablam! | Oct 27 02:12:41.547 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 02:12:41.547 INFO kablam! Oct 27 02:12:41.547 INFO kablam! warning: variable does not need to be mutable Oct 27 02:12:41.547 INFO kablam! --> src/main.rs:26:9 Oct 27 02:12:41.548 INFO kablam! | Oct 27 02:12:41.548 INFO kablam! 26 | let mut position: Vec = Vec::new(); Oct 27 02:12:41.548 INFO kablam! | ----^^^^^^^^ Oct 27 02:12:41.549 INFO kablam! | | Oct 27 02:12:41.549 INFO kablam! | help: remove this `mut` Oct 27 02:12:41.549 INFO kablam! Oct 27 02:12:41.549 INFO kablam! warning: variable does not need to be mutable Oct 27 02:12:41.549 INFO kablam! --> src/main.rs:27:9 Oct 27 02:12:41.550 INFO kablam! | Oct 27 02:12:41.550 INFO kablam! 27 | let mut velocity: Vec = Vec::new(); Oct 27 02:12:41.550 INFO kablam! | ----^^^^^^^^ Oct 27 02:12:41.551 INFO kablam! | | Oct 27 02:12:41.551 INFO kablam! | help: remove this `mut` Oct 27 02:12:41.551 INFO kablam! Oct 27 02:12:41.551 INFO kablam! warning: variable does not need to be mutable Oct 27 02:12:41.552 INFO kablam! --> src/main.rs:28:9 Oct 27 02:12:41.552 INFO kablam! | Oct 27 02:12:41.552 INFO kablam! 28 | let mut color: Vec = Vec::new(); Oct 27 02:12:41.552 INFO kablam! | ----^^^^^ Oct 27 02:12:41.553 INFO kablam! | | Oct 27 02:12:41.553 INFO kablam! | help: remove this `mut` Oct 27 02:12:41.553 INFO kablam! Oct 27 02:12:41.553 INFO kablam! warning: variable does not need to be mutable Oct 27 02:12:41.554 INFO kablam! --> src/main.rs:29:9 Oct 27 02:12:41.554 INFO kablam! | Oct 27 02:12:41.554 INFO kablam! 29 | let mut radius: Vec = Vec::new(); Oct 27 02:12:41.554 INFO kablam! | ----^^^^^^ Oct 27 02:12:41.555 INFO kablam! | | Oct 27 02:12:41.555 INFO kablam! | help: remove this `mut` Oct 27 02:12:41.555 INFO kablam! Oct 27 02:12:41.555 INFO kablam! warning: crate `simpleRustRenderer` should have a snake case name such as `simple_rust_renderer` Oct 27 02:12:41.556 INFO kablam! | Oct 27 02:12:41.556 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 02:12:41.556 INFO kablam! Oct 27 02:12:41.556 INFO kablam! warning: variable `numCircles` should have a snake case name such as `num_circles` Oct 27 02:12:41.556 INFO kablam! --> src/main.rs:25:9 Oct 27 02:12:41.557 INFO kablam! | Oct 27 02:12:41.557 INFO kablam! 25 | let mut numCircles = 0; Oct 27 02:12:41.557 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 02:12:41.557 INFO kablam! Oct 27 02:12:41.824 INFO kablam! warning: variable does not need to be mutable Oct 27 02:12:41.825 INFO kablam! --> src/main.rs:25:9 Oct 27 02:12:41.825 INFO kablam! | Oct 27 02:12:41.826 INFO kablam! 25 | let mut numCircles = 0; Oct 27 02:12:41.826 INFO kablam! | ----^^^^^^^^^^ Oct 27 02:12:41.827 INFO kablam! | | Oct 27 02:12:41.828 INFO kablam! | help: remove this `mut` Oct 27 02:12:41.828 INFO kablam! | Oct 27 02:12:41.829 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 02:12:41.829 INFO kablam! Oct 27 02:12:41.830 INFO kablam! warning: variable does not need to be mutable Oct 27 02:12:41.831 INFO kablam! --> src/main.rs:26:9 Oct 27 02:12:41.831 INFO kablam! | Oct 27 02:12:41.832 INFO kablam! 26 | let mut position: Vec = Vec::new(); Oct 27 02:12:41.833 INFO kablam! | ----^^^^^^^^ Oct 27 02:12:41.833 INFO kablam! | | Oct 27 02:12:41.833 INFO kablam! | help: remove this `mut` Oct 27 02:12:41.833 INFO kablam! Oct 27 02:12:41.833 INFO kablam! warning: variable does not need to be mutable Oct 27 02:12:41.833 INFO kablam! --> src/main.rs:27:9 Oct 27 02:12:41.833 INFO kablam! | Oct 27 02:12:41.833 INFO kablam! 27 | let mut velocity: Vec = Vec::new(); Oct 27 02:12:41.833 INFO kablam! | ----^^^^^^^^ Oct 27 02:12:41.833 INFO kablam! | | Oct 27 02:12:41.833 INFO kablam! | help: remove this `mut` Oct 27 02:12:41.833 INFO kablam! Oct 27 02:12:41.833 INFO kablam! warning: variable does not need to be mutable Oct 27 02:12:41.833 INFO kablam! --> src/main.rs:28:9 Oct 27 02:12:41.833 INFO kablam! | Oct 27 02:12:41.833 INFO kablam! 28 | let mut color: Vec = Vec::new(); Oct 27 02:12:41.833 INFO kablam! | ----^^^^^ Oct 27 02:12:41.833 INFO kablam! | | Oct 27 02:12:41.833 INFO kablam! | help: remove this `mut` Oct 27 02:12:41.833 INFO kablam! Oct 27 02:12:41.833 INFO kablam! warning: variable does not need to be mutable Oct 27 02:12:41.840 INFO kablam! --> src/main.rs:29:9 Oct 27 02:12:41.840 INFO kablam! | Oct 27 02:12:41.840 INFO kablam! 29 | let mut radius: Vec = Vec::new(); Oct 27 02:12:41.840 INFO kablam! | ----^^^^^^ Oct 27 02:12:41.840 INFO kablam! | | Oct 27 02:12:41.840 INFO kablam! | help: remove this `mut` Oct 27 02:12:41.840 INFO kablam! Oct 27 02:12:41.840 INFO kablam! warning: crate `simpleRustRenderer` should have a snake case name such as `simple_rust_renderer` Oct 27 02:12:41.840 INFO kablam! | Oct 27 02:12:41.840 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 02:12:41.840 INFO kablam! Oct 27 02:12:41.840 INFO kablam! warning: variable `numCircles` should have a snake case name such as `num_circles` Oct 27 02:12:41.840 INFO kablam! --> src/main.rs:25:9 Oct 27 02:12:41.840 INFO kablam! | Oct 27 02:12:41.840 INFO kablam! 25 | let mut numCircles = 0; Oct 27 02:12:41.840 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 02:12:41.840 INFO kablam! Oct 27 02:12:41.872 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.40s Oct 27 02:12:41.884 INFO kablam! su: No module specific data is present Oct 27 02:12:42.859 INFO running `"docker" "rm" "-f" "1b5079abf3472d721d990aeec6e8647ab8f01809d04cca75dcf30eb02e2852b4"` Oct 27 02:12:43.151 INFO blam! 1b5079abf3472d721d990aeec6e8647ab8f01809d04cca75dcf30eb02e2852b4