Oct 11 05:23:45.997 INFO testing NLincoln/worldgen against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 05:23:45.997 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 05:23:45.997 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 05:23:46.466 INFO blam! 521c460ecc7824c148389fecb99a9618ca8e692dc13f9e0c9911ccade8b8a7b1 Oct 11 05:23:46.468 INFO running `"docker" "start" "-a" "521c460ecc7824c148389fecb99a9618ca8e692dc13f9e0c9911ccade8b8a7b1"` Oct 11 05:23:47.869 INFO kablam! usermod: no changes Oct 11 05:23:47.932 INFO kablam! Compiling worldgen v0.1.0 (/source) Oct 11 05:23:48.924 INFO kablam! warning: unused import: `std::fmt::Display` Oct 11 05:23:48.924 INFO kablam! --> src/main.rs:2:5 Oct 11 05:23:48.924 INFO kablam! | Oct 11 05:23:48.924 INFO kablam! 2 | use std::fmt::Display; Oct 11 05:23:48.924 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 05:23:48.924 INFO kablam! | Oct 11 05:23:48.924 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:23:48.924 INFO kablam! Oct 11 05:23:49.028 INFO kablam! warning: method is never used: `get_slice` Oct 11 05:23:49.028 INFO kablam! --> src/main.rs:52:3 Oct 11 05:23:49.028 INFO kablam! | Oct 11 05:23:49.028 INFO kablam! 52 | fn get_slice(&self, position: Vector2u, size: Vector2u) -> Grid<&T> { Oct 11 05:23:49.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:23:49.028 INFO kablam! | Oct 11 05:23:49.028 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 05:23:49.028 INFO kablam! Oct 11 05:23:49.028 INFO kablam! warning: method is never used: `assign` Oct 11 05:23:49.028 INFO kablam! --> src/main.rs:74:3 Oct 11 05:23:49.028 INFO kablam! | Oct 11 05:23:49.028 INFO kablam! 74 | fn assign(&mut self, pos: Vector2u, val: T) { Oct 11 05:23:49.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:23:49.028 INFO kablam! Oct 11 05:23:49.028 INFO kablam! warning: function is never used: `carve_room` Oct 11 05:23:49.028 INFO kablam! --> src/main.rs:99:1 Oct 11 05:23:49.028 INFO kablam! | Oct 11 05:23:49.029 INFO kablam! 99 | / fn carve_room(grid: &mut Grid, position: Vector2u, size: Vector2u, f: F) Oct 11 05:23:49.029 INFO kablam! 100 | | where Oct 11 05:23:49.029 INFO kablam! 101 | | F: Fn(&Grid, Vector2u) -> T, Oct 11 05:23:49.029 INFO kablam! 102 | | { Oct 11 05:23:49.029 INFO kablam! ... | Oct 11 05:23:49.029 INFO kablam! 110 | | } Oct 11 05:23:49.029 INFO kablam! 111 | | } Oct 11 05:23:49.029 INFO kablam! | |_^ Oct 11 05:23:49.029 INFO kablam! Oct 11 05:23:49.560 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.66s Oct 11 05:23:49.576 INFO kablam! su: No module specific data is present Oct 11 05:23:50.522 INFO running `"docker" "rm" "-f" "521c460ecc7824c148389fecb99a9618ca8e692dc13f9e0c9911ccade8b8a7b1"` Oct 11 05:23:50.792 INFO blam! 521c460ecc7824c148389fecb99a9618ca8e692dc13f9e0c9911ccade8b8a7b1 Oct 11 05:23:50.808 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 05:23:50.810 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 05:23:51.213 INFO blam! f60a827a460c6de28556e8cd4ec9921b294f105cd0af950e21f5fcfd1b199849 Oct 11 05:23:51.224 INFO running `"docker" "start" "-a" "f60a827a460c6de28556e8cd4ec9921b294f105cd0af950e21f5fcfd1b199849"` Oct 11 05:23:52.700 INFO kablam! usermod: no changes Oct 11 05:23:52.744 INFO kablam! Compiling worldgen v0.1.0 (/source) Oct 11 05:23:53.980 INFO kablam! warning: unused import: `std::fmt::Display` Oct 11 05:23:53.980 INFO kablam! --> src/main.rs:2:5 Oct 11 05:23:53.980 INFO kablam! | Oct 11 05:23:53.980 INFO kablam! 2 | use std::fmt::Display; Oct 11 05:23:53.980 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 05:23:53.980 INFO kablam! | Oct 11 05:23:53.980 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:23:53.980 INFO kablam! Oct 11 05:23:54.964 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.24s Oct 11 05:23:54.965 INFO kablam! su: No module specific data is present Oct 11 05:23:56.172 INFO running `"docker" "rm" "-f" "f60a827a460c6de28556e8cd4ec9921b294f105cd0af950e21f5fcfd1b199849"` Oct 11 05:23:56.381 INFO blam! f60a827a460c6de28556e8cd4ec9921b294f105cd0af950e21f5fcfd1b199849 Oct 11 05:23:56.394 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 05:23:56.394 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 05:23:56.906 INFO blam! afabb89ce496920d12c780c992eeefd2ead2a77b9a80807ef6adebc3436de8a1 Oct 11 05:23:56.908 INFO running `"docker" "start" "-a" "afabb89ce496920d12c780c992eeefd2ead2a77b9a80807ef6adebc3436de8a1"` Oct 11 05:23:59.313 INFO kablam! usermod: no changes Oct 11 05:23:59.368 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 11 05:23:59.368 INFO kablam! Running /target/debug/deps/worldgen-b4735c9c3ebe2107 Oct 11 05:23:59.384 INFO blam! Oct 11 05:23:59.384 INFO blam! running 5 tests Oct 11 05:23:59.384 INFO blam! test tests::grid_assign_method ... ok Oct 11 05:23:59.384 INFO blam! test tests::test_carve_grid ... ok Oct 11 05:23:59.384 INFO blam! test tests::world_at_panics_on_out_of_bounds ... FAILED Oct 11 05:23:59.384 INFO blam! test tests::grid_at_method_works ... ok Oct 11 05:23:59.388 INFO blam! test tests::grid_slice_method_works ... ok Oct 11 05:23:59.388 INFO blam! Oct 11 05:23:59.388 INFO blam! failures: Oct 11 05:23:59.388 INFO blam! Oct 11 05:23:59.388 INFO blam! failures: Oct 11 05:23:59.388 INFO blam! tests::world_at_panics_on_out_of_bounds Oct 11 05:23:59.388 INFO blam! Oct 11 05:23:59.388 INFO blam! test result: FAILED. 4 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:23:59.388 INFO blam! Oct 11 05:23:59.393 INFO kablam! error: test failed, to rerun pass '--bin worldgen' Oct 11 05:23:59.394 INFO kablam! su: No module specific data is present Oct 11 05:24:00.276 INFO running `"docker" "rm" "-f" "afabb89ce496920d12c780c992eeefd2ead2a77b9a80807ef6adebc3436de8a1"` Oct 11 05:24:00.557 INFO blam! afabb89ce496920d12c780c992eeefd2ead2a77b9a80807ef6adebc3436de8a1