Oct 21 20:16:05.299 INFO checking Tsadow/terrain-generator against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:16:05.299 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 20:16:05.798 INFO blam! 93e87769f05a229ede95e90d4189699231aecfd8c9fad5f9efb6bd44112cc9b3 Oct 21 20:16:05.800 INFO running `"docker" "start" "-a" "93e87769f05a229ede95e90d4189699231aecfd8c9fad5f9efb6bd44112cc9b3"` Oct 21 20:16:07.472 INFO kablam! usermod: no changes Oct 21 20:16:07.588 INFO kablam! Checking terrain_generator v0.1.0 (/source) Oct 21 20:16:08.478 INFO kablam! warning: unused variable: `height_map` Oct 21 20:16:08.478 INFO kablam! --> src/main.rs:31:9 Oct 21 20:16:08.478 INFO kablam! | Oct 21 20:16:08.479 INFO kablam! 31 | let height_map = gen_height_map(1, 13, 2, 5, 40, 40); Oct 21 20:16:08.479 INFO kablam! | ^^^^^^^^^^ help: consider using `_height_map` instead Oct 21 20:16:08.479 INFO kablam! | Oct 21 20:16:08.480 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:16:08.480 INFO kablam! Oct 21 20:16:08.485 INFO kablam! warning: unused variable: `curr_row` Oct 21 20:16:08.485 INFO kablam! --> src/main.rs:196:13 Oct 21 20:16:08.485 INFO kablam! | Oct 21 20:16:08.486 INFO kablam! 196 | let curr_row: Vec = Vec::new(); Oct 21 20:16:08.486 INFO kablam! | ^^^^^^^^ help: consider using `_curr_row` instead Oct 21 20:16:08.486 INFO kablam! Oct 21 20:16:08.487 INFO kablam! warning: value assigned to `out` is never read Oct 21 20:16:08.487 INFO kablam! --> src/main.rs:203:21 Oct 21 20:16:08.487 INFO kablam! | Oct 21 20:16:08.487 INFO kablam! 203 | let mut out: ColoredString = "".to_string().white(); Oct 21 20:16:08.488 INFO kablam! | ^^^ Oct 21 20:16:08.488 INFO kablam! | Oct 21 20:16:08.488 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 21 20:16:08.488 INFO kablam! Oct 21 20:16:08.497 INFO kablam! warning: field is never used: `x` Oct 21 20:16:08.497 INFO kablam! --> src/main.rs:15:5 Oct 21 20:16:08.497 INFO kablam! | Oct 21 20:16:08.498 INFO kablam! 15 | x: i32, Oct 21 20:16:08.498 INFO kablam! | ^^^^^^ Oct 21 20:16:08.498 INFO kablam! | Oct 21 20:16:08.498 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:16:08.499 INFO kablam! Oct 21 20:16:08.499 INFO kablam! warning: field is never used: `z` Oct 21 20:16:08.499 INFO kablam! --> src/main.rs:17:5 Oct 21 20:16:08.499 INFO kablam! | Oct 21 20:16:08.500 INFO kablam! 17 | z: i32, Oct 21 20:16:08.500 INFO kablam! | ^^^^^^ Oct 21 20:16:08.500 INFO kablam! Oct 21 20:16:08.693 INFO kablam! warning: unused variable: `height_map` Oct 21 20:16:08.693 INFO kablam! --> src/main.rs:31:9 Oct 21 20:16:08.693 INFO kablam! | Oct 21 20:16:08.694 INFO kablam! 31 | let height_map = gen_height_map(1, 13, 2, 5, 40, 40); Oct 21 20:16:08.694 INFO kablam! | ^^^^^^^^^^ help: consider using `_height_map` instead Oct 21 20:16:08.694 INFO kablam! | Oct 21 20:16:08.695 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:16:08.695 INFO kablam! Oct 21 20:16:08.695 INFO kablam! warning: unused variable: `curr_row` Oct 21 20:16:08.695 INFO kablam! --> src/main.rs:196:13 Oct 21 20:16:08.696 INFO kablam! | Oct 21 20:16:08.696 INFO kablam! 196 | let curr_row: Vec = Vec::new(); Oct 21 20:16:08.696 INFO kablam! | ^^^^^^^^ help: consider using `_curr_row` instead Oct 21 20:16:08.697 INFO kablam! Oct 21 20:16:08.697 INFO kablam! warning: value assigned to `out` is never read Oct 21 20:16:08.697 INFO kablam! --> src/main.rs:203:21 Oct 21 20:16:08.698 INFO kablam! | Oct 21 20:16:08.698 INFO kablam! 203 | let mut out: ColoredString = "".to_string().white(); Oct 21 20:16:08.698 INFO kablam! | ^^^ Oct 21 20:16:08.698 INFO kablam! | Oct 21 20:16:08.699 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 21 20:16:08.699 INFO kablam! Oct 21 20:16:08.703 INFO kablam! warning: field is never used: `x` Oct 21 20:16:08.704 INFO kablam! --> src/main.rs:15:5 Oct 21 20:16:08.704 INFO kablam! | Oct 21 20:16:08.704 INFO kablam! 15 | x: i32, Oct 21 20:16:08.705 INFO kablam! | ^^^^^^ Oct 21 20:16:08.705 INFO kablam! | Oct 21 20:16:08.705 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:16:08.705 INFO kablam! Oct 21 20:16:08.708 INFO kablam! warning: field is never used: `z` Oct 21 20:16:08.708 INFO kablam! --> src/main.rs:17:5 Oct 21 20:16:08.708 INFO kablam! | Oct 21 20:16:08.709 INFO kablam! 17 | z: i32, Oct 21 20:16:08.709 INFO kablam! | ^^^^^^ Oct 21 20:16:08.709 INFO kablam! Oct 21 20:16:08.746 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.24s Oct 21 20:16:08.752 INFO kablam! su: No module specific data is present Oct 21 20:16:09.525 INFO running `"docker" "rm" "-f" "93e87769f05a229ede95e90d4189699231aecfd8c9fad5f9efb6bd44112cc9b3"` Oct 21 20:16:09.856 INFO blam! 93e87769f05a229ede95e90d4189699231aecfd8c9fad5f9efb6bd44112cc9b3