Oct 10 20:50:24.438 INFO testing joek13/craft against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 20:50:24.438 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 20:50:24.438 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 10 20:50:24.956 INFO blam! 83abaf008efe79a2fe34a78acac1585306ae791486878c784ed9d7631bfe342d Oct 10 20:50:24.958 INFO running `"docker" "start" "-a" "83abaf008efe79a2fe34a78acac1585306ae791486878c784ed9d7631bfe342d"` Oct 10 20:50:25.985 INFO kablam! usermod: no changes Oct 10 20:50:26.136 INFO kablam! Compiling libloading v0.4.3 Oct 10 20:50:26.136 INFO kablam! Compiling rustc-demangle v0.1.5 Oct 10 20:50:26.136 INFO kablam! Compiling smallvec v0.4.4 Oct 10 20:50:26.136 INFO kablam! Compiling rand v0.3.19 Oct 10 20:50:26.136 INFO kablam! Compiling memmap v0.6.1 Oct 10 20:50:26.136 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 10 20:50:26.136 INFO kablam! Compiling wayland-scanner v0.12.4 Oct 10 20:50:26.136 INFO kablam! Compiling gl_generator v0.7.0 Oct 10 20:50:28.384 INFO kablam! Compiling dlib v0.4.0 Oct 10 20:50:28.647 INFO kablam! Compiling wayland-client v0.12.4 Oct 10 20:50:28.648 INFO kablam! Compiling wayland-protocols v0.12.4 Oct 10 20:50:30.138 INFO kablam! Compiling wayland-sys v0.12.4 Oct 10 20:50:30.154 INFO kablam! Compiling glutin v0.11.0 Oct 10 20:50:30.608 INFO kablam! Compiling glium v0.19.0 Oct 10 20:50:30.620 INFO kablam! Compiling phf_generator v0.7.21 Oct 10 20:50:30.620 INFO kablam! Compiling tempfile v2.2.0 Oct 10 20:50:31.200 INFO kablam! Compiling phf_codegen v0.7.21 Oct 10 20:50:32.495 INFO kablam! Compiling target_build_utils v0.3.1 Oct 10 20:50:40.315 INFO kablam! Compiling wayland-kbd v0.13.0 Oct 10 20:50:51.846 INFO kablam! Compiling wayland-window v0.13.2 Oct 10 20:50:53.880 INFO kablam! Compiling winit v0.9.0 Oct 10 20:50:55.020 INFO kablam! Compiling backtrace v0.3.4 Oct 10 20:50:55.348 INFO kablam! Compiling libloading v0.3.4 Oct 10 20:50:57.644 INFO kablam! Compiling dlib v0.3.1 Oct 10 20:50:57.908 INFO kablam! Compiling wayland-sys v0.9.10 Oct 10 20:51:00.924 INFO kablam! Compiling wayland-client v0.9.10 Oct 10 20:51:24.344 INFO kablam! Compiling craft v0.1.0 (/source) Oct 10 20:51:24.663 INFO kablam! warning: variable does not need to be mutable Oct 10 20:51:24.663 INFO kablam! --> src/main.rs:22:9 Oct 10 20:51:24.663 INFO kablam! | Oct 10 20:51:24.663 INFO kablam! 22 | let mut world = World::new(&display); Oct 10 20:51:24.663 INFO kablam! | ----^^^^^ Oct 10 20:51:24.663 INFO kablam! | | Oct 10 20:51:24.663 INFO kablam! | help: remove this `mut` Oct 10 20:51:24.663 INFO kablam! | Oct 10 20:51:24.663 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 20:51:24.663 INFO kablam! Oct 10 20:51:24.671 INFO kablam! warning: field is never used: `vertices` Oct 10 20:51:24.671 INFO kablam! --> src/world.rs:31:5 Oct 10 20:51:24.671 INFO kablam! | Oct 10 20:51:24.671 INFO kablam! 31 | vertices: VertexBuffer, Oct 10 20:51:24.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:51:24.671 INFO kablam! | Oct 10 20:51:24.671 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 20:51:24.671 INFO kablam! Oct 10 20:51:24.671 INFO kablam! warning: method is never used: `get_block` Oct 10 20:51:24.671 INFO kablam! --> src/world.rs:48:5 Oct 10 20:51:24.671 INFO kablam! | Oct 10 20:51:24.671 INFO kablam! 48 | pub fn get_block(&self, x: usize, y: usize, z: usize) -> Block { Oct 10 20:51:24.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:51:24.671 INFO kablam! Oct 10 20:51:24.671 INFO kablam! warning: method is never used: `update_vertices` Oct 10 20:51:24.671 INFO kablam! --> src/world.rs:52:5 Oct 10 20:51:24.671 INFO kablam! | Oct 10 20:51:24.671 INFO kablam! 52 | pub fn update_vertices(&mut self) {} Oct 10 20:51:24.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:51:24.671 INFO kablam! Oct 10 20:51:24.671 INFO kablam! warning: constant item is never used: `BLOCK_COLORS` Oct 10 20:51:24.671 INFO kablam! --> src/world.rs:64:1 Oct 10 20:51:24.671 INFO kablam! | Oct 10 20:51:24.671 INFO kablam! 64 | / const BLOCK_COLORS: [(f32, f32, f32, f32); 3] = [ Oct 10 20:51:24.671 INFO kablam! 65 | | (0.0, 0.0, 0.0, 0.0), Oct 10 20:51:24.671 INFO kablam! 66 | | (0.0, 0.0, 0.0, 1.0), Oct 10 20:51:24.671 INFO kablam! 67 | | (0.0, 1.0, 0.0, 1.0), Oct 10 20:51:24.671 INFO kablam! 68 | | ]; Oct 10 20:51:24.677 INFO kablam! | |__^ Oct 10 20:51:24.677 INFO kablam! Oct 10 20:51:24.679 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 20:51:24.679 INFO kablam! --> src/main.rs:46:9 Oct 10 20:51:24.679 INFO kablam! | Oct 10 20:51:24.679 INFO kablam! 46 | target.finish(); Oct 10 20:51:24.679 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 20:51:24.679 INFO kablam! | Oct 10 20:51:24.679 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 20:51:24.679 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 20:51:24.679 INFO kablam! Oct 10 20:51:26.976 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 00s Oct 10 20:51:26.980 INFO kablam! su: No module specific data is present Oct 10 20:51:27.397 INFO running `"docker" "rm" "-f" "83abaf008efe79a2fe34a78acac1585306ae791486878c784ed9d7631bfe342d"` Oct 10 20:51:27.552 INFO blam! 83abaf008efe79a2fe34a78acac1585306ae791486878c784ed9d7631bfe342d Oct 10 20:51:27.556 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 20:51:27.557 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 10 20:51:27.836 INFO blam! 89122142617f7e965466c289693c1260ec8de19e6556b9186f6bf40c5074d000 Oct 10 20:51:27.840 INFO running `"docker" "start" "-a" "89122142617f7e965466c289693c1260ec8de19e6556b9186f6bf40c5074d000"` Oct 10 20:51:28.235 INFO kablam! usermod: no changes Oct 10 20:51:28.367 INFO kablam! Compiling craft v0.1.0 (/source) Oct 10 20:51:28.712 INFO kablam! warning: variable does not need to be mutable Oct 10 20:51:28.712 INFO kablam! --> src/main.rs:22:9 Oct 10 20:51:28.712 INFO kablam! | Oct 10 20:51:28.712 INFO kablam! 22 | let mut world = World::new(&display); Oct 10 20:51:28.712 INFO kablam! | ----^^^^^ Oct 10 20:51:28.712 INFO kablam! | | Oct 10 20:51:28.712 INFO kablam! | help: remove this `mut` Oct 10 20:51:28.712 INFO kablam! | Oct 10 20:51:28.712 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 20:51:28.712 INFO kablam! Oct 10 20:51:28.712 INFO kablam! warning: field is never used: `vertices` Oct 10 20:51:28.712 INFO kablam! --> src/world.rs:31:5 Oct 10 20:51:28.713 INFO kablam! | Oct 10 20:51:28.713 INFO kablam! 31 | vertices: VertexBuffer, Oct 10 20:51:28.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:51:28.713 INFO kablam! | Oct 10 20:51:28.713 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 20:51:28.713 INFO kablam! Oct 10 20:51:28.713 INFO kablam! warning: method is never used: `get_block` Oct 10 20:51:28.713 INFO kablam! --> src/world.rs:48:5 Oct 10 20:51:28.713 INFO kablam! | Oct 10 20:51:28.713 INFO kablam! 48 | pub fn get_block(&self, x: usize, y: usize, z: usize) -> Block { Oct 10 20:51:28.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:51:28.713 INFO kablam! Oct 10 20:51:28.713 INFO kablam! warning: method is never used: `update_vertices` Oct 10 20:51:28.713 INFO kablam! --> src/world.rs:52:5 Oct 10 20:51:28.713 INFO kablam! | Oct 10 20:51:28.713 INFO kablam! 52 | pub fn update_vertices(&mut self) {} Oct 10 20:51:28.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:51:28.713 INFO kablam! Oct 10 20:51:28.713 INFO kablam! warning: constant item is never used: `BLOCK_COLORS` Oct 10 20:51:28.713 INFO kablam! --> src/world.rs:64:1 Oct 10 20:51:28.713 INFO kablam! | Oct 10 20:51:28.713 INFO kablam! 64 | / const BLOCK_COLORS: [(f32, f32, f32, f32); 3] = [ Oct 10 20:51:28.713 INFO kablam! 65 | | (0.0, 0.0, 0.0, 0.0), Oct 10 20:51:28.713 INFO kablam! 66 | | (0.0, 0.0, 0.0, 1.0), Oct 10 20:51:28.713 INFO kablam! 67 | | (0.0, 1.0, 0.0, 1.0), Oct 10 20:51:28.713 INFO kablam! 68 | | ]; Oct 10 20:51:28.713 INFO kablam! | |__^ Oct 10 20:51:28.713 INFO kablam! Oct 10 20:51:28.715 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 20:51:28.715 INFO kablam! --> src/main.rs:46:9 Oct 10 20:51:28.716 INFO kablam! | Oct 10 20:51:28.716 INFO kablam! 46 | target.finish(); Oct 10 20:51:28.716 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 20:51:28.716 INFO kablam! | Oct 10 20:51:28.716 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 20:51:28.716 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 20:51:28.716 INFO kablam! Oct 10 20:51:29.119 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.86s Oct 10 20:51:29.128 INFO kablam! su: No module specific data is present Oct 10 20:51:29.664 INFO running `"docker" "rm" "-f" "89122142617f7e965466c289693c1260ec8de19e6556b9186f6bf40c5074d000"` Oct 10 20:51:29.928 INFO blam! 89122142617f7e965466c289693c1260ec8de19e6556b9186f6bf40c5074d000 Oct 10 20:51:29.928 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 20:51:29.929 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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 10 20:51:30.313 INFO blam! 5507203a3dc92e2fe5895b9f14cd5774bba5375274d456702c8254edb2e4470f Oct 10 20:51:30.314 INFO running `"docker" "start" "-a" "5507203a3dc92e2fe5895b9f14cd5774bba5375274d456702c8254edb2e4470f"` Oct 10 20:51:31.147 INFO kablam! usermod: no changes Oct 10 20:51:31.288 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 10 20:51:31.292 INFO kablam! Running /target/debug/deps/craft-1067daf077618dca Oct 10 20:51:31.294 INFO blam! Oct 10 20:51:31.294 INFO blam! running 0 tests Oct 10 20:51:31.294 INFO blam! Oct 10 20:51:31.294 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 20:51:31.294 INFO blam! Oct 10 20:51:31.295 INFO kablam! su: No module specific data is present Oct 10 20:51:31.729 INFO running `"docker" "rm" "-f" "5507203a3dc92e2fe5895b9f14cd5774bba5375274d456702c8254edb2e4470f"` Oct 10 20:51:31.812 INFO blam! 5507203a3dc92e2fe5895b9f14cd5774bba5375274d456702c8254edb2e4470f