Oct 12 19:03:15.540 INFO checking kevishi/simpleRustRenderer against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 19:03:15.541 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 12 19:03:15.944 INFO blam! 7f3d4b01d84ec5a1d7399b3736f044538024717c246318c38a433b7e1e3c3ef3 Oct 12 19:03:15.950 INFO running `"docker" "start" "-a" "7f3d4b01d84ec5a1d7399b3736f044538024717c246318c38a433b7e1e3c3ef3"` Oct 12 19:03:17.452 INFO kablam! usermod: no changes Oct 12 19:03:17.500 INFO kablam! Checking simpleRustRenderer v0.1.0 (/source) Oct 12 19:03:17.996 INFO kablam! warning: crate `simpleRustRenderer` should have a snake case name such as `simple_rust_renderer` Oct 12 19:03:17.996 INFO kablam! | Oct 12 19:03:17.996 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 19:03:17.996 INFO kablam! Oct 12 19:03:18.464 INFO kablam! warning: crate `simpleRustRenderer` should have a snake case name such as `simple_rust_renderer` Oct 12 19:03:18.464 INFO kablam! | Oct 12 19:03:18.464 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 19:03:18.464 INFO kablam! Oct 12 19:03:18.749 INFO kablam! warning: variable does not need to be mutable Oct 12 19:03:18.749 INFO kablam! --> src/main.rs:25:9 Oct 12 19:03:18.749 INFO kablam! | Oct 12 19:03:18.749 INFO kablam! 25 | let mut numCircles = 0; Oct 12 19:03:18.749 INFO kablam! | ----^^^^^^^^^^ Oct 12 19:03:18.749 INFO kablam! | | Oct 12 19:03:18.749 INFO kablam! | help: remove this `mut` Oct 12 19:03:18.749 INFO kablam! | Oct 12 19:03:18.749 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 19:03:18.749 INFO kablam! Oct 12 19:03:18.749 INFO kablam! warning: variable does not need to be mutable Oct 12 19:03:18.749 INFO kablam! --> src/main.rs:26:9 Oct 12 19:03:18.749 INFO kablam! | Oct 12 19:03:18.749 INFO kablam! 26 | let mut position: Vec = Vec::new(); Oct 12 19:03:18.749 INFO kablam! | ----^^^^^^^^ Oct 12 19:03:18.749 INFO kablam! | | Oct 12 19:03:18.749 INFO kablam! | help: remove this `mut` Oct 12 19:03:18.749 INFO kablam! Oct 12 19:03:18.749 INFO kablam! warning: variable does not need to be mutable Oct 12 19:03:18.749 INFO kablam! --> src/main.rs:27:9 Oct 12 19:03:18.749 INFO kablam! | Oct 12 19:03:18.749 INFO kablam! 27 | let mut velocity: Vec = Vec::new(); Oct 12 19:03:18.749 INFO kablam! | ----^^^^^^^^ Oct 12 19:03:18.749 INFO kablam! | | Oct 12 19:03:18.749 INFO kablam! | help: remove this `mut` Oct 12 19:03:18.749 INFO kablam! Oct 12 19:03:18.749 INFO kablam! warning: variable does not need to be mutable Oct 12 19:03:18.749 INFO kablam! --> src/main.rs:28:9 Oct 12 19:03:18.749 INFO kablam! | Oct 12 19:03:18.749 INFO kablam! 28 | let mut color: Vec = Vec::new(); Oct 12 19:03:18.749 INFO kablam! | ----^^^^^ Oct 12 19:03:18.749 INFO kablam! | | Oct 12 19:03:18.749 INFO kablam! | help: remove this `mut` Oct 12 19:03:18.749 INFO kablam! Oct 12 19:03:18.749 INFO kablam! warning: variable does not need to be mutable Oct 12 19:03:18.750 INFO kablam! --> src/main.rs:29:9 Oct 12 19:03:18.750 INFO kablam! | Oct 12 19:03:18.750 INFO kablam! 29 | let mut radius: Vec = Vec::new(); Oct 12 19:03:18.750 INFO kablam! | ----^^^^^^ Oct 12 19:03:18.750 INFO kablam! | | Oct 12 19:03:18.750 INFO kablam! | help: remove this `mut` Oct 12 19:03:18.750 INFO kablam! Oct 12 19:03:18.750 INFO kablam! warning: crate `simpleRustRenderer` should have a snake case name such as `simple_rust_renderer` Oct 12 19:03:18.750 INFO kablam! | Oct 12 19:03:18.750 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 19:03:18.750 INFO kablam! Oct 12 19:03:18.757 INFO kablam! warning: variable `numCircles` should have a snake case name such as `num_circles` Oct 12 19:03:18.757 INFO kablam! --> src/main.rs:25:9 Oct 12 19:03:18.757 INFO kablam! | Oct 12 19:03:18.757 INFO kablam! 25 | let mut numCircles = 0; Oct 12 19:03:18.757 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 19:03:18.757 INFO kablam! Oct 12 19:03:18.763 INFO kablam! warning: variable does not need to be mutable Oct 12 19:03:18.763 INFO kablam! --> src/main.rs:25:9 Oct 12 19:03:18.763 INFO kablam! | Oct 12 19:03:18.763 INFO kablam! 25 | let mut numCircles = 0; Oct 12 19:03:18.763 INFO kablam! | ----^^^^^^^^^^ Oct 12 19:03:18.763 INFO kablam! | | Oct 12 19:03:18.763 INFO kablam! | help: remove this `mut` Oct 12 19:03:18.763 INFO kablam! | Oct 12 19:03:18.763 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 19:03:18.763 INFO kablam! Oct 12 19:03:18.768 INFO kablam! warning: variable does not need to be mutable Oct 12 19:03:18.768 INFO kablam! --> src/main.rs:26:9 Oct 12 19:03:18.768 INFO kablam! | Oct 12 19:03:18.768 INFO kablam! 26 | let mut position: Vec = Vec::new(); Oct 12 19:03:18.768 INFO kablam! | ----^^^^^^^^ Oct 12 19:03:18.768 INFO kablam! | | Oct 12 19:03:18.768 INFO kablam! | help: remove this `mut` Oct 12 19:03:18.768 INFO kablam! Oct 12 19:03:18.768 INFO kablam! warning: variable does not need to be mutable Oct 12 19:03:18.768 INFO kablam! --> src/main.rs:27:9 Oct 12 19:03:18.768 INFO kablam! | Oct 12 19:03:18.768 INFO kablam! 27 | let mut velocity: Vec = Vec::new(); Oct 12 19:03:18.768 INFO kablam! | ----^^^^^^^^ Oct 12 19:03:18.768 INFO kablam! | | Oct 12 19:03:18.768 INFO kablam! | help: remove this `mut` Oct 12 19:03:18.768 INFO kablam! Oct 12 19:03:18.768 INFO kablam! warning: variable does not need to be mutable Oct 12 19:03:18.768 INFO kablam! --> src/main.rs:28:9 Oct 12 19:03:18.768 INFO kablam! | Oct 12 19:03:18.768 INFO kablam! 28 | let mut color: Vec = Vec::new(); Oct 12 19:03:18.768 INFO kablam! | ----^^^^^ Oct 12 19:03:18.768 INFO kablam! | | Oct 12 19:03:18.769 INFO kablam! | help: remove this `mut` Oct 12 19:03:18.769 INFO kablam! Oct 12 19:03:18.769 INFO kablam! warning: variable does not need to be mutable Oct 12 19:03:18.769 INFO kablam! --> src/main.rs:29:9 Oct 12 19:03:18.769 INFO kablam! | Oct 12 19:03:18.769 INFO kablam! 29 | let mut radius: Vec = Vec::new(); Oct 12 19:03:18.769 INFO kablam! | ----^^^^^^ Oct 12 19:03:18.769 INFO kablam! | | Oct 12 19:03:18.769 INFO kablam! | help: remove this `mut` Oct 12 19:03:18.769 INFO kablam! Oct 12 19:03:18.769 INFO kablam! warning: crate `simpleRustRenderer` should have a snake case name such as `simple_rust_renderer` Oct 12 19:03:18.769 INFO kablam! | Oct 12 19:03:18.769 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 19:03:18.769 INFO kablam! Oct 12 19:03:18.769 INFO kablam! warning: variable `numCircles` should have a snake case name such as `num_circles` Oct 12 19:03:18.769 INFO kablam! --> src/main.rs:25:9 Oct 12 19:03:18.769 INFO kablam! | Oct 12 19:03:18.769 INFO kablam! 25 | let mut numCircles = 0; Oct 12 19:03:18.769 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 19:03:18.769 INFO kablam! Oct 12 19:03:18.809 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.34s Oct 12 19:03:18.813 INFO kablam! su: No module specific data is present Oct 12 19:03:19.464 INFO running `"docker" "rm" "-f" "7f3d4b01d84ec5a1d7399b3736f044538024717c246318c38a433b7e1e3c3ef3"` Oct 12 19:03:19.682 INFO blam! 7f3d4b01d84ec5a1d7399b3736f044538024717c246318c38a433b7e1e3c3ef3