Oct 21 16:31:30.320 INFO checking kevishi/simpleRustRenderer against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 16:31:30.322 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 16:31:30.734 INFO blam! 472af0c7df01bad0405a71655b6c014462becc36bdbc0df6bc7b1e04f9299a82 Oct 21 16:31:30.737 INFO running `"docker" "start" "-a" "472af0c7df01bad0405a71655b6c014462becc36bdbc0df6bc7b1e04f9299a82"` Oct 21 16:31:31.764 INFO kablam! usermod: no changes Oct 21 16:31:31.844 INFO kablam! Checking simpleRustRenderer v0.1.0 (/source) Oct 21 16:31:32.433 INFO kablam! warning: crate `simpleRustRenderer` should have a snake case name such as `simple_rust_renderer` Oct 21 16:31:32.433 INFO kablam! | Oct 21 16:31:32.433 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 16:31:32.434 INFO kablam! Oct 21 16:31:32.464 INFO kablam! warning: crate `simpleRustRenderer` should have a snake case name such as `simple_rust_renderer` Oct 21 16:31:32.464 INFO kablam! | Oct 21 16:31:32.464 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 16:31:32.464 INFO kablam! Oct 21 16:31:32.960 INFO kablam! warning: variable does not need to be mutable Oct 21 16:31:32.961 INFO kablam! --> src/main.rs:25:9 Oct 21 16:31:32.961 INFO kablam! | Oct 21 16:31:32.961 INFO kablam! 25 | let mut numCircles = 0; Oct 21 16:31:32.962 INFO kablam! | ----^^^^^^^^^^ Oct 21 16:31:32.962 INFO kablam! | | Oct 21 16:31:32.962 INFO kablam! | help: remove this `mut` Oct 21 16:31:32.962 INFO kablam! | Oct 21 16:31:32.963 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 16:31:32.963 INFO kablam! Oct 21 16:31:32.963 INFO kablam! warning: variable does not need to be mutable Oct 21 16:31:32.964 INFO kablam! --> src/main.rs:26:9 Oct 21 16:31:32.964 INFO kablam! | Oct 21 16:31:32.964 INFO kablam! 26 | let mut position: Vec = Vec::new(); Oct 21 16:31:32.964 INFO kablam! | ----^^^^^^^^ Oct 21 16:31:32.965 INFO kablam! | | Oct 21 16:31:32.965 INFO kablam! | help: remove this `mut` Oct 21 16:31:32.965 INFO kablam! Oct 21 16:31:32.965 INFO kablam! warning: variable does not need to be mutable Oct 21 16:31:32.966 INFO kablam! --> src/main.rs:27:9 Oct 21 16:31:32.966 INFO kablam! | Oct 21 16:31:32.966 INFO kablam! 27 | let mut velocity: Vec = Vec::new(); Oct 21 16:31:32.967 INFO kablam! | ----^^^^^^^^ Oct 21 16:31:32.967 INFO kablam! | | Oct 21 16:31:32.967 INFO kablam! | help: remove this `mut` Oct 21 16:31:32.967 INFO kablam! Oct 21 16:31:32.968 INFO kablam! warning: variable does not need to be mutable Oct 21 16:31:32.968 INFO kablam! --> src/main.rs:28:9 Oct 21 16:31:32.968 INFO kablam! | Oct 21 16:31:32.969 INFO kablam! 28 | let mut color: Vec = Vec::new(); Oct 21 16:31:32.969 INFO kablam! | ----^^^^^ Oct 21 16:31:32.969 INFO kablam! | | Oct 21 16:31:32.969 INFO kablam! | help: remove this `mut` Oct 21 16:31:32.970 INFO kablam! Oct 21 16:31:32.970 INFO kablam! warning: variable does not need to be mutable Oct 21 16:31:32.970 INFO kablam! --> src/main.rs:29:9 Oct 21 16:31:32.970 INFO kablam! | Oct 21 16:31:32.971 INFO kablam! 29 | let mut radius: Vec = Vec::new(); Oct 21 16:31:32.971 INFO kablam! | ----^^^^^^ Oct 21 16:31:32.971 INFO kablam! | | Oct 21 16:31:32.971 INFO kablam! | help: remove this `mut` Oct 21 16:31:32.972 INFO kablam! Oct 21 16:31:32.972 INFO kablam! warning: crate `simpleRustRenderer` should have a snake case name such as `simple_rust_renderer` Oct 21 16:31:32.972 INFO kablam! | Oct 21 16:31:32.972 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 16:31:32.973 INFO kablam! Oct 21 16:31:32.973 INFO kablam! warning: variable `numCircles` should have a snake case name such as `num_circles` Oct 21 16:31:32.973 INFO kablam! --> src/main.rs:25:9 Oct 21 16:31:32.974 INFO kablam! | Oct 21 16:31:32.974 INFO kablam! 25 | let mut numCircles = 0; Oct 21 16:31:32.974 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 16:31:32.974 INFO kablam! Oct 21 16:31:33.101 INFO kablam! warning: variable does not need to be mutable Oct 21 16:31:33.101 INFO kablam! --> src/main.rs:25:9 Oct 21 16:31:33.101 INFO kablam! | Oct 21 16:31:33.102 INFO kablam! 25 | let mut numCircles = 0; Oct 21 16:31:33.102 INFO kablam! | ----^^^^^^^^^^ Oct 21 16:31:33.102 INFO kablam! | | Oct 21 16:31:33.102 INFO kablam! | help: remove this `mut` Oct 21 16:31:33.103 INFO kablam! | Oct 21 16:31:33.103 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 16:31:33.103 INFO kablam! Oct 21 16:31:33.104 INFO kablam! warning: variable does not need to be mutable Oct 21 16:31:33.104 INFO kablam! --> src/main.rs:26:9 Oct 21 16:31:33.104 INFO kablam! | Oct 21 16:31:33.106 INFO kablam! 26 | let mut position: Vec = Vec::new(); Oct 21 16:31:33.106 INFO kablam! | ----^^^^^^^^ Oct 21 16:31:33.106 INFO kablam! | | Oct 21 16:31:33.106 INFO kablam! | help: remove this `mut` Oct 21 16:31:33.106 INFO kablam! Oct 21 16:31:33.106 INFO kablam! warning: variable does not need to be mutable Oct 21 16:31:33.106 INFO kablam! --> src/main.rs:27:9 Oct 21 16:31:33.106 INFO kablam! | Oct 21 16:31:33.106 INFO kablam! 27 | let mut velocity: Vec = Vec::new(); Oct 21 16:31:33.106 INFO kablam! | ----^^^^^^^^ Oct 21 16:31:33.106 INFO kablam! | | Oct 21 16:31:33.106 INFO kablam! | help: remove this `mut` Oct 21 16:31:33.106 INFO kablam! Oct 21 16:31:33.106 INFO kablam! warning: variable does not need to be mutable Oct 21 16:31:33.106 INFO kablam! --> src/main.rs:28:9 Oct 21 16:31:33.106 INFO kablam! | Oct 21 16:31:33.106 INFO kablam! 28 | let mut color: Vec = Vec::new(); Oct 21 16:31:33.106 INFO kablam! | ----^^^^^ Oct 21 16:31:33.106 INFO kablam! | | Oct 21 16:31:33.106 INFO kablam! | help: remove this `mut` Oct 21 16:31:33.106 INFO kablam! Oct 21 16:31:33.106 INFO kablam! warning: variable does not need to be mutable Oct 21 16:31:33.106 INFO kablam! --> src/main.rs:29:9 Oct 21 16:31:33.106 INFO kablam! | Oct 21 16:31:33.106 INFO kablam! 29 | let mut radius: Vec = Vec::new(); Oct 21 16:31:33.106 INFO kablam! | ----^^^^^^ Oct 21 16:31:33.106 INFO kablam! | | Oct 21 16:31:33.106 INFO kablam! | help: remove this `mut` Oct 21 16:31:33.106 INFO kablam! Oct 21 16:31:33.106 INFO kablam! warning: crate `simpleRustRenderer` should have a snake case name such as `simple_rust_renderer` Oct 21 16:31:33.106 INFO kablam! | Oct 21 16:31:33.106 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 16:31:33.106 INFO kablam! Oct 21 16:31:33.106 INFO kablam! warning: variable `numCircles` should have a snake case name such as `num_circles` Oct 21 16:31:33.106 INFO kablam! --> src/main.rs:25:9 Oct 21 16:31:33.106 INFO kablam! | Oct 21 16:31:33.106 INFO kablam! 25 | let mut numCircles = 0; Oct 21 16:31:33.106 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 16:31:33.106 INFO kablam! Oct 21 16:31:33.180 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.31s Oct 21 16:31:33.181 INFO kablam! su: No module specific data is present Oct 21 16:31:34.253 INFO running `"docker" "rm" "-f" "472af0c7df01bad0405a71655b6c014462becc36bdbc0df6bc7b1e04f9299a82"` Oct 21 16:31:34.551 INFO blam! 472af0c7df01bad0405a71655b6c014462becc36bdbc0df6bc7b1e04f9299a82