Oct 21 17:02:31.000 INFO checking jameshiew/ave against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 17:02:31.000 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/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 21 17:02:31.382 INFO blam! fabb2c3e123367b8a4b25057a9ce2f5e957904e6b20735d7b96cc06b04524a90 Oct 21 17:02:31.384 INFO running `"docker" "start" "-a" "fabb2c3e123367b8a4b25057a9ce2f5e957904e6b20735d7b96cc06b04524a90"` Oct 21 17:02:32.848 INFO kablam! usermod: no changes Oct 21 17:02:33.204 INFO kablam! Checking noise v0.4.1 Oct 21 17:02:33.216 INFO kablam! Checking simplelog v0.4.3 Oct 21 17:02:33.216 INFO kablam! Checking num-bigint v0.1.40 Oct 21 17:02:33.271 INFO kablam! Compiling glium v0.18.1 Oct 21 17:02:33.271 INFO kablam! Checking backtrace v0.3.4 Oct 21 17:02:33.271 INFO kablam! Checking wayland-window v0.8.0 Oct 21 17:02:37.044 INFO kablam! Checking winit v0.8.3 Oct 21 17:02:39.890 INFO kablam! Checking num-rational v0.1.40 Oct 21 17:02:41.124 INFO kablam! Checking num v0.1.40 Oct 21 17:02:41.153 INFO kablam! Checking glutin v0.10.1 Oct 21 17:02:41.800 INFO kablam! Checking collision v0.12.0 Oct 21 17:02:41.800 INFO kablam! Checking float-cmp v0.2.5 Oct 21 17:03:04.760 INFO kablam! Checking ave v0.1.0-alpha (/source) Oct 21 17:03:06.972 INFO kablam! warning: static item is never used: `WATER` Oct 21 17:03:06.972 INFO kablam! --> src/block.rs:175:1 Oct 21 17:03:06.972 INFO kablam! | Oct 21 17:03:06.972 INFO kablam! 175 | / pub static WATER: &BlockType = &BlockType { Oct 21 17:03:06.972 INFO kablam! 176 | | name: "water", Oct 21 17:03:06.972 INFO kablam! 177 | | color: [0.498, 1.000, 0.831], Oct 21 17:03:06.972 INFO kablam! 178 | | }; Oct 21 17:03:06.972 INFO kablam! | |__^ Oct 21 17:03:06.972 INFO kablam! | Oct 21 17:03:06.972 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 17:03:06.972 INFO kablam! Oct 21 17:03:06.972 INFO kablam! warning: function is never used: `get_random_color` Oct 21 17:03:06.972 INFO kablam! --> src/color.rs:6:1 Oct 21 17:03:06.972 INFO kablam! | Oct 21 17:03:06.972 INFO kablam! 6 | pub fn get_random_color() -> Color { Oct 21 17:03:06.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:03:06.972 INFO kablam! Oct 21 17:03:06.972 INFO kablam! warning: struct is never constructed: `FlatWorldGenerator` Oct 21 17:03:06.972 INFO kablam! --> src/worldgen.rs:13:1 Oct 21 17:03:06.972 INFO kablam! | Oct 21 17:03:06.972 INFO kablam! 13 | pub struct FlatWorldGenerator {} Oct 21 17:03:06.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:03:06.972 INFO kablam! Oct 21 17:03:06.972 INFO kablam! warning: method is never used: `new` Oct 21 17:03:06.972 INFO kablam! --> src/worldgen.rs:16:5 Oct 21 17:03:06.972 INFO kablam! | Oct 21 17:03:06.972 INFO kablam! 16 | pub fn new() -> FlatWorldGenerator { Oct 21 17:03:06.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:03:06.972 INFO kablam! Oct 21 17:03:07.392 INFO kablam! warning: static item is never used: `WATER` Oct 21 17:03:07.392 INFO kablam! --> src/block.rs:175:1 Oct 21 17:03:07.392 INFO kablam! | Oct 21 17:03:07.392 INFO kablam! 175 | / pub static WATER: &BlockType = &BlockType { Oct 21 17:03:07.392 INFO kablam! 176 | | name: "water", Oct 21 17:03:07.392 INFO kablam! 177 | | color: [0.498, 1.000, 0.831], Oct 21 17:03:07.392 INFO kablam! 178 | | }; Oct 21 17:03:07.392 INFO kablam! | |__^ Oct 21 17:03:07.392 INFO kablam! | Oct 21 17:03:07.392 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 17:03:07.392 INFO kablam! Oct 21 17:03:07.392 INFO kablam! warning: function is never used: `get_random_color` Oct 21 17:03:07.392 INFO kablam! --> src/color.rs:6:1 Oct 21 17:03:07.392 INFO kablam! | Oct 21 17:03:07.392 INFO kablam! 6 | pub fn get_random_color() -> Color { Oct 21 17:03:07.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:03:07.392 INFO kablam! Oct 21 17:03:07.392 INFO kablam! warning: struct is never constructed: `FlatWorldGenerator` Oct 21 17:03:07.392 INFO kablam! --> src/worldgen.rs:13:1 Oct 21 17:03:07.392 INFO kablam! | Oct 21 17:03:07.392 INFO kablam! 13 | pub struct FlatWorldGenerator {} Oct 21 17:03:07.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:03:07.392 INFO kablam! Oct 21 17:03:07.392 INFO kablam! warning: method is never used: `new` Oct 21 17:03:07.392 INFO kablam! --> src/worldgen.rs:16:5 Oct 21 17:03:07.392 INFO kablam! | Oct 21 17:03:07.392 INFO kablam! 16 | pub fn new() -> FlatWorldGenerator { Oct 21 17:03:07.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:03:07.392 INFO kablam! Oct 21 17:03:07.452 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 34.57s Oct 21 17:03:07.463 INFO kablam! su: No module specific data is present Oct 21 17:03:07.976 INFO running `"docker" "rm" "-f" "fabb2c3e123367b8a4b25057a9ce2f5e957904e6b20735d7b96cc06b04524a90"` Oct 21 17:03:08.186 INFO blam! fabb2c3e123367b8a4b25057a9ce2f5e957904e6b20735d7b96cc06b04524a90