Oct 27 11:27:15.153 INFO checking Illthiriel/ecosys against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 11:27:15.153 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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:15.627 INFO blam! 375bc9fb2b227b5fa06ce7dcfdf4f03f37ae72057c70b2c45fbc5552d74f212c Oct 27 11:27:15.639 INFO running `"docker" "start" "-a" "375bc9fb2b227b5fa06ce7dcfdf4f03f37ae72057c70b2c45fbc5552d74f212c"` Oct 27 11:27:17.435 INFO kablam! usermod: no changes Oct 27 11:27:17.503 INFO kablam! warning: path `/source/src/bench.rs` was erroneously implicitly accepted for benchmark `bench`, Oct 27 11:27:17.503 INFO kablam! please set bench.path in Cargo.toml Oct 27 11:27:17.728 INFO kablam! Checking bencher v0.1.2 Oct 27 11:27:17.729 INFO kablam! Checking num_cpus v1.6.2 Oct 27 11:27:17.729 INFO kablam! Checking shared_library v0.1.6 Oct 27 11:27:17.763 INFO kablam! Checking png v0.8.0 Oct 27 11:27:19.845 INFO kablam! Checking osmesa-sys v0.1.2 Oct 27 11:27:19.847 INFO kablam! Checking winit v0.6.4 Oct 27 11:27:20.092 INFO kablam! Checking rayon-core v1.2.1 Oct 27 11:27:22.815 INFO kablam! Checking rayon v0.8.2 Oct 27 11:27:24.500 INFO kablam! Checking glutin v0.8.1 Oct 27 11:27:27.239 INFO kablam! Checking jpeg-decoder v0.1.13 Oct 27 11:27:27.709 INFO kablam! Checking gfx_window_glutin v0.16.0 Oct 27 11:27:29.407 INFO kablam! Checking image v0.14.0 Oct 27 11:27:34.527 INFO kablam! Checking ecosys v0.1.0 (/source) Oct 27 11:27:36.435 INFO kablam! warning: unused import: `option_filter::OptionFilterExt` Oct 27 11:27:36.435 INFO kablam! --> src/world.rs:5:5 Oct 27 11:27:36.435 INFO kablam! | Oct 27 11:27:36.435 INFO kablam! 5 | use option_filter::OptionFilterExt; Oct 27 11:27:36.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:27:36.435 INFO kablam! | Oct 27 11:27:36.435 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:27:36.435 INFO kablam! Oct 27 11:27:36.532 INFO kablam! warning: method is never used: `tick_count` Oct 27 11:27:36.532 INFO kablam! --> src/world.rs:34:5 Oct 27 11:27:36.533 INFO kablam! | Oct 27 11:27:36.533 INFO kablam! 34 | pub fn tick_count(&self) -> u32 { Oct 27 11:27:36.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:27:36.533 INFO kablam! | Oct 27 11:27:36.534 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 11:27:36.534 INFO kablam! Oct 27 11:27:36.534 INFO kablam! warning: method is never used: `beings` Oct 27 11:27:36.534 INFO kablam! --> src/world.rs:38:5 Oct 27 11:27:36.535 INFO kablam! | Oct 27 11:27:36.535 INFO kablam! 38 | pub fn beings(&self) -> &Vec { Oct 27 11:27:36.535 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:27:36.535 INFO kablam! Oct 27 11:27:36.536 INFO kablam! warning: method is never used: `space` Oct 27 11:27:36.536 INFO kablam! --> src/world.rs:42:5 Oct 27 11:27:36.536 INFO kablam! | Oct 27 11:27:36.537 INFO kablam! 42 | pub fn space(&self) -> &Space { Oct 27 11:27:36.537 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:27:36.537 INFO kablam! Oct 27 11:27:36.537 INFO kablam! warning: method is never used: `energy` Oct 27 11:27:36.538 INFO kablam! --> src/being/mod.rs:49:5 Oct 27 11:27:36.538 INFO kablam! | Oct 27 11:27:36.538 INFO kablam! 49 | pub fn energy(&self) -> u32 { self.energy } Oct 27 11:27:36.538 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:27:36.539 INFO kablam! Oct 27 11:27:39.795 INFO kablam! warning: unused import: `gfx_window_glutin` Oct 27 11:27:39.795 INFO kablam! --> src/renderer/with_gfx/mod.rs:15:5 Oct 27 11:27:39.795 INFO kablam! | Oct 27 11:27:39.795 INFO kablam! 15 | use gfx_window_glutin; Oct 27 11:27:39.795 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 11:27:39.795 INFO kablam! | Oct 27 11:27:39.795 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:27:39.795 INFO kablam! Oct 27 11:27:39.935 INFO kablam! warning: unused import: `gfx_window_glutin` Oct 27 11:27:39.935 INFO kablam! --> src/renderer/with_gfx/mod.rs:15:5 Oct 27 11:27:39.935 INFO kablam! | Oct 27 11:27:39.935 INFO kablam! 15 | use gfx_window_glutin; Oct 27 11:27:39.935 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 11:27:39.935 INFO kablam! | Oct 27 11:27:39.935 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:27:39.935 INFO kablam! Oct 27 11:27:40.606 INFO kablam! warning: unused import: `option_filter::OptionFilterExt` Oct 27 11:27:40.606 INFO kablam! --> src/world.rs:5:5 Oct 27 11:27:40.606 INFO kablam! | Oct 27 11:27:40.607 INFO kablam! 5 | use option_filter::OptionFilterExt; Oct 27 11:27:40.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:27:40.607 INFO kablam! Oct 27 11:27:40.618 INFO kablam! warning: unused import: `option_filter::OptionFilterExt` Oct 27 11:27:40.618 INFO kablam! --> src/world.rs:5:5 Oct 27 11:27:40.619 INFO kablam! | Oct 27 11:27:40.619 INFO kablam! 5 | use option_filter::OptionFilterExt; Oct 27 11:27:40.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:27:40.620 INFO kablam! Oct 27 11:27:40.644 INFO kablam! warning: unused variable: `receiver` Oct 27 11:27:40.644 INFO kablam! --> src/renderer/with_gfx/mod.rs:62:12 Oct 27 11:27:40.644 INFO kablam! | Oct 27 11:27:40.644 INFO kablam! 62 | fn run(receiver: Receiver) { Oct 27 11:27:40.645 INFO kablam! | ^^^^^^^^ help: consider using `_receiver` instead Oct 27 11:27:40.645 INFO kablam! | Oct 27 11:27:40.645 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:27:40.646 INFO kablam! Oct 27 11:27:40.651 INFO kablam! warning: unused variable: `receiver` Oct 27 11:27:40.651 INFO kablam! --> src/renderer/with_gfx/mod.rs:62:12 Oct 27 11:27:40.652 INFO kablam! | Oct 27 11:27:40.652 INFO kablam! 62 | fn run(receiver: Receiver) { Oct 27 11:27:40.652 INFO kablam! | ^^^^^^^^ help: consider using `_receiver` instead Oct 27 11:27:40.653 INFO kablam! | Oct 27 11:27:40.653 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:27:40.653 INFO kablam! Oct 27 11:27:40.695 INFO kablam! warning: variable does not need to be mutable Oct 27 11:27:40.696 INFO kablam! --> src/renderer/with_gfx/mod.rs:71:47 Oct 27 11:27:40.696 INFO kablam! | Oct 27 11:27:40.696 INFO kablam! 71 | let (window, mut device, mut factory, mut main_color, mut main_depth) = Oct 27 11:27:40.697 INFO kablam! | ----^^^^^^^^^^ Oct 27 11:27:40.697 INFO kablam! | | Oct 27 11:27:40.697 INFO kablam! | help: remove this `mut` Oct 27 11:27:40.697 INFO kablam! | Oct 27 11:27:40.698 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 11:27:40.698 INFO kablam! Oct 27 11:27:40.698 INFO kablam! warning: variable does not need to be mutable Oct 27 11:27:40.699 INFO kablam! --> src/renderer/with_gfx/mod.rs:71:47 Oct 27 11:27:40.699 INFO kablam! | Oct 27 11:27:40.699 INFO kablam! 71 | let (window, mut device, mut factory, mut main_color, mut main_depth) = Oct 27 11:27:40.700 INFO kablam! | ----^^^^^^^^^^ Oct 27 11:27:40.700 INFO kablam! | | Oct 27 11:27:40.700 INFO kablam! | help: remove this `mut` Oct 27 11:27:40.700 INFO kablam! | Oct 27 11:27:40.701 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 11:27:40.701 INFO kablam! Oct 27 11:27:40.818 INFO kablam! warning: constant item is never used: `INDICES` Oct 27 11:27:40.818 INFO kablam! --> src/renderer/with_gfx/mod.rs:24:1 Oct 27 11:27:40.818 INFO kablam! | Oct 27 11:27:40.819 INFO kablam! 24 | const INDICES: &[u16] = &[0, 1, 2, 2, 3, 0]; Oct 27 11:27:40.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:27:40.819 INFO kablam! | Oct 27 11:27:40.820 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 11:27:40.820 INFO kablam! Oct 27 11:27:40.820 INFO kablam! warning: constant item is never used: `INDICES` Oct 27 11:27:40.820 INFO kablam! --> src/renderer/with_gfx/mod.rs:24:1 Oct 27 11:27:40.821 INFO kablam! | Oct 27 11:27:40.821 INFO kablam! 24 | const INDICES: &[u16] = &[0, 1, 2, 2, 3, 0]; Oct 27 11:27:40.821 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:27:40.822 INFO kablam! | Oct 27 11:27:40.822 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 11:27:40.822 INFO kablam! Oct 27 11:27:40.823 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.35s Oct 27 11:27:40.830 INFO kablam! su: No module specific data is present Oct 27 11:27:41.334 INFO running `"docker" "rm" "-f" "375bc9fb2b227b5fa06ce7dcfdf4f03f37ae72057c70b2c45fbc5552d74f212c"` Oct 27 11:27:41.427 INFO blam! 375bc9fb2b227b5fa06ce7dcfdf4f03f37ae72057c70b2c45fbc5552d74f212c