Oct 27 03:10:19.350 INFO checking jameshiew/ave against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 03:10:19.350 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 27 03:10:19.775 INFO blam! 3f1a59e6fa49de2c4e3116a35b9d56e396b94d2e003eaa401e2be1baf62f3758 Oct 27 03:10:19.777 INFO running `"docker" "start" "-a" "3f1a59e6fa49de2c4e3116a35b9d56e396b94d2e003eaa401e2be1baf62f3758"` Oct 27 03:10:21.951 INFO kablam! usermod: no changes Oct 27 03:10:22.186 INFO kablam! Checking smallvec v0.4.4 Oct 27 03:10:22.197 INFO kablam! Checking cgmath v0.15.0 Oct 27 03:10:22.198 INFO kablam! Checking noise v0.4.1 Oct 27 03:10:22.209 INFO kablam! Checking simplelog v0.4.3 Oct 27 03:10:22.210 INFO kablam! Compiling glium v0.18.1 Oct 27 03:10:22.210 INFO kablam! Checking num-rational v0.1.40 Oct 27 03:10:22.211 INFO kablam! Checking backtrace v0.3.4 Oct 27 03:10:22.212 INFO kablam! Checking wayland-window v0.8.0 Oct 27 03:10:26.007 INFO kablam! Checking num v0.1.40 Oct 27 03:10:26.675 INFO kablam! Checking winit v0.8.3 Oct 27 03:10:27.687 INFO kablam! Checking float-cmp v0.2.5 Oct 27 03:10:32.503 INFO kablam! Checking glutin v0.10.1 Oct 27 03:10:34.917 INFO kablam! Checking collision v0.12.0 Oct 27 03:10:57.935 INFO kablam! Checking ave v0.1.0-alpha (/source) Oct 27 03:11:00.075 INFO kablam! warning: static item is never used: `WATER` Oct 27 03:11:00.075 INFO kablam! --> src/block.rs:175:1 Oct 27 03:11:00.075 INFO kablam! | Oct 27 03:11:00.075 INFO kablam! 175 | / pub static WATER: &BlockType = &BlockType { Oct 27 03:11:00.075 INFO kablam! 176 | | name: "water", Oct 27 03:11:00.075 INFO kablam! 177 | | color: [0.498, 1.000, 0.831], Oct 27 03:11:00.075 INFO kablam! 178 | | }; Oct 27 03:11:00.075 INFO kablam! | |__^ Oct 27 03:11:00.075 INFO kablam! | Oct 27 03:11:00.075 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 03:11:00.075 INFO kablam! Oct 27 03:11:00.075 INFO kablam! warning: function is never used: `get_random_color` Oct 27 03:11:00.075 INFO kablam! --> src/color.rs:6:1 Oct 27 03:11:00.075 INFO kablam! | Oct 27 03:11:00.075 INFO kablam! 6 | pub fn get_random_color() -> Color { Oct 27 03:11:00.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:11:00.075 INFO kablam! Oct 27 03:11:00.075 INFO kablam! warning: struct is never constructed: `FlatWorldGenerator` Oct 27 03:11:00.075 INFO kablam! --> src/worldgen.rs:13:1 Oct 27 03:11:00.075 INFO kablam! | Oct 27 03:11:00.075 INFO kablam! 13 | pub struct FlatWorldGenerator {} Oct 27 03:11:00.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:11:00.075 INFO kablam! Oct 27 03:11:00.075 INFO kablam! warning: method is never used: `new` Oct 27 03:11:00.075 INFO kablam! --> src/worldgen.rs:16:5 Oct 27 03:11:00.075 INFO kablam! | Oct 27 03:11:00.075 INFO kablam! 16 | pub fn new() -> FlatWorldGenerator { Oct 27 03:11:00.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:11:00.075 INFO kablam! Oct 27 03:11:00.403 INFO kablam! warning: static item is never used: `WATER` Oct 27 03:11:00.403 INFO kablam! --> src/block.rs:175:1 Oct 27 03:11:00.403 INFO kablam! | Oct 27 03:11:00.403 INFO kablam! 175 | / pub static WATER: &BlockType = &BlockType { Oct 27 03:11:00.403 INFO kablam! 176 | | name: "water", Oct 27 03:11:00.403 INFO kablam! 177 | | color: [0.498, 1.000, 0.831], Oct 27 03:11:00.403 INFO kablam! 178 | | }; Oct 27 03:11:00.403 INFO kablam! | |__^ Oct 27 03:11:00.403 INFO kablam! | Oct 27 03:11:00.403 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 03:11:00.403 INFO kablam! Oct 27 03:11:00.403 INFO kablam! warning: function is never used: `get_random_color` Oct 27 03:11:00.403 INFO kablam! --> src/color.rs:6:1 Oct 27 03:11:00.403 INFO kablam! | Oct 27 03:11:00.403 INFO kablam! 6 | pub fn get_random_color() -> Color { Oct 27 03:11:00.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:11:00.403 INFO kablam! Oct 27 03:11:00.403 INFO kablam! warning: struct is never constructed: `FlatWorldGenerator` Oct 27 03:11:00.403 INFO kablam! --> src/worldgen.rs:13:1 Oct 27 03:11:00.403 INFO kablam! | Oct 27 03:11:00.403 INFO kablam! 13 | pub struct FlatWorldGenerator {} Oct 27 03:11:00.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:11:00.403 INFO kablam! Oct 27 03:11:00.403 INFO kablam! warning: method is never used: `new` Oct 27 03:11:00.403 INFO kablam! --> src/worldgen.rs:16:5 Oct 27 03:11:00.403 INFO kablam! | Oct 27 03:11:00.403 INFO kablam! 16 | pub fn new() -> FlatWorldGenerator { Oct 27 03:11:00.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:11:00.403 INFO kablam! Oct 27 03:11:00.447 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 38.45s Oct 27 03:11:00.458 INFO kablam! su: No module specific data is present Oct 27 03:11:01.139 INFO running `"docker" "rm" "-f" "3f1a59e6fa49de2c4e3116a35b9d56e396b94d2e003eaa401e2be1baf62f3758"` Oct 27 03:11:01.387 INFO blam! 3f1a59e6fa49de2c4e3116a35b9d56e396b94d2e003eaa401e2be1baf62f3758