Oct 31 22:10:58.463 INFO checking rusch95/SpaceFort against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 22:10:58.465 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-3/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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 31 22:10:58.941 INFO blam! 641cb60d0aef079b4efef706c70c3db5cc52fe38838507cdba6393f11680b391 Oct 31 22:10:58.942 INFO running `"docker" "start" "-a" "641cb60d0aef079b4efef706c70c3db5cc52fe38838507cdba6393f11680b391"` Oct 31 22:11:00.196 INFO kablam! usermod: no changes Oct 31 22:11:00.738 INFO kablam! Checking fixedbitset v0.1.8 Oct 31 22:11:00.738 INFO kablam! Checking ordermap v0.3.2 Oct 31 22:11:00.745 INFO kablam! Checking itertools v0.7.4 Oct 31 22:11:00.745 INFO kablam! Compiling x11-dl v2.17.1 Oct 31 22:11:00.772 INFO kablam! Checking draw_state v0.7.1 Oct 31 22:11:00.788 INFO kablam! Checking bincode v0.9.2 Oct 31 22:11:00.788 INFO kablam! Checking toml v0.4.5 Oct 31 22:11:00.788 INFO kablam! Checking ordered-float v0.5.0 Oct 31 22:11:03.384 INFO kablam! Compiling gfx_gl v0.4.0 Oct 31 22:11:06.187 INFO kablam! Checking gfx_core v0.7.2 Oct 31 22:11:12.671 INFO kablam! Checking pathfinding v0.6.2 Oct 31 22:11:20.742 INFO kablam! Checking winit v0.8.3 Oct 31 22:11:26.024 INFO kablam! Checking glutin v0.10.1 Oct 31 22:11:29.055 INFO kablam! Checking pistoncore-glutin_window v0.43.0 Oct 31 22:11:50.009 INFO kablam! Checking gfx v0.16.2 Oct 31 22:11:50.017 INFO kablam! Checking gfx_device_gl v0.14.6 Oct 31 22:11:58.052 INFO kablam! Checking piston-gfx_texture v0.30.0 Oct 31 22:11:59.570 INFO kablam! Checking piston2d-gfx_graphics v0.47.0 Oct 31 22:12:02.264 INFO kablam! Checking piston_window v0.74.0 Oct 31 22:12:03.845 INFO kablam! Checking spacefort v0.2.0 (/source) Oct 31 22:12:08.460 INFO kablam! warning: unused variable: `attack_type` Oct 31 22:12:08.461 INFO kablam! --> src/game/base.rs:107:46 Oct 31 22:12:08.461 INFO kablam! | Oct 31 22:12:08.461 INFO kablam! 107 | NewGoal(ent_id, Goal::Attack(attack_type, id, pos)) => { Oct 31 22:12:08.461 INFO kablam! | ^^^^^^^^^^^ help: consider using `_attack_type` instead Oct 31 22:12:08.461 INFO kablam! | Oct 31 22:12:08.461 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 22:12:08.461 INFO kablam! Oct 31 22:12:08.772 INFO kablam! warning: unused variable: `attack_type` Oct 31 22:12:08.772 INFO kablam! --> src/game/base.rs:107:46 Oct 31 22:12:08.772 INFO kablam! | Oct 31 22:12:08.772 INFO kablam! 107 | NewGoal(ent_id, Goal::Attack(attack_type, id, pos)) => { Oct 31 22:12:08.772 INFO kablam! | ^^^^^^^^^^^ help: consider using `_attack_type` instead Oct 31 22:12:08.772 INFO kablam! | Oct 31 22:12:08.772 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 22:12:08.772 INFO kablam! Oct 31 22:12:19.640 INFO kablam! warning: unused variable: `send_incoming` Oct 31 22:12:19.640 INFO kablam! --> tests/integration.rs:30:10 Oct 31 22:12:19.640 INFO kablam! | Oct 31 22:12:19.640 INFO kablam! 30 | let (send_incoming, recv_incoming) = sync_channel(1024); Oct 31 22:12:19.640 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_send_incoming` instead Oct 31 22:12:19.660 INFO kablam! | Oct 31 22:12:19.660 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 22:12:19.660 INFO kablam! Oct 31 22:12:19.660 INFO kablam! warning: unused variable: `send_stream_to_game` Oct 31 22:12:19.660 INFO kablam! --> tests/integration.rs:32:10 Oct 31 22:12:19.660 INFO kablam! | Oct 31 22:12:19.660 INFO kablam! 32 | let (send_stream_to_game, recv_stream_to_game) = channel(); Oct 31 22:12:19.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_send_stream_to_game` instead Oct 31 22:12:19.660 INFO kablam! Oct 31 22:12:19.661 INFO kablam! warning: unused variable: `recv_stream_from_game` Oct 31 22:12:19.661 INFO kablam! --> tests/integration.rs:33:33 Oct 31 22:12:19.661 INFO kablam! | Oct 31 22:12:19.661 INFO kablam! 33 | let (send_stream_from_game, recv_stream_from_game) = channel(); Oct 31 22:12:19.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: consider using `_recv_stream_from_game` instead Oct 31 22:12:19.661 INFO kablam! Oct 31 22:12:20.381 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 20s Oct 31 22:12:20.414 INFO kablam! su: No module specific data is present Oct 31 22:12:21.630 INFO running `"docker" "rm" "-f" "641cb60d0aef079b4efef706c70c3db5cc52fe38838507cdba6393f11680b391"` Oct 31 22:12:21.976 INFO blam! 641cb60d0aef079b4efef706c70c3db5cc52fe38838507cdba6393f11680b391