Oct 15 06:02:48.078 INFO testing Tsadow/terrain-generator against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 06:02:48.079 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 15 06:02:48.576 INFO blam! 46b937b1f7b1890f4adda76c597af8f8b0076ea7e1b8f4bcd7c16bc4a6ae3546 Oct 15 06:02:48.579 INFO running `"docker" "start" "-a" "46b937b1f7b1890f4adda76c597af8f8b0076ea7e1b8f4bcd7c16bc4a6ae3546"` Oct 15 06:02:50.998 INFO kablam! usermod: no changes Oct 15 06:02:51.095 INFO kablam! Compiling terrain_generator v0.1.0 (/source) Oct 15 06:02:51.808 INFO kablam! warning: unused variable: `height_map` Oct 15 06:02:51.808 INFO kablam! --> src/main.rs:31:9 Oct 15 06:02:51.809 INFO kablam! | Oct 15 06:02:51.810 INFO kablam! 31 | let height_map = gen_height_map(1, 13, 2, 5, 40, 40); Oct 15 06:02:51.810 INFO kablam! | ^^^^^^^^^^ help: consider using `_height_map` instead Oct 15 06:02:51.811 INFO kablam! | Oct 15 06:02:51.812 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:02:51.812 INFO kablam! Oct 15 06:02:51.813 INFO kablam! warning: unused variable: `curr_row` Oct 15 06:02:51.813 INFO kablam! --> src/main.rs:196:13 Oct 15 06:02:51.814 INFO kablam! | Oct 15 06:02:51.815 INFO kablam! 196 | let curr_row: Vec = Vec::new(); Oct 15 06:02:51.815 INFO kablam! | ^^^^^^^^ help: consider using `_curr_row` instead Oct 15 06:02:51.816 INFO kablam! Oct 15 06:02:51.817 INFO kablam! warning: value assigned to `out` is never read Oct 15 06:02:51.817 INFO kablam! --> src/main.rs:203:21 Oct 15 06:02:51.818 INFO kablam! | Oct 15 06:02:51.818 INFO kablam! 203 | let mut out: ColoredString = "".to_string().white(); Oct 15 06:02:51.819 INFO kablam! | ^^^ Oct 15 06:02:51.819 INFO kablam! | Oct 15 06:02:51.819 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 06:02:51.820 INFO kablam! Oct 15 06:02:51.820 INFO kablam! warning: field is never used: `x` Oct 15 06:02:51.820 INFO kablam! --> src/main.rs:15:5 Oct 15 06:02:51.820 INFO kablam! | Oct 15 06:02:51.821 INFO kablam! 15 | x: i32, Oct 15 06:02:51.821 INFO kablam! | ^^^^^^ Oct 15 06:02:51.821 INFO kablam! | Oct 15 06:02:51.822 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:02:51.822 INFO kablam! Oct 15 06:02:51.822 INFO kablam! warning: field is never used: `z` Oct 15 06:02:51.827 INFO kablam! --> src/main.rs:17:5 Oct 15 06:02:51.827 INFO kablam! | Oct 15 06:02:51.827 INFO kablam! 17 | z: i32, Oct 15 06:02:51.828 INFO kablam! | ^^^^^^ Oct 15 06:02:51.828 INFO kablam! Oct 15 06:02:52.749 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.72s Oct 15 06:02:52.752 INFO kablam! su: No module specific data is present Oct 15 06:02:54.088 INFO running `"docker" "rm" "-f" "46b937b1f7b1890f4adda76c597af8f8b0076ea7e1b8f4bcd7c16bc4a6ae3546"` Oct 15 06:02:54.339 INFO blam! 46b937b1f7b1890f4adda76c597af8f8b0076ea7e1b8f4bcd7c16bc4a6ae3546 Oct 15 06:02:54.351 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 15 06:02:54.831 INFO blam! 8f0c6d4642f5de8b0f125055165edff5981ec4b622c380316442854de7cb8a36 Oct 15 06:02:54.837 INFO running `"docker" "start" "-a" "8f0c6d4642f5de8b0f125055165edff5981ec4b622c380316442854de7cb8a36"` Oct 15 06:02:56.947 INFO kablam! usermod: no changes Oct 15 06:02:57.035 INFO kablam! Compiling terrain_generator v0.1.0 (/source) Oct 15 06:02:57.681 INFO kablam! warning: unused variable: `height_map` Oct 15 06:02:57.681 INFO kablam! --> src/main.rs:31:9 Oct 15 06:02:57.681 INFO kablam! | Oct 15 06:02:57.682 INFO kablam! 31 | let height_map = gen_height_map(1, 13, 2, 5, 40, 40); Oct 15 06:02:57.683 INFO kablam! | ^^^^^^^^^^ help: consider using `_height_map` instead Oct 15 06:02:57.683 INFO kablam! | Oct 15 06:02:57.683 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:02:57.683 INFO kablam! Oct 15 06:02:57.683 INFO kablam! warning: unused variable: `curr_row` Oct 15 06:02:57.683 INFO kablam! --> src/main.rs:196:13 Oct 15 06:02:57.683 INFO kablam! | Oct 15 06:02:57.683 INFO kablam! 196 | let curr_row: Vec = Vec::new(); Oct 15 06:02:57.683 INFO kablam! | ^^^^^^^^ help: consider using `_curr_row` instead Oct 15 06:02:57.683 INFO kablam! Oct 15 06:02:57.683 INFO kablam! warning: value assigned to `out` is never read Oct 15 06:02:57.683 INFO kablam! --> src/main.rs:203:21 Oct 15 06:02:57.683 INFO kablam! | Oct 15 06:02:57.683 INFO kablam! 203 | let mut out: ColoredString = "".to_string().white(); Oct 15 06:02:57.683 INFO kablam! | ^^^ Oct 15 06:02:57.683 INFO kablam! | Oct 15 06:02:57.683 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 06:02:57.683 INFO kablam! Oct 15 06:02:57.693 INFO kablam! warning: field is never used: `x` Oct 15 06:02:57.693 INFO kablam! --> src/main.rs:15:5 Oct 15 06:02:57.693 INFO kablam! | Oct 15 06:02:57.693 INFO kablam! 15 | x: i32, Oct 15 06:02:57.693 INFO kablam! | ^^^^^^ Oct 15 06:02:57.693 INFO kablam! | Oct 15 06:02:57.693 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:02:57.693 INFO kablam! Oct 15 06:02:57.695 INFO kablam! warning: field is never used: `z` Oct 15 06:02:57.695 INFO kablam! --> src/main.rs:17:5 Oct 15 06:02:57.695 INFO kablam! | Oct 15 06:02:57.695 INFO kablam! 17 | z: i32, Oct 15 06:02:57.696 INFO kablam! | ^^^^^^ Oct 15 06:02:57.696 INFO kablam! Oct 15 06:02:58.248 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.28s Oct 15 06:02:58.255 INFO kablam! su: No module specific data is present Oct 15 06:02:59.883 INFO running `"docker" "rm" "-f" "8f0c6d4642f5de8b0f125055165edff5981ec4b622c380316442854de7cb8a36"` Oct 15 06:03:00.127 INFO blam! 8f0c6d4642f5de8b0f125055165edff5981ec4b622c380316442854de7cb8a36 Oct 15 06:03:00.134 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 15 06:03:00.473 INFO blam! 9763b642860cca3b3803fa44bd563c756a539e1c2266a1abcea58cb0d5bd035f Oct 15 06:03:00.476 INFO running `"docker" "start" "-a" "9763b642860cca3b3803fa44bd563c756a539e1c2266a1abcea58cb0d5bd035f"` Oct 15 06:03:02.519 INFO kablam! usermod: no changes Oct 15 06:03:02.655 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 15 06:03:02.664 INFO kablam! Running /target/debug/deps/terrain_generator-de4ca869cafd000b Oct 15 06:03:02.676 INFO blam! Oct 15 06:03:02.676 INFO blam! running 0 tests Oct 15 06:03:02.676 INFO blam! Oct 15 06:03:02.676 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:03:02.676 INFO blam! Oct 15 06:03:02.680 INFO kablam! su: No module specific data is present Oct 15 06:03:04.178 INFO running `"docker" "rm" "-f" "9763b642860cca3b3803fa44bd563c756a539e1c2266a1abcea58cb0d5bd035f"` Oct 15 06:03:04.472 INFO blam! 9763b642860cca3b3803fa44bd563c756a539e1c2266a1abcea58cb0d5bd035f