Oct 15 06:03:04.561 INFO testing Tsadow/terrain-generator against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 06:03:04.563 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:03:05.197 INFO blam! 98f19e8470922058f5f55513cada9eb1ced6c1debe9d4240157e257047184a21 Oct 15 06:03:05.202 INFO running `"docker" "start" "-a" "98f19e8470922058f5f55513cada9eb1ced6c1debe9d4240157e257047184a21"` Oct 15 06:03:07.067 INFO kablam! usermod: no changes Oct 15 06:03:07.209 INFO kablam! Compiling terrain_generator v0.1.0 (/source) Oct 15 06:03:07.856 INFO kablam! warning: unused variable: `height_map` Oct 15 06:03:07.856 INFO kablam! --> src/main.rs:31:9 Oct 15 06:03:07.856 INFO kablam! | Oct 15 06:03:07.857 INFO kablam! 31 | let height_map = gen_height_map(1, 13, 2, 5, 40, 40); Oct 15 06:03:07.857 INFO kablam! | ^^^^^^^^^^ help: consider using `_height_map` instead Oct 15 06:03:07.857 INFO kablam! | Oct 15 06:03:07.857 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:03:07.858 INFO kablam! Oct 15 06:03:07.858 INFO kablam! warning: unused variable: `curr_row` Oct 15 06:03:07.859 INFO kablam! --> src/main.rs:196:13 Oct 15 06:03:07.859 INFO kablam! | Oct 15 06:03:07.859 INFO kablam! 196 | let curr_row: Vec = Vec::new(); Oct 15 06:03:07.859 INFO kablam! | ^^^^^^^^ help: consider using `_curr_row` instead Oct 15 06:03:07.860 INFO kablam! Oct 15 06:03:07.860 INFO kablam! warning: value assigned to `out` is never read Oct 15 06:03:07.860 INFO kablam! --> src/main.rs:203:21 Oct 15 06:03:07.860 INFO kablam! | Oct 15 06:03:07.861 INFO kablam! 203 | let mut out: ColoredString = "".to_string().white(); Oct 15 06:03:07.861 INFO kablam! | ^^^ Oct 15 06:03:07.861 INFO kablam! | Oct 15 06:03:07.861 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 06:03:07.862 INFO kablam! Oct 15 06:03:07.872 INFO kablam! warning: field is never used: `x` Oct 15 06:03:07.872 INFO kablam! --> src/main.rs:15:5 Oct 15 06:03:07.873 INFO kablam! | Oct 15 06:03:07.873 INFO kablam! 15 | x: i32, Oct 15 06:03:07.873 INFO kablam! | ^^^^^^ Oct 15 06:03:07.874 INFO kablam! | Oct 15 06:03:07.874 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:03:07.874 INFO kablam! Oct 15 06:03:07.875 INFO kablam! warning: field is never used: `z` Oct 15 06:03:07.875 INFO kablam! --> src/main.rs:17:5 Oct 15 06:03:07.875 INFO kablam! | Oct 15 06:03:07.875 INFO kablam! 17 | z: i32, Oct 15 06:03:07.876 INFO kablam! | ^^^^^^ Oct 15 06:03:07.876 INFO kablam! Oct 15 06:03:08.743 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.63s Oct 15 06:03:08.744 INFO kablam! su: No module specific data is present Oct 15 06:03:09.879 INFO running `"docker" "rm" "-f" "98f19e8470922058f5f55513cada9eb1ced6c1debe9d4240157e257047184a21"` Oct 15 06:03:10.219 INFO blam! 98f19e8470922058f5f55513cada9eb1ced6c1debe9d4240157e257047184a21 Oct 15 06:03:10.235 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:03:10.731 INFO blam! bab55aeee213659ef4ba083399e16af603d1757742cccec381138f8f2421c9e2 Oct 15 06:03:10.733 INFO running `"docker" "start" "-a" "bab55aeee213659ef4ba083399e16af603d1757742cccec381138f8f2421c9e2"` Oct 15 06:03:13.006 INFO kablam! usermod: no changes Oct 15 06:03:13.140 INFO kablam! Compiling terrain_generator v0.1.0 (/source) Oct 15 06:03:13.743 INFO kablam! warning: unused variable: `height_map` Oct 15 06:03:13.743 INFO kablam! --> src/main.rs:31:9 Oct 15 06:03:13.743 INFO kablam! | Oct 15 06:03:13.743 INFO kablam! 31 | let height_map = gen_height_map(1, 13, 2, 5, 40, 40); Oct 15 06:03:13.743 INFO kablam! | ^^^^^^^^^^ help: consider using `_height_map` instead Oct 15 06:03:13.743 INFO kablam! | Oct 15 06:03:13.743 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:03:13.745 INFO kablam! Oct 15 06:03:13.745 INFO kablam! warning: unused variable: `curr_row` Oct 15 06:03:13.745 INFO kablam! --> src/main.rs:196:13 Oct 15 06:03:13.745 INFO kablam! | Oct 15 06:03:13.745 INFO kablam! 196 | let curr_row: Vec = Vec::new(); Oct 15 06:03:13.745 INFO kablam! | ^^^^^^^^ help: consider using `_curr_row` instead Oct 15 06:03:13.745 INFO kablam! Oct 15 06:03:13.745 INFO kablam! warning: value assigned to `out` is never read Oct 15 06:03:13.745 INFO kablam! --> src/main.rs:203:21 Oct 15 06:03:13.745 INFO kablam! | Oct 15 06:03:13.745 INFO kablam! 203 | let mut out: ColoredString = "".to_string().white(); Oct 15 06:03:13.745 INFO kablam! | ^^^ Oct 15 06:03:13.745 INFO kablam! | Oct 15 06:03:13.745 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 06:03:13.745 INFO kablam! Oct 15 06:03:13.763 INFO kablam! warning: field is never used: `x` Oct 15 06:03:13.763 INFO kablam! --> src/main.rs:15:5 Oct 15 06:03:13.763 INFO kablam! | Oct 15 06:03:13.763 INFO kablam! 15 | x: i32, Oct 15 06:03:13.763 INFO kablam! | ^^^^^^ Oct 15 06:03:13.763 INFO kablam! | Oct 15 06:03:13.763 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:03:13.763 INFO kablam! Oct 15 06:03:13.763 INFO kablam! warning: field is never used: `z` Oct 15 06:03:13.763 INFO kablam! --> src/main.rs:17:5 Oct 15 06:03:13.763 INFO kablam! | Oct 15 06:03:13.763 INFO kablam! 17 | z: i32, Oct 15 06:03:13.763 INFO kablam! | ^^^^^^ Oct 15 06:03:13.763 INFO kablam! Oct 15 06:03:14.251 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.19s Oct 15 06:03:14.251 INFO kablam! su: No module specific data is present Oct 15 06:03:15.205 INFO running `"docker" "rm" "-f" "bab55aeee213659ef4ba083399e16af603d1757742cccec381138f8f2421c9e2"` Oct 15 06:03:15.435 INFO blam! bab55aeee213659ef4ba083399e16af603d1757742cccec381138f8f2421c9e2 Oct 15 06:03:15.447 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:15.841 INFO blam! 28e4c086057ff6c31841c4c0374f9634d4807a46c16bbcb0aac6915cca7401e5 Oct 15 06:03:15.845 INFO running `"docker" "start" "-a" "28e4c086057ff6c31841c4c0374f9634d4807a46c16bbcb0aac6915cca7401e5"` Oct 15 06:03:16.943 INFO kablam! usermod: no changes Oct 15 06:03:17.019 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 06:03:17.031 INFO kablam! Running /target/debug/deps/terrain_generator-7717af926c3c9e54 Oct 15 06:03:17.034 INFO blam! Oct 15 06:03:17.034 INFO kablam! su: No module specific data is present Oct 15 06:03:17.034 INFO blam! running 0 tests Oct 15 06:03:17.034 INFO blam! Oct 15 06:03:17.034 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:03:17.034 INFO blam! Oct 15 06:03:18.016 INFO running `"docker" "rm" "-f" "28e4c086057ff6c31841c4c0374f9634d4807a46c16bbcb0aac6915cca7401e5"` Oct 15 06:03:18.303 INFO blam! 28e4c086057ff6c31841c4c0374f9634d4807a46c16bbcb0aac6915cca7401e5