Oct 12 19:03:15.531 INFO checking kevishi/simpleRustRenderer against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 19:03:15.531 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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:16.005 INFO blam! a148cc16528ee50fac14f6d36c7bb83e9efb75907044a9b6325a4c245827ba3a Oct 12 19:03:16.006 INFO running `"docker" "start" "-a" "a148cc16528ee50fac14f6d36c7bb83e9efb75907044a9b6325a4c245827ba3a"` Oct 12 19:03:17.319 INFO kablam! usermod: no changes Oct 12 19:03:17.360 INFO kablam! Checking simpleRustRenderer v0.1.0 (/source) Oct 12 19:03:17.963 INFO kablam! warning: crate `simpleRustRenderer` should have a snake case name such as `simple_rust_renderer` Oct 12 19:03:17.964 INFO kablam! | Oct 12 19:03:17.964 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 19:03:17.965 INFO kablam! Oct 12 19:03:18.025 INFO kablam! warning: crate `simpleRustRenderer` should have a snake case name such as `simple_rust_renderer` Oct 12 19:03:18.026 INFO kablam! | Oct 12 19:03:18.026 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 19:03:18.027 INFO kablam! Oct 12 19:03:18.560 INFO kablam! warning: variable does not need to be mutable Oct 12 19:03:18.560 INFO kablam! --> src/main.rs:25:9 Oct 12 19:03:18.560 INFO kablam! | Oct 12 19:03:18.560 INFO kablam! 25 | let mut numCircles = 0; Oct 12 19:03:18.560 INFO kablam! | ----^^^^^^^^^^ Oct 12 19:03:18.560 INFO kablam! | | Oct 12 19:03:18.560 INFO kablam! | help: remove this `mut` Oct 12 19:03:18.560 INFO kablam! | Oct 12 19:03:18.560 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 19:03:18.560 INFO kablam! Oct 12 19:03:18.560 INFO kablam! warning: variable does not need to be mutable Oct 12 19:03:18.560 INFO kablam! --> src/main.rs:26:9 Oct 12 19:03:18.560 INFO kablam! | Oct 12 19:03:18.560 INFO kablam! 26 | let mut position: Vec = Vec::new(); Oct 12 19:03:18.560 INFO kablam! | ----^^^^^^^^ Oct 12 19:03:18.560 INFO kablam! | | Oct 12 19:03:18.560 INFO kablam! | help: remove this `mut` Oct 12 19:03:18.560 INFO kablam! Oct 12 19:03:18.560 INFO kablam! warning: variable does not need to be mutable Oct 12 19:03:18.560 INFO kablam! --> src/main.rs:27:9 Oct 12 19:03:18.560 INFO kablam! | Oct 12 19:03:18.560 INFO kablam! 27 | let mut velocity: Vec = Vec::new(); Oct 12 19:03:18.560 INFO kablam! | ----^^^^^^^^ Oct 12 19:03:18.560 INFO kablam! | | Oct 12 19:03:18.560 INFO kablam! | help: remove this `mut` Oct 12 19:03:18.560 INFO kablam! Oct 12 19:03:18.560 INFO kablam! warning: variable does not need to be mutable Oct 12 19:03:18.560 INFO kablam! --> src/main.rs:28:9 Oct 12 19:03:18.560 INFO kablam! | Oct 12 19:03:18.560 INFO kablam! 28 | let mut color: Vec = Vec::new(); Oct 12 19:03:18.560 INFO kablam! | ----^^^^^ Oct 12 19:03:18.560 INFO kablam! | | Oct 12 19:03:18.560 INFO kablam! | help: remove this `mut` Oct 12 19:03:18.560 INFO kablam! Oct 12 19:03:18.560 INFO kablam! warning: variable does not need to be mutable Oct 12 19:03:18.560 INFO kablam! --> src/main.rs:29:9 Oct 12 19:03:18.560 INFO kablam! | Oct 12 19:03:18.560 INFO kablam! 29 | let mut radius: Vec = Vec::new(); Oct 12 19:03:18.560 INFO kablam! | ----^^^^^^ Oct 12 19:03:18.560 INFO kablam! | | Oct 12 19:03:18.560 INFO kablam! | help: remove this `mut` Oct 12 19:03:18.560 INFO kablam! Oct 12 19:03:18.564 INFO kablam! warning: crate `simpleRustRenderer` should have a snake case name such as `simple_rust_renderer` Oct 12 19:03:18.564 INFO kablam! | Oct 12 19:03:18.564 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 19:03:18.564 INFO kablam! Oct 12 19:03:18.564 INFO kablam! warning: variable `numCircles` should have a snake case name such as `num_circles` Oct 12 19:03:18.564 INFO kablam! --> src/main.rs:25:9 Oct 12 19:03:18.564 INFO kablam! | Oct 12 19:03:18.564 INFO kablam! 25 | let mut numCircles = 0; Oct 12 19:03:18.564 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 19:03:18.564 INFO kablam! Oct 12 19:03:18.716 INFO kablam! warning: variable does not need to be mutable Oct 12 19:03:18.716 INFO kablam! --> src/main.rs:25:9 Oct 12 19:03:18.716 INFO kablam! | Oct 12 19:03:18.716 INFO kablam! 25 | let mut numCircles = 0; Oct 12 19:03:18.716 INFO kablam! | ----^^^^^^^^^^ Oct 12 19:03:18.716 INFO kablam! | | Oct 12 19:03:18.716 INFO kablam! | help: remove this `mut` Oct 12 19:03:18.716 INFO kablam! | Oct 12 19:03:18.716 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 19:03:18.716 INFO kablam! Oct 12 19:03:18.717 INFO kablam! warning: variable does not need to be mutable Oct 12 19:03:18.717 INFO kablam! --> src/main.rs:26:9 Oct 12 19:03:18.717 INFO kablam! | Oct 12 19:03:18.717 INFO kablam! 26 | let mut position: Vec = Vec::new(); Oct 12 19:03:18.717 INFO kablam! | ----^^^^^^^^ Oct 12 19:03:18.717 INFO kablam! | | Oct 12 19:03:18.717 INFO kablam! | help: remove this `mut` Oct 12 19:03:18.717 INFO kablam! Oct 12 19:03:18.717 INFO kablam! warning: variable does not need to be mutable Oct 12 19:03:18.717 INFO kablam! --> src/main.rs:27:9 Oct 12 19:03:18.717 INFO kablam! | Oct 12 19:03:18.717 INFO kablam! 27 | let mut velocity: Vec = Vec::new(); Oct 12 19:03:18.717 INFO kablam! | ----^^^^^^^^ Oct 12 19:03:18.717 INFO kablam! | | Oct 12 19:03:18.717 INFO kablam! | help: remove this `mut` Oct 12 19:03:18.717 INFO kablam! Oct 12 19:03:18.717 INFO kablam! warning: variable does not need to be mutable Oct 12 19:03:18.717 INFO kablam! --> src/main.rs:28:9 Oct 12 19:03:18.717 INFO kablam! | Oct 12 19:03:18.717 INFO kablam! 28 | let mut color: Vec = Vec::new(); Oct 12 19:03:18.717 INFO kablam! | ----^^^^^ Oct 12 19:03:18.717 INFO kablam! | | Oct 12 19:03:18.717 INFO kablam! | help: remove this `mut` Oct 12 19:03:18.717 INFO kablam! Oct 12 19:03:18.717 INFO kablam! warning: variable does not need to be mutable Oct 12 19:03:18.717 INFO kablam! --> src/main.rs:29:9 Oct 12 19:03:18.717 INFO kablam! | Oct 12 19:03:18.717 INFO kablam! 29 | let mut radius: Vec = Vec::new(); Oct 12 19:03:18.717 INFO kablam! | ----^^^^^^ Oct 12 19:03:18.717 INFO kablam! | | Oct 12 19:03:18.717 INFO kablam! | help: remove this `mut` Oct 12 19:03:18.717 INFO kablam! Oct 12 19:03:18.717 INFO kablam! warning: crate `simpleRustRenderer` should have a snake case name such as `simple_rust_renderer` Oct 12 19:03:18.717 INFO kablam! | Oct 12 19:03:18.717 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 19:03:18.717 INFO kablam! Oct 12 19:03:18.717 INFO kablam! warning: variable `numCircles` should have a snake case name such as `num_circles` Oct 12 19:03:18.717 INFO kablam! --> src/main.rs:25:9 Oct 12 19:03:18.717 INFO kablam! | Oct 12 19:03:18.717 INFO kablam! 25 | let mut numCircles = 0; Oct 12 19:03:18.717 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 19:03:18.717 INFO kablam! Oct 12 19:03:18.759 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.42s Oct 12 19:03:18.776 INFO kablam! su: No module specific data is present Oct 12 19:03:19.432 INFO running `"docker" "rm" "-f" "a148cc16528ee50fac14f6d36c7bb83e9efb75907044a9b6325a4c245827ba3a"` Oct 12 19:03:19.753 INFO blam! a148cc16528ee50fac14f6d36c7bb83e9efb75907044a9b6325a4c245827ba3a