Oct 11 04:05:05.513 INFO testing Tsadow/terrain-generator against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 04:05:05.513 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 04:05:05.513 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:05:05.840 INFO blam! 3a2e97e7f2456bc42266ef2a5cb41844511911093a9fc1bdc4afd1198c36131d Oct 11 04:05:05.851 INFO running `"docker" "start" "-a" "3a2e97e7f2456bc42266ef2a5cb41844511911093a9fc1bdc4afd1198c36131d"` Oct 11 04:05:07.085 INFO kablam! usermod: no changes Oct 11 04:05:07.159 INFO kablam! Compiling rand v0.5.2 Oct 11 04:05:11.892 INFO kablam! Compiling terrain_generator v0.1.0 (/source) Oct 11 04:05:12.892 INFO kablam! warning: unused variable: `height_map` Oct 11 04:05:12.892 INFO kablam! --> src/main.rs:31:9 Oct 11 04:05:12.892 INFO kablam! | Oct 11 04:05:12.892 INFO kablam! 31 | let height_map = gen_height_map(1, 13, 2, 5, 40, 40); Oct 11 04:05:12.892 INFO kablam! | ^^^^^^^^^^ help: consider using `_height_map` instead Oct 11 04:05:12.892 INFO kablam! | Oct 11 04:05:12.892 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:05:12.892 INFO kablam! Oct 11 04:05:12.892 INFO kablam! warning: unused variable: `curr_row` Oct 11 04:05:12.892 INFO kablam! --> src/main.rs:196:13 Oct 11 04:05:12.892 INFO kablam! | Oct 11 04:05:12.892 INFO kablam! 196 | let curr_row: Vec = Vec::new(); Oct 11 04:05:12.892 INFO kablam! | ^^^^^^^^ help: consider using `_curr_row` instead Oct 11 04:05:12.892 INFO kablam! Oct 11 04:05:12.892 INFO kablam! warning: value assigned to `out` is never read Oct 11 04:05:12.892 INFO kablam! --> src/main.rs:203:21 Oct 11 04:05:12.892 INFO kablam! | Oct 11 04:05:12.892 INFO kablam! 203 | let mut out: ColoredString = "".to_string().white(); Oct 11 04:05:12.892 INFO kablam! | ^^^ Oct 11 04:05:12.892 INFO kablam! | Oct 11 04:05:12.892 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 04:05:12.892 INFO kablam! Oct 11 04:05:12.892 INFO kablam! warning: field is never used: `x` Oct 11 04:05:12.892 INFO kablam! --> src/main.rs:15:5 Oct 11 04:05:12.892 INFO kablam! | Oct 11 04:05:12.892 INFO kablam! 15 | x: i32, Oct 11 04:05:12.892 INFO kablam! | ^^^^^^ Oct 11 04:05:12.892 INFO kablam! | Oct 11 04:05:12.892 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:05:12.892 INFO kablam! Oct 11 04:05:12.892 INFO kablam! warning: field is never used: `z` Oct 11 04:05:12.892 INFO kablam! --> src/main.rs:17:5 Oct 11 04:05:12.892 INFO kablam! | Oct 11 04:05:12.892 INFO kablam! 17 | z: i32, Oct 11 04:05:12.892 INFO kablam! | ^^^^^^ Oct 11 04:05:12.892 INFO kablam! Oct 11 04:05:13.712 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.60s Oct 11 04:05:13.712 INFO kablam! su: No module specific data is present Oct 11 04:05:14.629 INFO running `"docker" "rm" "-f" "3a2e97e7f2456bc42266ef2a5cb41844511911093a9fc1bdc4afd1198c36131d"` Oct 11 04:05:14.936 INFO blam! 3a2e97e7f2456bc42266ef2a5cb41844511911093a9fc1bdc4afd1198c36131d Oct 11 04:05:14.941 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 04:05:14.942 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:05:15.335 INFO blam! b753a961ee35e0a0fb9cb59d053e05552dd3bf9ea46df498f27a3771e6f1f65b Oct 11 04:05:15.337 INFO running `"docker" "start" "-a" "b753a961ee35e0a0fb9cb59d053e05552dd3bf9ea46df498f27a3771e6f1f65b"` Oct 11 04:05:16.892 INFO kablam! usermod: no changes Oct 11 04:05:16.972 INFO kablam! Compiling terrain_generator v0.1.0 (/source) Oct 11 04:05:18.220 INFO kablam! warning: unused variable: `height_map` Oct 11 04:05:18.221 INFO kablam! --> src/main.rs:31:9 Oct 11 04:05:18.221 INFO kablam! | Oct 11 04:05:18.222 INFO kablam! 31 | let height_map = gen_height_map(1, 13, 2, 5, 40, 40); Oct 11 04:05:18.222 INFO kablam! | ^^^^^^^^^^ help: consider using `_height_map` instead Oct 11 04:05:18.222 INFO kablam! | Oct 11 04:05:18.222 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:05:18.223 INFO kablam! Oct 11 04:05:18.223 INFO kablam! warning: unused variable: `curr_row` Oct 11 04:05:18.223 INFO kablam! --> src/main.rs:196:13 Oct 11 04:05:18.224 INFO kablam! | Oct 11 04:05:18.224 INFO kablam! 196 | let curr_row: Vec = Vec::new(); Oct 11 04:05:18.224 INFO kablam! | ^^^^^^^^ help: consider using `_curr_row` instead Oct 11 04:05:18.224 INFO kablam! Oct 11 04:05:18.225 INFO kablam! warning: value assigned to `out` is never read Oct 11 04:05:18.225 INFO kablam! --> src/main.rs:203:21 Oct 11 04:05:18.225 INFO kablam! | Oct 11 04:05:18.225 INFO kablam! 203 | let mut out: ColoredString = "".to_string().white(); Oct 11 04:05:18.226 INFO kablam! | ^^^ Oct 11 04:05:18.226 INFO kablam! | Oct 11 04:05:18.226 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 04:05:18.227 INFO kablam! Oct 11 04:05:18.229 INFO kablam! warning: field is never used: `x` Oct 11 04:05:18.230 INFO kablam! --> src/main.rs:15:5 Oct 11 04:05:18.230 INFO kablam! | Oct 11 04:05:18.231 INFO kablam! 15 | x: i32, Oct 11 04:05:18.231 INFO kablam! | ^^^^^^ Oct 11 04:05:18.231 INFO kablam! | Oct 11 04:05:18.231 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:05:18.232 INFO kablam! Oct 11 04:05:18.232 INFO kablam! warning: field is never used: `z` Oct 11 04:05:18.232 INFO kablam! --> src/main.rs:17:5 Oct 11 04:05:18.233 INFO kablam! | Oct 11 04:05:18.233 INFO kablam! 17 | z: i32, Oct 11 04:05:18.233 INFO kablam! | ^^^^^^ Oct 11 04:05:18.233 INFO kablam! Oct 11 04:05:18.681 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.76s Oct 11 04:05:18.684 INFO kablam! su: No module specific data is present Oct 11 04:05:19.341 INFO running `"docker" "rm" "-f" "b753a961ee35e0a0fb9cb59d053e05552dd3bf9ea46df498f27a3771e6f1f65b"` Oct 11 04:05:19.620 INFO blam! b753a961ee35e0a0fb9cb59d053e05552dd3bf9ea46df498f27a3771e6f1f65b Oct 11 04:05:19.621 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 04:05:19.622 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:05:20.086 INFO blam! c701f7ec786e304957e37ec178547a3bcb91647a498569c7b44ceb9ee044b97e Oct 11 04:05:20.096 INFO running `"docker" "start" "-a" "c701f7ec786e304957e37ec178547a3bcb91647a498569c7b44ceb9ee044b97e"` Oct 11 04:05:21.469 INFO kablam! usermod: no changes Oct 11 04:05:21.564 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 11 04:05:21.580 INFO kablam! Running /target/debug/deps/terrain_generator-7717af926c3c9e54 Oct 11 04:05:21.588 INFO blam! Oct 11 04:05:21.588 INFO blam! running 0 tests Oct 11 04:05:21.588 INFO blam! Oct 11 04:05:21.588 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:05:21.588 INFO blam! Oct 11 04:05:21.588 INFO kablam! su: No module specific data is present Oct 11 04:05:22.512 INFO running `"docker" "rm" "-f" "c701f7ec786e304957e37ec178547a3bcb91647a498569c7b44ceb9ee044b97e"` Oct 11 04:05:22.807 INFO blam! c701f7ec786e304957e37ec178547a3bcb91647a498569c7b44ceb9ee044b97e