Oct 21 21:21:22.942 INFO checking Illthiriel/ecosys against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 21:21:22.942 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 21:21:23.164 INFO blam! 46e81a8bafea7417bba59d3455e9e1506a5521434f94e7a2b96fe70ab315ce82 Oct 21 21:21:23.168 INFO running `"docker" "start" "-a" "46e81a8bafea7417bba59d3455e9e1506a5521434f94e7a2b96fe70ab315ce82"` Oct 21 21:21:23.673 INFO kablam! usermod: no changes Oct 21 21:21:23.704 INFO kablam! warning: path `/source/src/bench.rs` was erroneously implicitly accepted for benchmark `bench`, Oct 21 21:21:23.704 INFO kablam! please set bench.path in Cargo.toml Oct 21 21:21:23.896 INFO kablam! Checking bencher v0.1.2 Oct 21 21:21:23.896 INFO kablam! Checking option-filter v1.0.1 Oct 21 21:21:23.905 INFO kablam! Checking num_cpus v1.6.2 Oct 21 21:21:23.905 INFO kablam! Checking shared_library v0.1.6 Oct 21 21:21:23.907 INFO kablam! Compiling gfx_gl v0.3.1 Oct 21 21:21:23.907 INFO kablam! Checking gfx_core v0.7.1 Oct 21 21:21:24.772 INFO kablam! Checking rayon-core v1.2.1 Oct 21 21:21:25.284 INFO kablam! Checking winit v0.6.4 Oct 21 21:21:25.284 INFO kablam! Checking osmesa-sys v0.1.2 Oct 21 21:21:27.316 INFO kablam! Checking rayon v0.8.2 Oct 21 21:21:30.083 INFO kablam! Checking glutin v0.8.1 Oct 21 21:21:33.976 INFO kablam! Checking jpeg-decoder v0.1.13 Oct 21 21:21:35.812 INFO kablam! Checking image v0.14.0 Oct 21 21:21:54.817 INFO kablam! Checking gfx_device_gl v0.14.1 Oct 21 21:21:54.817 INFO kablam! Checking gfx v0.16.0 Oct 21 21:21:56.879 INFO kablam! Checking gfx_window_glutin v0.16.0 Oct 21 21:22:01.176 INFO kablam! Checking ecosys v0.1.0 (/source) Oct 21 21:22:01.811 INFO kablam! warning: unused import: `option_filter::OptionFilterExt` Oct 21 21:22:01.811 INFO kablam! --> src/world.rs:5:5 Oct 21 21:22:01.811 INFO kablam! | Oct 21 21:22:01.811 INFO kablam! 5 | use option_filter::OptionFilterExt; Oct 21 21:22:01.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:22:01.811 INFO kablam! | Oct 21 21:22:01.811 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 21:22:01.811 INFO kablam! Oct 21 21:22:01.875 INFO kablam! warning: method is never used: `tick_count` Oct 21 21:22:01.875 INFO kablam! --> src/world.rs:34:5 Oct 21 21:22:01.875 INFO kablam! | Oct 21 21:22:01.875 INFO kablam! 34 | pub fn tick_count(&self) -> u32 { Oct 21 21:22:01.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:22:01.875 INFO kablam! | Oct 21 21:22:01.875 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 21:22:01.875 INFO kablam! Oct 21 21:22:01.875 INFO kablam! warning: method is never used: `beings` Oct 21 21:22:01.875 INFO kablam! --> src/world.rs:38:5 Oct 21 21:22:01.875 INFO kablam! | Oct 21 21:22:01.875 INFO kablam! 38 | pub fn beings(&self) -> &Vec { Oct 21 21:22:01.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:22:01.875 INFO kablam! Oct 21 21:22:01.875 INFO kablam! warning: method is never used: `space` Oct 21 21:22:01.875 INFO kablam! --> src/world.rs:42:5 Oct 21 21:22:01.875 INFO kablam! | Oct 21 21:22:01.875 INFO kablam! 42 | pub fn space(&self) -> &Space { Oct 21 21:22:01.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:22:01.875 INFO kablam! Oct 21 21:22:01.875 INFO kablam! warning: method is never used: `energy` Oct 21 21:22:01.875 INFO kablam! --> src/being/mod.rs:49:5 Oct 21 21:22:01.875 INFO kablam! | Oct 21 21:22:01.875 INFO kablam! 49 | pub fn energy(&self) -> u32 { self.energy } Oct 21 21:22:01.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:22:01.875 INFO kablam! Oct 21 21:22:03.749 INFO kablam! warning: unused import: `gfx_window_glutin` Oct 21 21:22:03.749 INFO kablam! --> src/renderer/with_gfx/mod.rs:15:5 Oct 21 21:22:03.750 INFO kablam! | Oct 21 21:22:03.750 INFO kablam! 15 | use gfx_window_glutin; Oct 21 21:22:03.751 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 21:22:03.751 INFO kablam! | Oct 21 21:22:03.751 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 21:22:03.754 INFO kablam! Oct 21 21:22:04.196 INFO kablam! warning: unused import: `gfx_window_glutin` Oct 21 21:22:04.196 INFO kablam! --> src/renderer/with_gfx/mod.rs:15:5 Oct 21 21:22:04.196 INFO kablam! | Oct 21 21:22:04.196 INFO kablam! 15 | use gfx_window_glutin; Oct 21 21:22:04.196 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 21:22:04.196 INFO kablam! | Oct 21 21:22:04.196 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 21:22:04.196 INFO kablam! Oct 21 21:22:04.425 INFO kablam! warning: unused import: `option_filter::OptionFilterExt` Oct 21 21:22:04.425 INFO kablam! --> src/world.rs:5:5 Oct 21 21:22:04.425 INFO kablam! | Oct 21 21:22:04.425 INFO kablam! 5 | use option_filter::OptionFilterExt; Oct 21 21:22:04.425 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:22:04.425 INFO kablam! Oct 21 21:22:04.460 INFO kablam! warning: unused variable: `receiver` Oct 21 21:22:04.460 INFO kablam! --> src/renderer/with_gfx/mod.rs:62:12 Oct 21 21:22:04.460 INFO kablam! | Oct 21 21:22:04.460 INFO kablam! 62 | fn run(receiver: Receiver) { Oct 21 21:22:04.460 INFO kablam! | ^^^^^^^^ help: consider using `_receiver` instead Oct 21 21:22:04.460 INFO kablam! | Oct 21 21:22:04.460 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 21:22:04.460 INFO kablam! Oct 21 21:22:04.520 INFO kablam! warning: variable does not need to be mutable Oct 21 21:22:04.520 INFO kablam! --> src/renderer/with_gfx/mod.rs:71:47 Oct 21 21:22:04.520 INFO kablam! | Oct 21 21:22:04.520 INFO kablam! 71 | let (window, mut device, mut factory, mut main_color, mut main_depth) = Oct 21 21:22:04.520 INFO kablam! | ----^^^^^^^^^^ Oct 21 21:22:04.520 INFO kablam! | | Oct 21 21:22:04.520 INFO kablam! | help: remove this `mut` Oct 21 21:22:04.520 INFO kablam! | Oct 21 21:22:04.520 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 21:22:04.520 INFO kablam! Oct 21 21:22:04.611 INFO kablam! warning: constant item is never used: `INDICES` Oct 21 21:22:04.611 INFO kablam! --> src/renderer/with_gfx/mod.rs:24:1 Oct 21 21:22:04.611 INFO kablam! | Oct 21 21:22:04.611 INFO kablam! 24 | const INDICES: &[u16] = &[0, 1, 2, 2, 3, 0]; Oct 21 21:22:04.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:22:04.611 INFO kablam! | Oct 21 21:22:04.611 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 21:22:04.612 INFO kablam! Oct 21 21:22:04.809 INFO kablam! warning: unused import: `option_filter::OptionFilterExt` Oct 21 21:22:04.810 INFO kablam! --> src/world.rs:5:5 Oct 21 21:22:04.810 INFO kablam! | Oct 21 21:22:04.810 INFO kablam! 5 | use option_filter::OptionFilterExt; Oct 21 21:22:04.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:22:04.812 INFO kablam! Oct 21 21:22:04.837 INFO kablam! warning: unused variable: `receiver` Oct 21 21:22:04.837 INFO kablam! --> src/renderer/with_gfx/mod.rs:62:12 Oct 21 21:22:04.837 INFO kablam! | Oct 21 21:22:04.837 INFO kablam! 62 | fn run(receiver: Receiver) { Oct 21 21:22:04.837 INFO kablam! | ^^^^^^^^ help: consider using `_receiver` instead Oct 21 21:22:04.837 INFO kablam! | Oct 21 21:22:04.837 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 21:22:04.837 INFO kablam! Oct 21 21:22:04.889 INFO kablam! warning: variable does not need to be mutable Oct 21 21:22:04.889 INFO kablam! --> src/renderer/with_gfx/mod.rs:71:47 Oct 21 21:22:04.889 INFO kablam! | Oct 21 21:22:04.889 INFO kablam! 71 | let (window, mut device, mut factory, mut main_color, mut main_depth) = Oct 21 21:22:04.889 INFO kablam! | ----^^^^^^^^^^ Oct 21 21:22:04.889 INFO kablam! | | Oct 21 21:22:04.889 INFO kablam! | help: remove this `mut` Oct 21 21:22:04.889 INFO kablam! | Oct 21 21:22:04.889 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 21:22:04.889 INFO kablam! Oct 21 21:22:04.948 INFO kablam! warning: constant item is never used: `INDICES` Oct 21 21:22:04.948 INFO kablam! --> src/renderer/with_gfx/mod.rs:24:1 Oct 21 21:22:04.948 INFO kablam! | Oct 21 21:22:04.948 INFO kablam! 24 | const INDICES: &[u16] = &[0, 1, 2, 2, 3, 0]; Oct 21 21:22:04.948 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:22:04.948 INFO kablam! | Oct 21 21:22:04.948 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 21:22:04.948 INFO kablam! Oct 21 21:22:04.974 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 41.28s Oct 21 21:22:04.989 INFO kablam! su: No module specific data is present Oct 21 21:22:05.281 INFO running `"docker" "rm" "-f" "46e81a8bafea7417bba59d3455e9e1506a5521434f94e7a2b96fe70ab315ce82"` Oct 21 21:22:05.371 INFO blam! 46e81a8bafea7417bba59d3455e9e1506a5521434f94e7a2b96fe70ab315ce82