Oct 12 20:02:46.204 INFO checking jameshiew/ave against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 20:02:46.204 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 12 20:02:46.612 INFO blam! 73b9b395a60f10f1692cc86996a6767da02db514899be5af01feee956d34017d Oct 12 20:02:46.613 INFO running `"docker" "start" "-a" "73b9b395a60f10f1692cc86996a6767da02db514899be5af01feee956d34017d"` Oct 12 20:02:48.424 INFO kablam! usermod: no changes Oct 12 20:02:48.733 INFO kablam! Checking shared_library v0.1.7 Oct 12 20:02:48.734 INFO kablam! Compiling x11-dl v2.17.0 Oct 12 20:02:48.741 INFO kablam! Checking cgmath v0.15.0 Oct 12 20:02:48.741 INFO kablam! Checking noise v0.4.1 Oct 12 20:02:48.741 INFO kablam! Checking simplelog v0.4.3 Oct 12 20:02:48.741 INFO kablam! Compiling gl_generator v0.6.1 Oct 12 20:02:48.743 INFO kablam! Compiling target_build_utils v0.3.1 Oct 12 20:02:48.743 INFO kablam! Checking float-cmp v0.2.5 Oct 12 20:02:51.160 INFO kablam! Checking osmesa-sys v0.1.2 Oct 12 20:02:58.080 INFO kablam! Compiling glutin v0.10.1 Oct 12 20:02:58.080 INFO kablam! Compiling glium v0.18.1 Oct 12 20:03:08.537 INFO kablam! Checking collision v0.12.0 Oct 12 20:03:14.073 INFO kablam! Compiling libloading v0.3.4 Oct 12 20:03:16.939 INFO kablam! Checking dlib v0.3.1 Oct 12 20:03:17.418 INFO kablam! Checking wayland-sys v0.9.10 Oct 12 20:03:18.050 INFO kablam! Checking wayland-client v0.9.10 Oct 12 20:03:19.888 INFO kablam! Checking wayland-protocols v0.9.10 Oct 12 20:03:19.892 INFO kablam! Checking wayland-kbd v0.9.1 Oct 12 20:03:22.897 INFO kablam! Checking wayland-window v0.8.0 Oct 12 20:03:23.768 INFO kablam! Checking winit v0.8.3 Oct 12 20:03:43.252 INFO kablam! Checking ave v0.1.0-alpha (/source) Oct 12 20:03:46.155 INFO kablam! warning: static item is never used: `WATER` Oct 12 20:03:46.155 INFO kablam! --> src/block.rs:175:1 Oct 12 20:03:46.155 INFO kablam! | Oct 12 20:03:46.155 INFO kablam! 175 | / pub static WATER: &BlockType = &BlockType { Oct 12 20:03:46.155 INFO kablam! 176 | | name: "water", Oct 12 20:03:46.155 INFO kablam! 177 | | color: [0.498, 1.000, 0.831], Oct 12 20:03:46.157 INFO kablam! 178 | | }; Oct 12 20:03:46.157 INFO kablam! | |__^ Oct 12 20:03:46.157 INFO kablam! | Oct 12 20:03:46.157 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 20:03:46.157 INFO kablam! Oct 12 20:03:46.157 INFO kablam! warning: function is never used: `get_random_color` Oct 12 20:03:46.157 INFO kablam! --> src/color.rs:6:1 Oct 12 20:03:46.157 INFO kablam! | Oct 12 20:03:46.157 INFO kablam! 6 | pub fn get_random_color() -> Color { Oct 12 20:03:46.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:03:46.157 INFO kablam! Oct 12 20:03:46.157 INFO kablam! warning: struct is never constructed: `FlatWorldGenerator` Oct 12 20:03:46.157 INFO kablam! --> src/worldgen.rs:13:1 Oct 12 20:03:46.157 INFO kablam! | Oct 12 20:03:46.157 INFO kablam! 13 | pub struct FlatWorldGenerator {} Oct 12 20:03:46.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:03:46.157 INFO kablam! Oct 12 20:03:46.157 INFO kablam! warning: method is never used: `new` Oct 12 20:03:46.157 INFO kablam! --> src/worldgen.rs:16:5 Oct 12 20:03:46.157 INFO kablam! | Oct 12 20:03:46.157 INFO kablam! 16 | pub fn new() -> FlatWorldGenerator { Oct 12 20:03:46.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:03:46.157 INFO kablam! Oct 12 20:03:46.444 INFO kablam! warning: static item is never used: `WATER` Oct 12 20:03:46.444 INFO kablam! --> src/block.rs:175:1 Oct 12 20:03:46.444 INFO kablam! | Oct 12 20:03:46.445 INFO kablam! 175 | / pub static WATER: &BlockType = &BlockType { Oct 12 20:03:46.445 INFO kablam! 176 | | name: "water", Oct 12 20:03:46.445 INFO kablam! 177 | | color: [0.498, 1.000, 0.831], Oct 12 20:03:46.445 INFO kablam! 178 | | }; Oct 12 20:03:46.446 INFO kablam! | |__^ Oct 12 20:03:46.446 INFO kablam! | Oct 12 20:03:46.446 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 20:03:46.447 INFO kablam! Oct 12 20:03:46.447 INFO kablam! warning: function is never used: `get_random_color` Oct 12 20:03:46.447 INFO kablam! --> src/color.rs:6:1 Oct 12 20:03:46.447 INFO kablam! | Oct 12 20:03:46.448 INFO kablam! 6 | pub fn get_random_color() -> Color { Oct 12 20:03:46.448 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:03:46.448 INFO kablam! Oct 12 20:03:46.449 INFO kablam! warning: struct is never constructed: `FlatWorldGenerator` Oct 12 20:03:46.449 INFO kablam! --> src/worldgen.rs:13:1 Oct 12 20:03:46.449 INFO kablam! | Oct 12 20:03:46.449 INFO kablam! 13 | pub struct FlatWorldGenerator {} Oct 12 20:03:46.450 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:03:46.450 INFO kablam! Oct 12 20:03:46.450 INFO kablam! warning: method is never used: `new` Oct 12 20:03:46.451 INFO kablam! --> src/worldgen.rs:16:5 Oct 12 20:03:46.451 INFO kablam! | Oct 12 20:03:46.451 INFO kablam! 16 | pub fn new() -> FlatWorldGenerator { Oct 12 20:03:46.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 20:03:46.452 INFO kablam! Oct 12 20:03:46.520 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 58.06s Oct 12 20:03:46.541 INFO kablam! su: No module specific data is present Oct 12 20:03:47.689 INFO running `"docker" "rm" "-f" "73b9b395a60f10f1692cc86996a6767da02db514899be5af01feee956d34017d"` Oct 12 20:03:48.032 INFO blam! 73b9b395a60f10f1692cc86996a6767da02db514899be5af01feee956d34017d