Oct 13 04:18:30.806 INFO checking Illthiriel/ecosys against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 04:18:30.806 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 13 04:18:31.380 INFO blam! a9d0691ec9cdd64c4adf4840a0f6122217315fd368a177a1426fcce780d26db8 Oct 13 04:18:31.382 INFO running `"docker" "start" "-a" "a9d0691ec9cdd64c4adf4840a0f6122217315fd368a177a1426fcce780d26db8"` Oct 13 04:18:33.036 INFO kablam! usermod: no changes Oct 13 04:18:33.080 INFO kablam! warning: path `/source/src/bench.rs` was erroneously implicitly accepted for benchmark `bench`, Oct 13 04:18:33.080 INFO kablam! please set bench.path in Cargo.toml Oct 13 04:18:33.390 INFO kablam! Checking bencher v0.1.2 Oct 13 04:18:33.390 INFO kablam! Checking option-filter v1.0.1 Oct 13 04:18:33.412 INFO kablam! Checking num_cpus v1.6.2 Oct 13 04:18:33.412 INFO kablam! Checking shared_library v0.1.6 Oct 13 04:18:34.528 INFO kablam! Checking rayon-core v1.2.1 Oct 13 04:18:34.580 INFO kablam! Checking osmesa-sys v0.1.2 Oct 13 04:18:34.580 INFO kablam! Checking winit v0.6.4 Oct 13 04:18:35.784 INFO kablam! Checking rayon v0.8.2 Oct 13 04:18:37.480 INFO kablam! Checking glutin v0.8.1 Oct 13 04:18:39.610 INFO kablam! Checking jpeg-decoder v0.1.13 Oct 13 04:18:40.076 INFO kablam! Checking gfx_window_glutin v0.16.0 Oct 13 04:18:41.866 INFO kablam! Checking image v0.14.0 Oct 13 04:18:47.574 INFO kablam! Checking ecosys v0.1.0 (/source) Oct 13 04:18:49.090 INFO kablam! warning: unused import: `option_filter::OptionFilterExt` Oct 13 04:18:49.090 INFO kablam! --> src/world.rs:5:5 Oct 13 04:18:49.091 INFO kablam! | Oct 13 04:18:49.091 INFO kablam! 5 | use option_filter::OptionFilterExt; Oct 13 04:18:49.091 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:18:49.096 INFO kablam! | Oct 13 04:18:49.097 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:18:49.097 INFO kablam! Oct 13 04:18:49.204 INFO kablam! warning: method is never used: `tick_count` Oct 13 04:18:49.204 INFO kablam! --> src/world.rs:34:5 Oct 13 04:18:49.204 INFO kablam! | Oct 13 04:18:49.205 INFO kablam! 34 | pub fn tick_count(&self) -> u32 { Oct 13 04:18:49.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:18:49.205 INFO kablam! | Oct 13 04:18:49.205 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:18:49.205 INFO kablam! Oct 13 04:18:49.205 INFO kablam! warning: method is never used: `beings` Oct 13 04:18:49.205 INFO kablam! --> src/world.rs:38:5 Oct 13 04:18:49.205 INFO kablam! | Oct 13 04:18:49.205 INFO kablam! 38 | pub fn beings(&self) -> &Vec { Oct 13 04:18:49.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:18:49.206 INFO kablam! Oct 13 04:18:49.206 INFO kablam! warning: method is never used: `space` Oct 13 04:18:49.206 INFO kablam! --> src/world.rs:42:5 Oct 13 04:18:49.206 INFO kablam! | Oct 13 04:18:49.206 INFO kablam! 42 | pub fn space(&self) -> &Space { Oct 13 04:18:49.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:18:49.207 INFO kablam! Oct 13 04:18:49.207 INFO kablam! warning: method is never used: `energy` Oct 13 04:18:49.207 INFO kablam! --> src/being/mod.rs:49:5 Oct 13 04:18:49.207 INFO kablam! | Oct 13 04:18:49.208 INFO kablam! 49 | pub fn energy(&self) -> u32 { self.energy } Oct 13 04:18:49.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:18:49.208 INFO kablam! Oct 13 04:18:51.145 INFO kablam! warning: unused import: `gfx_window_glutin` Oct 13 04:18:51.146 INFO kablam! --> src/renderer/with_gfx/mod.rs:15:5 Oct 13 04:18:51.146 INFO kablam! | Oct 13 04:18:51.146 INFO kablam! 15 | use gfx_window_glutin; Oct 13 04:18:51.146 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 04:18:51.146 INFO kablam! | Oct 13 04:18:51.146 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:18:51.146 INFO kablam! Oct 13 04:18:51.649 INFO kablam! warning: unused import: `gfx_window_glutin` Oct 13 04:18:51.649 INFO kablam! --> src/renderer/with_gfx/mod.rs:15:5 Oct 13 04:18:51.649 INFO kablam! | Oct 13 04:18:51.649 INFO kablam! 15 | use gfx_window_glutin; Oct 13 04:18:51.649 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 04:18:51.649 INFO kablam! | Oct 13 04:18:51.649 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:18:51.649 INFO kablam! Oct 13 04:18:51.859 INFO kablam! warning: unused import: `option_filter::OptionFilterExt` Oct 13 04:18:51.859 INFO kablam! --> src/world.rs:5:5 Oct 13 04:18:51.859 INFO kablam! | Oct 13 04:18:51.859 INFO kablam! 5 | use option_filter::OptionFilterExt; Oct 13 04:18:51.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:18:51.859 INFO kablam! Oct 13 04:18:51.898 INFO kablam! warning: unused variable: `receiver` Oct 13 04:18:51.898 INFO kablam! --> src/renderer/with_gfx/mod.rs:62:12 Oct 13 04:18:51.898 INFO kablam! | Oct 13 04:18:51.898 INFO kablam! 62 | fn run(receiver: Receiver) { Oct 13 04:18:51.898 INFO kablam! | ^^^^^^^^ help: consider using `_receiver` instead Oct 13 04:18:51.898 INFO kablam! | Oct 13 04:18:51.898 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:18:51.898 INFO kablam! Oct 13 04:18:52.000 INFO kablam! warning: variable does not need to be mutable Oct 13 04:18:52.000 INFO kablam! --> src/renderer/with_gfx/mod.rs:71:47 Oct 13 04:18:52.000 INFO kablam! | Oct 13 04:18:52.000 INFO kablam! 71 | let (window, mut device, mut factory, mut main_color, mut main_depth) = Oct 13 04:18:52.000 INFO kablam! | ----^^^^^^^^^^ Oct 13 04:18:52.000 INFO kablam! | | Oct 13 04:18:52.000 INFO kablam! | help: remove this `mut` Oct 13 04:18:52.000 INFO kablam! | Oct 13 04:18:52.000 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 04:18:52.000 INFO kablam! Oct 13 04:18:52.148 INFO kablam! warning: constant item is never used: `INDICES` Oct 13 04:18:52.148 INFO kablam! --> src/renderer/with_gfx/mod.rs:24:1 Oct 13 04:18:52.148 INFO kablam! | Oct 13 04:18:52.148 INFO kablam! 24 | const INDICES: &[u16] = &[0, 1, 2, 2, 3, 0]; Oct 13 04:18:52.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:18:52.148 INFO kablam! | Oct 13 04:18:52.148 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:18:52.148 INFO kablam! Oct 13 04:18:52.444 INFO kablam! warning: unused import: `option_filter::OptionFilterExt` Oct 13 04:18:52.444 INFO kablam! --> src/world.rs:5:5 Oct 13 04:18:52.444 INFO kablam! | Oct 13 04:18:52.444 INFO kablam! 5 | use option_filter::OptionFilterExt; Oct 13 04:18:52.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:18:52.444 INFO kablam! Oct 13 04:18:52.472 INFO kablam! warning: unused variable: `receiver` Oct 13 04:18:52.472 INFO kablam! --> src/renderer/with_gfx/mod.rs:62:12 Oct 13 04:18:52.472 INFO kablam! | Oct 13 04:18:52.472 INFO kablam! 62 | fn run(receiver: Receiver) { Oct 13 04:18:52.472 INFO kablam! | ^^^^^^^^ help: consider using `_receiver` instead Oct 13 04:18:52.472 INFO kablam! | Oct 13 04:18:52.472 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 04:18:52.472 INFO kablam! Oct 13 04:18:52.528 INFO kablam! warning: variable does not need to be mutable Oct 13 04:18:52.528 INFO kablam! --> src/renderer/with_gfx/mod.rs:71:47 Oct 13 04:18:52.528 INFO kablam! | Oct 13 04:18:52.528 INFO kablam! 71 | let (window, mut device, mut factory, mut main_color, mut main_depth) = Oct 13 04:18:52.528 INFO kablam! | ----^^^^^^^^^^ Oct 13 04:18:52.528 INFO kablam! | | Oct 13 04:18:52.528 INFO kablam! | help: remove this `mut` Oct 13 04:18:52.528 INFO kablam! | Oct 13 04:18:52.528 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 04:18:52.528 INFO kablam! Oct 13 04:18:52.600 INFO kablam! warning: constant item is never used: `INDICES` Oct 13 04:18:52.600 INFO kablam! --> src/renderer/with_gfx/mod.rs:24:1 Oct 13 04:18:52.600 INFO kablam! | Oct 13 04:18:52.600 INFO kablam! 24 | const INDICES: &[u16] = &[0, 1, 2, 2, 3, 0]; Oct 13 04:18:52.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:18:52.600 INFO kablam! | Oct 13 04:18:52.600 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:18:52.600 INFO kablam! Oct 13 04:18:52.656 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.59s Oct 13 04:18:52.672 INFO kablam! su: No module specific data is present Oct 13 04:18:53.227 INFO running `"docker" "rm" "-f" "a9d0691ec9cdd64c4adf4840a0f6122217315fd368a177a1426fcce780d26db8"` Oct 13 04:18:53.379 INFO blam! a9d0691ec9cdd64c4adf4840a0f6122217315fd368a177a1426fcce780d26db8