Oct 27 02:12:39.176 INFO checking kevishi/simpleRustRenderer against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 02:12:39.176 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 02:12:39.656 INFO blam! 8e80493f31b627e9b377fe1b8d86cce40537144b497b182253f794b85294df0d Oct 27 02:12:39.659 INFO running `"docker" "start" "-a" "8e80493f31b627e9b377fe1b8d86cce40537144b497b182253f794b85294df0d"` Oct 27 02:12:41.255 INFO kablam! usermod: no changes Oct 27 02:12:41.311 INFO kablam! Checking simpleRustRenderer v0.1.0 (/source) Oct 27 02:12:41.746 INFO kablam! warning: crate `simpleRustRenderer` should have a snake case name such as `simple_rust_renderer` Oct 27 02:12:41.746 INFO kablam! | Oct 27 02:12:41.746 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 02:12:41.746 INFO kablam! Oct 27 02:12:41.919 INFO kablam! warning: crate `simpleRustRenderer` should have a snake case name such as `simple_rust_renderer` Oct 27 02:12:41.919 INFO kablam! | Oct 27 02:12:41.920 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 02:12:41.920 INFO kablam! Oct 27 02:12:42.523 INFO kablam! warning: variable does not need to be mutable Oct 27 02:12:42.523 INFO kablam! --> src/main.rs:25:9 Oct 27 02:12:42.523 INFO kablam! | Oct 27 02:12:42.523 INFO kablam! 25 | let mut numCircles = 0; Oct 27 02:12:42.523 INFO kablam! | ----^^^^^^^^^^ Oct 27 02:12:42.523 INFO kablam! | | Oct 27 02:12:42.523 INFO kablam! | help: remove this `mut` Oct 27 02:12:42.523 INFO kablam! | Oct 27 02:12:42.523 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 02:12:42.523 INFO kablam! Oct 27 02:12:42.523 INFO kablam! warning: variable does not need to be mutable Oct 27 02:12:42.523 INFO kablam! --> src/main.rs:26:9 Oct 27 02:12:42.523 INFO kablam! | Oct 27 02:12:42.523 INFO kablam! 26 | let mut position: Vec = Vec::new(); Oct 27 02:12:42.523 INFO kablam! | ----^^^^^^^^ Oct 27 02:12:42.523 INFO kablam! | | Oct 27 02:12:42.523 INFO kablam! | help: remove this `mut` Oct 27 02:12:42.523 INFO kablam! Oct 27 02:12:42.523 INFO kablam! warning: variable does not need to be mutable Oct 27 02:12:42.523 INFO kablam! --> src/main.rs:27:9 Oct 27 02:12:42.523 INFO kablam! | Oct 27 02:12:42.523 INFO kablam! 27 | let mut velocity: Vec = Vec::new(); Oct 27 02:12:42.523 INFO kablam! | ----^^^^^^^^ Oct 27 02:12:42.523 INFO kablam! | | Oct 27 02:12:42.523 INFO kablam! | help: remove this `mut` Oct 27 02:12:42.523 INFO kablam! Oct 27 02:12:42.523 INFO kablam! warning: variable does not need to be mutable Oct 27 02:12:42.523 INFO kablam! --> src/main.rs:28:9 Oct 27 02:12:42.523 INFO kablam! | Oct 27 02:12:42.523 INFO kablam! 28 | let mut color: Vec = Vec::new(); Oct 27 02:12:42.523 INFO kablam! | ----^^^^^ Oct 27 02:12:42.523 INFO kablam! | | Oct 27 02:12:42.523 INFO kablam! | help: remove this `mut` Oct 27 02:12:42.523 INFO kablam! Oct 27 02:12:42.523 INFO kablam! warning: variable does not need to be mutable Oct 27 02:12:42.523 INFO kablam! --> src/main.rs:29:9 Oct 27 02:12:42.523 INFO kablam! | Oct 27 02:12:42.523 INFO kablam! 29 | let mut radius: Vec = Vec::new(); Oct 27 02:12:42.523 INFO kablam! | ----^^^^^^ Oct 27 02:12:42.523 INFO kablam! | | Oct 27 02:12:42.524 INFO kablam! | help: remove this `mut` Oct 27 02:12:42.524 INFO kablam! Oct 27 02:12:42.524 INFO kablam! warning: crate `simpleRustRenderer` should have a snake case name such as `simple_rust_renderer` Oct 27 02:12:42.524 INFO kablam! | Oct 27 02:12:42.524 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 02:12:42.524 INFO kablam! Oct 27 02:12:42.524 INFO kablam! warning: variable `numCircles` should have a snake case name such as `num_circles` Oct 27 02:12:42.524 INFO kablam! --> src/main.rs:25:9 Oct 27 02:12:42.524 INFO kablam! | Oct 27 02:12:42.524 INFO kablam! 25 | let mut numCircles = 0; Oct 27 02:12:42.524 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 02:12:42.524 INFO kablam! Oct 27 02:12:42.579 INFO kablam! warning: variable does not need to be mutable Oct 27 02:12:42.579 INFO kablam! --> src/main.rs:25:9 Oct 27 02:12:42.579 INFO kablam! | Oct 27 02:12:42.579 INFO kablam! 25 | let mut numCircles = 0; Oct 27 02:12:42.579 INFO kablam! | ----^^^^^^^^^^ Oct 27 02:12:42.579 INFO kablam! | | Oct 27 02:12:42.579 INFO kablam! | help: remove this `mut` Oct 27 02:12:42.579 INFO kablam! | Oct 27 02:12:42.579 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 02:12:42.579 INFO kablam! Oct 27 02:12:42.579 INFO kablam! warning: variable does not need to be mutable Oct 27 02:12:42.579 INFO kablam! --> src/main.rs:26:9 Oct 27 02:12:42.579 INFO kablam! | Oct 27 02:12:42.579 INFO kablam! 26 | let mut position: Vec = Vec::new(); Oct 27 02:12:42.579 INFO kablam! | ----^^^^^^^^ Oct 27 02:12:42.579 INFO kablam! | | Oct 27 02:12:42.579 INFO kablam! | help: remove this `mut` Oct 27 02:12:42.579 INFO kablam! Oct 27 02:12:42.579 INFO kablam! warning: variable does not need to be mutable Oct 27 02:12:42.579 INFO kablam! --> src/main.rs:27:9 Oct 27 02:12:42.579 INFO kablam! | Oct 27 02:12:42.579 INFO kablam! 27 | let mut velocity: Vec = Vec::new(); Oct 27 02:12:42.579 INFO kablam! | ----^^^^^^^^ Oct 27 02:12:42.579 INFO kablam! | | Oct 27 02:12:42.579 INFO kablam! | help: remove this `mut` Oct 27 02:12:42.579 INFO kablam! Oct 27 02:12:42.579 INFO kablam! warning: variable does not need to be mutable Oct 27 02:12:42.579 INFO kablam! --> src/main.rs:28:9 Oct 27 02:12:42.579 INFO kablam! | Oct 27 02:12:42.579 INFO kablam! 28 | let mut color: Vec = Vec::new(); Oct 27 02:12:42.579 INFO kablam! | ----^^^^^ Oct 27 02:12:42.579 INFO kablam! | | Oct 27 02:12:42.579 INFO kablam! | help: remove this `mut` Oct 27 02:12:42.579 INFO kablam! Oct 27 02:12:42.579 INFO kablam! warning: variable does not need to be mutable Oct 27 02:12:42.579 INFO kablam! --> src/main.rs:29:9 Oct 27 02:12:42.579 INFO kablam! | Oct 27 02:12:42.579 INFO kablam! 29 | let mut radius: Vec = Vec::new(); Oct 27 02:12:42.579 INFO kablam! | ----^^^^^^ Oct 27 02:12:42.579 INFO kablam! | | Oct 27 02:12:42.580 INFO kablam! | help: remove this `mut` Oct 27 02:12:42.580 INFO kablam! Oct 27 02:12:42.580 INFO kablam! warning: crate `simpleRustRenderer` should have a snake case name such as `simple_rust_renderer` Oct 27 02:12:42.580 INFO kablam! | Oct 27 02:12:42.580 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 02:12:42.580 INFO kablam! Oct 27 02:12:42.580 INFO kablam! warning: variable `numCircles` should have a snake case name such as `num_circles` Oct 27 02:12:42.580 INFO kablam! --> src/main.rs:25:9 Oct 27 02:12:42.580 INFO kablam! | Oct 27 02:12:42.580 INFO kablam! 25 | let mut numCircles = 0; Oct 27 02:12:42.580 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 02:12:42.580 INFO kablam! Oct 27 02:12:42.607 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.33s Oct 27 02:12:42.614 INFO kablam! su: No module specific data is present Oct 27 02:12:43.371 INFO running `"docker" "rm" "-f" "8e80493f31b627e9b377fe1b8d86cce40537144b497b182253f794b85294df0d"` Oct 27 02:12:43.735 INFO blam! 8e80493f31b627e9b377fe1b8d86cce40537144b497b182253f794b85294df0d