Oct 14 16:31:00.982 INFO testing joek13/craft against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 16:31:00.984 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 16:31:01.423 INFO blam! 5c67593846883428de181407848877219cb26f126e08425ba88a983382de384c Oct 14 16:31:01.425 INFO running `"docker" "start" "-a" "5c67593846883428de181407848877219cb26f126e08425ba88a983382de384c"` Oct 14 16:31:02.954 INFO kablam! usermod: no changes Oct 14 16:31:03.175 INFO kablam! Compiling libc v0.2.34 Oct 14 16:31:03.176 INFO kablam! Compiling num-traits v0.1.41 Oct 14 16:31:03.211 INFO kablam! Compiling wayland-scanner v0.12.4 Oct 14 16:31:03.219 INFO kablam! Compiling wayland-sys v0.12.4 Oct 14 16:31:03.220 INFO kablam! Compiling glutin v0.11.0 Oct 14 16:31:03.220 INFO kablam! Compiling glium v0.19.0 Oct 14 16:31:11.128 INFO kablam! Compiling serde_json v0.9.10 Oct 14 16:31:13.593 INFO kablam! Compiling rand v0.3.19 Oct 14 16:31:13.593 INFO kablam! Compiling memmap v0.6.1 Oct 14 16:31:13.599 INFO kablam! Compiling shared_library v0.1.8 Oct 14 16:31:13.617 INFO kablam! Compiling x11-dl v2.17.2 Oct 14 16:31:13.799 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 14 16:31:14.665 INFO kablam! Compiling wayland-client v0.12.4 Oct 14 16:31:18.759 INFO kablam! Compiling wayland-protocols v0.12.4 Oct 14 16:31:18.823 INFO kablam! Compiling backtrace v0.3.4 Oct 14 16:31:26.727 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 14 16:31:26.727 INFO kablam! Compiling phf_generator v0.7.21 Oct 14 16:31:26.859 INFO kablam! Compiling tempfile v2.2.0 Oct 14 16:31:28.291 INFO kablam! Compiling phf_codegen v0.7.21 Oct 14 16:31:30.068 INFO kablam! Compiling target_build_utils v0.3.1 Oct 14 16:31:37.027 INFO kablam! Compiling wayland-kbd v0.13.0 Oct 14 16:31:47.647 INFO kablam! Compiling wayland-window v0.13.2 Oct 14 16:31:49.015 INFO kablam! Compiling winit v0.9.0 Oct 14 16:31:52.045 INFO kablam! Compiling libloading v0.3.4 Oct 14 16:31:58.083 INFO kablam! Compiling dlib v0.3.1 Oct 14 16:31:58.782 INFO kablam! Compiling wayland-sys v0.9.10 Oct 14 16:32:00.891 INFO kablam! Compiling wayland-client v0.9.10 Oct 14 16:32:33.427 INFO kablam! Compiling craft v0.1.0 (/source) Oct 14 16:32:34.058 INFO kablam! warning: variable does not need to be mutable Oct 14 16:32:34.058 INFO kablam! --> src/main.rs:22:9 Oct 14 16:32:34.058 INFO kablam! | Oct 14 16:32:34.058 INFO kablam! 22 | let mut world = World::new(&display); Oct 14 16:32:34.058 INFO kablam! | ----^^^^^ Oct 14 16:32:34.058 INFO kablam! | | Oct 14 16:32:34.058 INFO kablam! | help: remove this `mut` Oct 14 16:32:34.058 INFO kablam! | Oct 14 16:32:34.058 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 16:32:34.058 INFO kablam! Oct 14 16:32:34.058 INFO kablam! warning: field is never used: `vertices` Oct 14 16:32:34.058 INFO kablam! --> src/world.rs:31:5 Oct 14 16:32:34.058 INFO kablam! | Oct 14 16:32:34.058 INFO kablam! 31 | vertices: VertexBuffer, Oct 14 16:32:34.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:32:34.058 INFO kablam! | Oct 14 16:32:34.058 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 16:32:34.058 INFO kablam! Oct 14 16:32:34.058 INFO kablam! warning: method is never used: `get_block` Oct 14 16:32:34.058 INFO kablam! --> src/world.rs:48:5 Oct 14 16:32:34.058 INFO kablam! | Oct 14 16:32:34.058 INFO kablam! 48 | pub fn get_block(&self, x: usize, y: usize, z: usize) -> Block { Oct 14 16:32:34.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:32:34.058 INFO kablam! Oct 14 16:32:34.058 INFO kablam! warning: method is never used: `update_vertices` Oct 14 16:32:34.058 INFO kablam! --> src/world.rs:52:5 Oct 14 16:32:34.058 INFO kablam! | Oct 14 16:32:34.058 INFO kablam! 52 | pub fn update_vertices(&mut self) {} Oct 14 16:32:34.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:32:34.058 INFO kablam! Oct 14 16:32:34.058 INFO kablam! warning: constant item is never used: `BLOCK_COLORS` Oct 14 16:32:34.058 INFO kablam! --> src/world.rs:64:1 Oct 14 16:32:34.058 INFO kablam! | Oct 14 16:32:34.058 INFO kablam! 64 | / const BLOCK_COLORS: [(f32, f32, f32, f32); 3] = [ Oct 14 16:32:34.058 INFO kablam! 65 | | (0.0, 0.0, 0.0, 0.0), Oct 14 16:32:34.058 INFO kablam! 66 | | (0.0, 0.0, 0.0, 1.0), Oct 14 16:32:34.058 INFO kablam! 67 | | (0.0, 1.0, 0.0, 1.0), Oct 14 16:32:34.058 INFO kablam! 68 | | ]; Oct 14 16:32:34.058 INFO kablam! | |__^ Oct 14 16:32:34.058 INFO kablam! Oct 14 16:32:34.058 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:32:34.058 INFO kablam! --> src/main.rs:46:9 Oct 14 16:32:34.058 INFO kablam! | Oct 14 16:32:34.058 INFO kablam! 46 | target.finish(); Oct 14 16:32:34.058 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 16:32:34.058 INFO kablam! | Oct 14 16:32:34.058 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 16:32:34.058 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:32:34.058 INFO kablam! Oct 14 16:32:37.045 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 34s Oct 14 16:32:37.055 INFO kablam! su: No module specific data is present Oct 14 16:32:37.690 INFO running `"docker" "rm" "-f" "5c67593846883428de181407848877219cb26f126e08425ba88a983382de384c"` Oct 14 16:32:37.931 INFO blam! 5c67593846883428de181407848877219cb26f126e08425ba88a983382de384c Oct 14 16:32:37.934 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 16:32:38.387 INFO blam! 3db05e2d5f9ddaab5bfced1faea8dfa40e4f3768bfa9e6a37323c272bbefc94e Oct 14 16:32:38.389 INFO running `"docker" "start" "-a" "3db05e2d5f9ddaab5bfced1faea8dfa40e4f3768bfa9e6a37323c272bbefc94e"` Oct 14 16:32:39.323 INFO kablam! usermod: no changes Oct 14 16:32:39.551 INFO kablam! Compiling craft v0.1.0 (/source) Oct 14 16:32:40.153 INFO kablam! warning: variable does not need to be mutable Oct 14 16:32:40.153 INFO kablam! --> src/main.rs:22:9 Oct 14 16:32:40.153 INFO kablam! | Oct 14 16:32:40.153 INFO kablam! 22 | let mut world = World::new(&display); Oct 14 16:32:40.154 INFO kablam! | ----^^^^^ Oct 14 16:32:40.154 INFO kablam! | | Oct 14 16:32:40.154 INFO kablam! | help: remove this `mut` Oct 14 16:32:40.154 INFO kablam! | Oct 14 16:32:40.154 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 16:32:40.154 INFO kablam! Oct 14 16:32:40.163 INFO kablam! warning: field is never used: `vertices` Oct 14 16:32:40.163 INFO kablam! --> src/world.rs:31:5 Oct 14 16:32:40.163 INFO kablam! | Oct 14 16:32:40.164 INFO kablam! 31 | vertices: VertexBuffer, Oct 14 16:32:40.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:32:40.164 INFO kablam! | Oct 14 16:32:40.164 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 16:32:40.164 INFO kablam! Oct 14 16:32:40.165 INFO kablam! warning: method is never used: `get_block` Oct 14 16:32:40.165 INFO kablam! --> src/world.rs:48:5 Oct 14 16:32:40.165 INFO kablam! | Oct 14 16:32:40.165 INFO kablam! 48 | pub fn get_block(&self, x: usize, y: usize, z: usize) -> Block { Oct 14 16:32:40.165 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:32:40.166 INFO kablam! Oct 14 16:32:40.166 INFO kablam! warning: method is never used: `update_vertices` Oct 14 16:32:40.166 INFO kablam! --> src/world.rs:52:5 Oct 14 16:32:40.166 INFO kablam! | Oct 14 16:32:40.166 INFO kablam! 52 | pub fn update_vertices(&mut self) {} Oct 14 16:32:40.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:32:40.167 INFO kablam! Oct 14 16:32:40.167 INFO kablam! warning: constant item is never used: `BLOCK_COLORS` Oct 14 16:32:40.167 INFO kablam! --> src/world.rs:64:1 Oct 14 16:32:40.167 INFO kablam! | Oct 14 16:32:40.167 INFO kablam! 64 | / const BLOCK_COLORS: [(f32, f32, f32, f32); 3] = [ Oct 14 16:32:40.168 INFO kablam! 65 | | (0.0, 0.0, 0.0, 0.0), Oct 14 16:32:40.168 INFO kablam! 66 | | (0.0, 0.0, 0.0, 1.0), Oct 14 16:32:40.168 INFO kablam! 67 | | (0.0, 1.0, 0.0, 1.0), Oct 14 16:32:40.168 INFO kablam! 68 | | ]; Oct 14 16:32:40.168 INFO kablam! | |__^ Oct 14 16:32:40.169 INFO kablam! Oct 14 16:32:40.169 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:32:40.169 INFO kablam! --> src/main.rs:46:9 Oct 14 16:32:40.169 INFO kablam! | Oct 14 16:32:40.169 INFO kablam! 46 | target.finish(); Oct 14 16:32:40.169 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 16:32:40.170 INFO kablam! | Oct 14 16:32:40.170 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 16:32:40.170 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:32:40.170 INFO kablam! Oct 14 16:32:40.550 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.20s Oct 14 16:32:40.560 INFO kablam! su: No module specific data is present Oct 14 16:32:41.038 INFO running `"docker" "rm" "-f" "3db05e2d5f9ddaab5bfced1faea8dfa40e4f3768bfa9e6a37323c272bbefc94e"` Oct 14 16:32:41.101 INFO blam! 3db05e2d5f9ddaab5bfced1faea8dfa40e4f3768bfa9e6a37323c272bbefc94e Oct 14 16:32:41.103 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 14 16:32:41.272 INFO blam! 7a9b0903972867c9849f39508300081bdd839d35f8c0858dc991ca47a2fd7d50 Oct 14 16:32:41.274 INFO running `"docker" "start" "-a" "7a9b0903972867c9849f39508300081bdd839d35f8c0858dc991ca47a2fd7d50"` Oct 14 16:32:41.827 INFO kablam! usermod: no changes Oct 14 16:32:41.954 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 14 16:32:41.970 INFO kablam! Running /target/debug/deps/craft-22c31032d408b15e Oct 14 16:32:41.972 INFO blam! Oct 14 16:32:41.972 INFO blam! running 0 tests Oct 14 16:32:41.972 INFO blam! Oct 14 16:32:41.972 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:32:41.972 INFO blam! Oct 14 16:32:41.976 INFO kablam! su: No module specific data is present Oct 14 16:32:42.241 INFO running `"docker" "rm" "-f" "7a9b0903972867c9849f39508300081bdd839d35f8c0858dc991ca47a2fd7d50"` Oct 14 16:32:42.343 INFO blam! 7a9b0903972867c9849f39508300081bdd839d35f8c0858dc991ca47a2fd7d50