Oct 27 11:27:16.066 INFO checking Illthiriel/ecosys against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 11:27:16.068 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 11:27:16.457 INFO blam! 52fe39753d2b42132bfcede5f39fb18fb7999b6d45a1cd60c41fab36f311ee0a Oct 27 11:27:16.459 INFO running `"docker" "start" "-a" "52fe39753d2b42132bfcede5f39fb18fb7999b6d45a1cd60c41fab36f311ee0a"` Oct 27 11:27:18.150 INFO kablam! usermod: no changes Oct 27 11:27:18.223 INFO kablam! warning: path `/source/src/bench.rs` was erroneously implicitly accepted for benchmark `bench`, Oct 27 11:27:18.223 INFO kablam! please set bench.path in Cargo.toml Oct 27 11:27:18.464 INFO kablam! Checking bencher v0.1.2 Oct 27 11:27:18.471 INFO kablam! Checking option-filter v1.0.1 Oct 27 11:27:18.483 INFO kablam! Checking num_cpus v1.6.2 Oct 27 11:27:18.483 INFO kablam! Checking shared_library v0.1.6 Oct 27 11:27:18.485 INFO kablam! Compiling glutin v0.8.1 Oct 27 11:27:18.485 INFO kablam! Checking png v0.8.0 Oct 27 11:27:18.524 INFO kablam! Checking gfx v0.16.0 Oct 27 11:27:18.526 INFO kablam! Compiling target_build_utils v0.3.1 Oct 27 11:27:21.446 INFO kablam! Checking gfx_device_gl v0.14.1 Oct 27 11:27:22.127 INFO kablam! Checking rayon-core v1.2.1 Oct 27 11:27:22.287 INFO kablam! Checking osmesa-sys v0.1.2 Oct 27 11:27:26.567 INFO kablam! Checking rayon v0.8.2 Oct 27 11:27:26.603 INFO kablam! Compiling libloading v0.3.4 Oct 27 11:27:30.603 INFO kablam! Checking dlib v0.3.1 Oct 27 11:27:31.267 INFO kablam! Checking wayland-sys v0.8.7 Oct 27 11:27:32.291 INFO kablam! Checking jpeg-decoder v0.1.13 Oct 27 11:27:34.075 INFO kablam! Checking wayland-client v0.8.7 Oct 27 11:27:36.295 INFO kablam! Checking image v0.14.0 Oct 27 11:27:37.787 INFO kablam! Checking wayland-kbd v0.8.0 Oct 27 11:27:37.787 INFO kablam! Checking wayland-window v0.5.0 Oct 27 11:27:40.731 INFO kablam! Checking winit v0.6.4 Oct 27 11:27:45.271 INFO kablam! Checking gfx_window_glutin v0.16.0 Oct 27 11:27:46.955 INFO kablam! Checking ecosys v0.1.0 (/source) Oct 27 11:27:47.966 INFO kablam! warning: unused import: `option_filter::OptionFilterExt` Oct 27 11:27:47.966 INFO kablam! --> src/world.rs:5:5 Oct 27 11:27:47.966 INFO kablam! | Oct 27 11:27:47.966 INFO kablam! 5 | use option_filter::OptionFilterExt; Oct 27 11:27:47.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:27:47.966 INFO kablam! | Oct 27 11:27:47.966 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:27:47.966 INFO kablam! Oct 27 11:27:48.018 INFO kablam! warning: method is never used: `tick_count` Oct 27 11:27:48.018 INFO kablam! --> src/world.rs:34:5 Oct 27 11:27:48.018 INFO kablam! | Oct 27 11:27:48.018 INFO kablam! 34 | pub fn tick_count(&self) -> u32 { Oct 27 11:27:48.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:27:48.018 INFO kablam! | Oct 27 11:27:48.018 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 11:27:48.018 INFO kablam! Oct 27 11:27:48.018 INFO kablam! warning: method is never used: `beings` Oct 27 11:27:48.018 INFO kablam! --> src/world.rs:38:5 Oct 27 11:27:48.018 INFO kablam! | Oct 27 11:27:48.018 INFO kablam! 38 | pub fn beings(&self) -> &Vec { Oct 27 11:27:48.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:27:48.018 INFO kablam! Oct 27 11:27:48.018 INFO kablam! warning: method is never used: `space` Oct 27 11:27:48.018 INFO kablam! --> src/world.rs:42:5 Oct 27 11:27:48.018 INFO kablam! | Oct 27 11:27:48.018 INFO kablam! 42 | pub fn space(&self) -> &Space { Oct 27 11:27:48.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:27:48.018 INFO kablam! Oct 27 11:27:48.018 INFO kablam! warning: method is never used: `energy` Oct 27 11:27:48.018 INFO kablam! --> src/being/mod.rs:49:5 Oct 27 11:27:48.018 INFO kablam! | Oct 27 11:27:48.018 INFO kablam! 49 | pub fn energy(&self) -> u32 { self.energy } Oct 27 11:27:48.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:27:48.018 INFO kablam! Oct 27 11:27:50.804 INFO kablam! warning: unused import: `gfx_window_glutin` Oct 27 11:27:50.804 INFO kablam! --> src/renderer/with_gfx/mod.rs:15:5 Oct 27 11:27:50.804 INFO kablam! | Oct 27 11:27:50.804 INFO kablam! 15 | use gfx_window_glutin; Oct 27 11:27:50.804 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 11:27:50.804 INFO kablam! | Oct 27 11:27:50.804 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:27:50.804 INFO kablam! Oct 27 11:27:51.069 INFO kablam! warning: unused import: `gfx_window_glutin` Oct 27 11:27:51.069 INFO kablam! --> src/renderer/with_gfx/mod.rs:15:5 Oct 27 11:27:51.070 INFO kablam! | Oct 27 11:27:51.070 INFO kablam! 15 | use gfx_window_glutin; Oct 27 11:27:51.070 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 11:27:51.070 INFO kablam! | Oct 27 11:27:51.070 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:27:51.070 INFO kablam! Oct 27 11:27:51.587 INFO kablam! warning: unused import: `option_filter::OptionFilterExt` Oct 27 11:27:51.587 INFO kablam! --> src/world.rs:5:5 Oct 27 11:27:51.587 INFO kablam! | Oct 27 11:27:51.587 INFO kablam! 5 | use option_filter::OptionFilterExt; Oct 27 11:27:51.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:27:51.587 INFO kablam! Oct 27 11:27:51.622 INFO kablam! warning: unused variable: `receiver` Oct 27 11:27:51.622 INFO kablam! --> src/renderer/with_gfx/mod.rs:62:12 Oct 27 11:27:51.622 INFO kablam! | Oct 27 11:27:51.622 INFO kablam! 62 | fn run(receiver: Receiver) { Oct 27 11:27:51.622 INFO kablam! | ^^^^^^^^ help: consider using `_receiver` instead Oct 27 11:27:51.622 INFO kablam! | Oct 27 11:27:51.622 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:27:51.622 INFO kablam! Oct 27 11:27:51.706 INFO kablam! warning: variable does not need to be mutable Oct 27 11:27:51.707 INFO kablam! --> src/renderer/with_gfx/mod.rs:71:47 Oct 27 11:27:51.707 INFO kablam! | Oct 27 11:27:51.707 INFO kablam! 71 | let (window, mut device, mut factory, mut main_color, mut main_depth) = Oct 27 11:27:51.707 INFO kablam! | ----^^^^^^^^^^ Oct 27 11:27:51.708 INFO kablam! | | Oct 27 11:27:51.708 INFO kablam! | help: remove this `mut` Oct 27 11:27:51.708 INFO kablam! | Oct 27 11:27:51.708 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 11:27:51.708 INFO kablam! Oct 27 11:27:51.735 INFO kablam! warning: unused import: `option_filter::OptionFilterExt` Oct 27 11:27:51.735 INFO kablam! --> src/world.rs:5:5 Oct 27 11:27:51.735 INFO kablam! | Oct 27 11:27:51.735 INFO kablam! 5 | use option_filter::OptionFilterExt; Oct 27 11:27:51.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:27:51.735 INFO kablam! Oct 27 11:27:51.754 INFO kablam! warning: constant item is never used: `INDICES` Oct 27 11:27:51.754 INFO kablam! --> src/renderer/with_gfx/mod.rs:24:1 Oct 27 11:27:51.754 INFO kablam! | Oct 27 11:27:51.754 INFO kablam! 24 | const INDICES: &[u16] = &[0, 1, 2, 2, 3, 0]; Oct 27 11:27:51.754 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:27:51.754 INFO kablam! | Oct 27 11:27:51.754 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 11:27:51.754 INFO kablam! Oct 27 11:27:51.767 INFO kablam! warning: unused variable: `receiver` Oct 27 11:27:51.767 INFO kablam! --> src/renderer/with_gfx/mod.rs:62:12 Oct 27 11:27:51.767 INFO kablam! | Oct 27 11:27:51.767 INFO kablam! 62 | fn run(receiver: Receiver) { Oct 27 11:27:51.767 INFO kablam! | ^^^^^^^^ help: consider using `_receiver` instead Oct 27 11:27:51.767 INFO kablam! | Oct 27 11:27:51.767 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:27:51.767 INFO kablam! Oct 27 11:27:51.831 INFO kablam! warning: variable does not need to be mutable Oct 27 11:27:51.831 INFO kablam! --> src/renderer/with_gfx/mod.rs:71:47 Oct 27 11:27:51.831 INFO kablam! | Oct 27 11:27:51.831 INFO kablam! 71 | let (window, mut device, mut factory, mut main_color, mut main_depth) = Oct 27 11:27:51.831 INFO kablam! | ----^^^^^^^^^^ Oct 27 11:27:51.831 INFO kablam! | | Oct 27 11:27:51.831 INFO kablam! | help: remove this `mut` Oct 27 11:27:51.831 INFO kablam! | Oct 27 11:27:51.831 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 11:27:51.831 INFO kablam! Oct 27 11:27:51.918 INFO kablam! warning: constant item is never used: `INDICES` Oct 27 11:27:51.918 INFO kablam! --> src/renderer/with_gfx/mod.rs:24:1 Oct 27 11:27:51.919 INFO kablam! | Oct 27 11:27:51.919 INFO kablam! 24 | const INDICES: &[u16] = &[0, 1, 2, 2, 3, 0]; Oct 27 11:27:51.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:27:51.920 INFO kablam! | Oct 27 11:27:51.920 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 11:27:51.920 INFO kablam! Oct 27 11:27:51.935 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 33.74s Oct 27 11:27:51.942 INFO kablam! su: No module specific data is present Oct 27 11:27:52.292 INFO running `"docker" "rm" "-f" "52fe39753d2b42132bfcede5f39fb18fb7999b6d45a1cd60c41fab36f311ee0a"` Oct 27 11:27:52.368 INFO blam! 52fe39753d2b42132bfcede5f39fb18fb7999b6d45a1cd60c41fab36f311ee0a