Oct 13 05:34:08.283 INFO checking AntonHermann/space_invaders against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 05:34:08.283 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 05:34:08.483 INFO blam! fe4d0bdf6f0721fd785791183a378647b6c8d80b98bc309ece5e50b3b9dac995 Oct 13 05:34:08.484 INFO running `"docker" "start" "-a" "fe4d0bdf6f0721fd785791183a378647b6c8d80b98bc309ece5e50b3b9dac995"` Oct 13 05:34:08.922 INFO kablam! usermod: no changes Oct 13 05:34:09.049 INFO kablam! Checking loggerv v0.7.1 Oct 13 05:34:09.049 INFO kablam! Compiling shred-derive v0.5.0 Oct 13 05:34:09.050 INFO kablam! Checking rayon-core v1.4.0 Oct 13 05:34:09.055 INFO kablam! Checking shrev v1.0.1 Oct 13 05:34:09.056 INFO kablam! Checking failure v0.1.1 Oct 13 05:34:12.021 INFO kablam! Checking rayon v1.0.1 Oct 13 05:34:17.632 INFO kablam! Checking hibitset v0.5.0 Oct 13 05:34:17.632 INFO kablam! Checking shred v0.7.0 Oct 13 05:34:20.416 INFO kablam! Checking specs v0.11.2 Oct 13 05:34:24.076 INFO kablam! Checking space_invaders v0.1.0 (/source) Oct 13 05:34:27.937 INFO kablam! warning: unused variable: `pos` Oct 13 05:34:27.937 INFO kablam! --> src/game/systems/debug.rs:11:24 Oct 13 05:34:27.937 INFO kablam! | Oct 13 05:34:27.938 INFO kablam! 11 | fn run(&mut self, (pos, ap): Self::SystemData) { Oct 13 05:34:27.938 INFO kablam! | ^^^ help: consider using `_pos` instead Oct 13 05:34:27.938 INFO kablam! | Oct 13 05:34:27.938 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:34:27.939 INFO kablam! Oct 13 05:34:27.939 INFO kablam! warning: unused variable: `ap` Oct 13 05:34:27.939 INFO kablam! --> src/game/systems/debug.rs:11:29 Oct 13 05:34:27.940 INFO kablam! | Oct 13 05:34:27.940 INFO kablam! 11 | fn run(&mut self, (pos, ap): Self::SystemData) { Oct 13 05:34:27.940 INFO kablam! | ^^ help: consider using `_ap` instead Oct 13 05:34:27.940 INFO kablam! Oct 13 05:34:28.069 INFO kablam! warning: unused variable: `pos` Oct 13 05:34:28.070 INFO kablam! --> src/game/systems/debug.rs:11:24 Oct 13 05:34:28.070 INFO kablam! | Oct 13 05:34:28.070 INFO kablam! 11 | fn run(&mut self, (pos, ap): Self::SystemData) { Oct 13 05:34:28.071 INFO kablam! | ^^^ help: consider using `_pos` instead Oct 13 05:34:28.072 INFO kablam! | Oct 13 05:34:28.072 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:34:28.072 INFO kablam! Oct 13 05:34:28.073 INFO kablam! warning: unused variable: `ap` Oct 13 05:34:28.073 INFO kablam! --> src/game/systems/debug.rs:11:29 Oct 13 05:34:28.073 INFO kablam! | Oct 13 05:34:28.074 INFO kablam! 11 | fn run(&mut self, (pos, ap): Self::SystemData) { Oct 13 05:34:28.074 INFO kablam! | ^^ help: consider using `_ap` instead Oct 13 05:34:28.074 INFO kablam! Oct 13 05:34:28.204 INFO kablam! warning: variant is never constructed: `Enemy` Oct 13 05:34:28.204 INFO kablam! --> src/game/components.rs:63:5 Oct 13 05:34:28.204 INFO kablam! | Oct 13 05:34:28.204 INFO kablam! 63 | Enemy, Oct 13 05:34:28.204 INFO kablam! | ^^^^^ Oct 13 05:34:28.204 INFO kablam! | Oct 13 05:34:28.204 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:34:28.204 INFO kablam! Oct 13 05:34:28.204 INFO kablam! warning: constant item is never used: `ENEMY_COUNT` Oct 13 05:34:28.204 INFO kablam! --> src/game/mod.rs:16:1 Oct 13 05:34:28.204 INFO kablam! | Oct 13 05:34:28.204 INFO kablam! 16 | const ENEMY_COUNT: usize = ENEMY_COUNT_X * ENEMY_COUNT_Y; Oct 13 05:34:28.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:34:28.204 INFO kablam! Oct 13 05:34:28.204 INFO kablam! warning: variant is never constructed: `Down` Oct 13 05:34:28.204 INFO kablam! --> src/game/mod.rs:29:5 Oct 13 05:34:28.204 INFO kablam! | Oct 13 05:34:28.204 INFO kablam! 29 | Down, Oct 13 05:34:28.204 INFO kablam! | ^^^^ Oct 13 05:34:28.204 INFO kablam! Oct 13 05:34:28.258 INFO kablam! warning: variant is never constructed: `Enemy` Oct 13 05:34:28.258 INFO kablam! --> src/game/components.rs:63:5 Oct 13 05:34:28.258 INFO kablam! | Oct 13 05:34:28.258 INFO kablam! 63 | Enemy, Oct 13 05:34:28.258 INFO kablam! | ^^^^^ Oct 13 05:34:28.258 INFO kablam! | Oct 13 05:34:28.258 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:34:28.258 INFO kablam! Oct 13 05:34:28.264 INFO kablam! warning: constant item is never used: `ENEMY_COUNT` Oct 13 05:34:28.264 INFO kablam! --> src/game/mod.rs:16:1 Oct 13 05:34:28.264 INFO kablam! | Oct 13 05:34:28.264 INFO kablam! 16 | const ENEMY_COUNT: usize = ENEMY_COUNT_X * ENEMY_COUNT_Y; Oct 13 05:34:28.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:34:28.264 INFO kablam! Oct 13 05:34:28.264 INFO kablam! warning: variant is never constructed: `Down` Oct 13 05:34:28.264 INFO kablam! --> src/game/mod.rs:29:5 Oct 13 05:34:28.264 INFO kablam! | Oct 13 05:34:28.264 INFO kablam! 29 | Down, Oct 13 05:34:28.264 INFO kablam! | ^^^^ Oct 13 05:34:28.265 INFO kablam! Oct 13 05:34:28.317 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.38s Oct 13 05:34:28.333 INFO kablam! su: No module specific data is present Oct 13 05:34:28.839 INFO running `"docker" "rm" "-f" "fe4d0bdf6f0721fd785791183a378647b6c8d80b98bc309ece5e50b3b9dac995"` Oct 13 05:34:29.040 INFO blam! fe4d0bdf6f0721fd785791183a378647b6c8d80b98bc309ece5e50b3b9dac995