Oct 27 09:20:57.660 INFO checking Tsadow/terrain-generator against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 09:20:57.660 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 09:20:58.059 INFO blam! e2841a8622f4258beba52aa1b9533e3f0f75f2f6c481c64d293a37766b839911 Oct 27 09:20:58.083 INFO running `"docker" "start" "-a" "e2841a8622f4258beba52aa1b9533e3f0f75f2f6c481c64d293a37766b839911"` Oct 27 09:20:59.271 INFO kablam! usermod: no changes Oct 27 09:20:59.367 INFO kablam! Checking terrain_generator v0.1.0 (/source) Oct 27 09:21:00.407 INFO kablam! warning: unused variable: `height_map` Oct 27 09:21:00.407 INFO kablam! --> src/main.rs:31:9 Oct 27 09:21:00.407 INFO kablam! | Oct 27 09:21:00.407 INFO kablam! 31 | let height_map = gen_height_map(1, 13, 2, 5, 40, 40); Oct 27 09:21:00.407 INFO kablam! | ^^^^^^^^^^ help: consider using `_height_map` instead Oct 27 09:21:00.407 INFO kablam! | Oct 27 09:21:00.407 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 09:21:00.407 INFO kablam! Oct 27 09:21:00.407 INFO kablam! warning: unused variable: `curr_row` Oct 27 09:21:00.407 INFO kablam! --> src/main.rs:196:13 Oct 27 09:21:00.407 INFO kablam! | Oct 27 09:21:00.407 INFO kablam! 196 | let curr_row: Vec = Vec::new(); Oct 27 09:21:00.407 INFO kablam! | ^^^^^^^^ help: consider using `_curr_row` instead Oct 27 09:21:00.407 INFO kablam! Oct 27 09:21:00.407 INFO kablam! warning: value assigned to `out` is never read Oct 27 09:21:00.407 INFO kablam! --> src/main.rs:203:21 Oct 27 09:21:00.407 INFO kablam! | Oct 27 09:21:00.407 INFO kablam! 203 | let mut out: ColoredString = "".to_string().white(); Oct 27 09:21:00.407 INFO kablam! | ^^^ Oct 27 09:21:00.407 INFO kablam! | Oct 27 09:21:00.407 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 09:21:00.407 INFO kablam! Oct 27 09:21:00.416 INFO kablam! warning: field is never used: `x` Oct 27 09:21:00.416 INFO kablam! --> src/main.rs:15:5 Oct 27 09:21:00.416 INFO kablam! | Oct 27 09:21:00.416 INFO kablam! 15 | x: i32, Oct 27 09:21:00.416 INFO kablam! | ^^^^^^ Oct 27 09:21:00.416 INFO kablam! | Oct 27 09:21:00.416 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 09:21:00.416 INFO kablam! Oct 27 09:21:00.416 INFO kablam! warning: field is never used: `z` Oct 27 09:21:00.416 INFO kablam! --> src/main.rs:17:5 Oct 27 09:21:00.416 INFO kablam! | Oct 27 09:21:00.416 INFO kablam! 17 | z: i32, Oct 27 09:21:00.416 INFO kablam! | ^^^^^^ Oct 27 09:21:00.419 INFO kablam! Oct 27 09:21:00.591 INFO kablam! warning: unused variable: `height_map` Oct 27 09:21:00.591 INFO kablam! --> src/main.rs:31:9 Oct 27 09:21:00.591 INFO kablam! | Oct 27 09:21:00.591 INFO kablam! 31 | let height_map = gen_height_map(1, 13, 2, 5, 40, 40); Oct 27 09:21:00.591 INFO kablam! | ^^^^^^^^^^ help: consider using `_height_map` instead Oct 27 09:21:00.599 INFO kablam! | Oct 27 09:21:00.599 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 09:21:00.599 INFO kablam! Oct 27 09:21:00.599 INFO kablam! warning: unused variable: `curr_row` Oct 27 09:21:00.599 INFO kablam! --> src/main.rs:196:13 Oct 27 09:21:00.599 INFO kablam! | Oct 27 09:21:00.599 INFO kablam! 196 | let curr_row: Vec = Vec::new(); Oct 27 09:21:00.599 INFO kablam! | ^^^^^^^^ help: consider using `_curr_row` instead Oct 27 09:21:00.599 INFO kablam! Oct 27 09:21:00.599 INFO kablam! warning: value assigned to `out` is never read Oct 27 09:21:00.599 INFO kablam! --> src/main.rs:203:21 Oct 27 09:21:00.599 INFO kablam! | Oct 27 09:21:00.599 INFO kablam! 203 | let mut out: ColoredString = "".to_string().white(); Oct 27 09:21:00.599 INFO kablam! | ^^^ Oct 27 09:21:00.599 INFO kablam! | Oct 27 09:21:00.599 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 09:21:00.599 INFO kablam! Oct 27 09:21:00.605 INFO kablam! warning: field is never used: `x` Oct 27 09:21:00.605 INFO kablam! --> src/main.rs:15:5 Oct 27 09:21:00.605 INFO kablam! | Oct 27 09:21:00.605 INFO kablam! 15 | x: i32, Oct 27 09:21:00.605 INFO kablam! | ^^^^^^ Oct 27 09:21:00.605 INFO kablam! | Oct 27 09:21:00.605 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 09:21:00.605 INFO kablam! Oct 27 09:21:00.611 INFO kablam! warning: field is never used: `z` Oct 27 09:21:00.611 INFO kablam! --> src/main.rs:17:5 Oct 27 09:21:00.611 INFO kablam! | Oct 27 09:21:00.611 INFO kablam! 17 | z: i32, Oct 27 09:21:00.611 INFO kablam! | ^^^^^^ Oct 27 09:21:00.611 INFO kablam! Oct 27 09:21:00.635 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.34s Oct 27 09:21:00.639 INFO kablam! su: No module specific data is present Oct 27 09:21:01.566 INFO running `"docker" "rm" "-f" "e2841a8622f4258beba52aa1b9533e3f0f75f2f6c481c64d293a37766b839911"` Oct 27 09:21:01.907 INFO blam! e2841a8622f4258beba52aa1b9533e3f0f75f2f6c481c64d293a37766b839911