Oct 21 14:16:57.583 INFO checking rusch95/SpaceFort against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 14:16:57.584 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14:16:57.952 INFO blam! 3ee97df00216a2c7cd31af3ce2fdbe9b441c3fec07cfbf9ae0b90d4fca1fd103 Oct 21 14:16:57.957 INFO running `"docker" "start" "-a" "3ee97df00216a2c7cd31af3ce2fdbe9b441c3fec07cfbf9ae0b90d4fca1fd103"` Oct 21 14:16:59.547 INFO kablam! usermod: no changes Oct 21 14:17:00.003 INFO kablam! Compiling either v1.4.0 Oct 21 14:17:00.004 INFO kablam! Checking fixedbitset v0.1.8 Oct 21 14:17:00.005 INFO kablam! Checking ordermap v0.3.2 Oct 21 14:17:00.011 INFO kablam! Checking itertools v0.7.4 Oct 21 14:17:00.011 INFO kablam! Compiling x11-dl v2.17.1 Oct 21 14:17:00.014 INFO kablam! Checking bincode v0.9.2 Oct 21 14:17:00.014 INFO kablam! Checking toml v0.4.5 Oct 21 14:17:00.022 INFO kablam! Checking ordered-float v0.5.0 Oct 21 14:17:02.628 INFO kablam! Compiling gfx_gl v0.4.0 Oct 21 14:17:03.048 INFO kablam! Compiling itertools v0.5.10 Oct 21 14:17:10.292 INFO kablam! Checking pathfinding v0.6.2 Oct 21 14:17:10.632 INFO kablam! Compiling derivative v1.0.0 Oct 21 14:17:15.332 INFO kablam! Checking winit v0.8.3 Oct 21 14:17:22.372 INFO kablam! Checking glutin v0.10.1 Oct 21 14:17:23.248 INFO kablam! Checking gfx_core v0.7.2 Oct 21 14:17:26.197 INFO kablam! Checking pistoncore-glutin_window v0.43.0 Oct 21 14:17:52.457 INFO kablam! Checking gfx v0.16.2 Oct 21 14:17:52.457 INFO kablam! Checking gfx_device_gl v0.14.6 Oct 21 14:17:58.460 INFO kablam! Checking piston-gfx_texture v0.30.0 Oct 21 14:17:59.901 INFO kablam! Checking piston2d-gfx_graphics v0.47.0 Oct 21 14:18:02.741 INFO kablam! Checking piston_window v0.74.0 Oct 21 14:18:04.429 INFO kablam! Checking spacefort v0.2.0 (/source) Oct 21 14:18:08.129 INFO kablam! warning: unused variable: `attack_type` Oct 21 14:18:08.129 INFO kablam! --> src/game/base.rs:107:46 Oct 21 14:18:08.129 INFO kablam! | Oct 21 14:18:08.129 INFO kablam! 107 | NewGoal(ent_id, Goal::Attack(attack_type, id, pos)) => { Oct 21 14:18:08.130 INFO kablam! | ^^^^^^^^^^^ help: consider using `_attack_type` instead Oct 21 14:18:08.130 INFO kablam! | Oct 21 14:18:08.130 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 14:18:08.130 INFO kablam! Oct 21 14:18:08.205 INFO kablam! warning: unused variable: `attack_type` Oct 21 14:18:08.205 INFO kablam! --> src/game/base.rs:107:46 Oct 21 14:18:08.205 INFO kablam! | Oct 21 14:18:08.206 INFO kablam! 107 | NewGoal(ent_id, Goal::Attack(attack_type, id, pos)) => { Oct 21 14:18:08.206 INFO kablam! | ^^^^^^^^^^^ help: consider using `_attack_type` instead Oct 21 14:18:08.217 INFO kablam! | Oct 21 14:18:08.217 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 14:18:08.217 INFO kablam! Oct 21 14:18:18.076 INFO kablam! warning: unused variable: `send_incoming` Oct 21 14:18:18.076 INFO kablam! --> tests/integration.rs:30:10 Oct 21 14:18:18.076 INFO kablam! | Oct 21 14:18:18.076 INFO kablam! 30 | let (send_incoming, recv_incoming) = sync_channel(1024); Oct 21 14:18:18.076 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_send_incoming` instead Oct 21 14:18:18.076 INFO kablam! | Oct 21 14:18:18.076 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 14:18:18.077 INFO kablam! Oct 21 14:18:18.077 INFO kablam! warning: unused variable: `send_stream_to_game` Oct 21 14:18:18.077 INFO kablam! --> tests/integration.rs:32:10 Oct 21 14:18:18.077 INFO kablam! | Oct 21 14:18:18.077 INFO kablam! 32 | let (send_stream_to_game, recv_stream_to_game) = channel(); Oct 21 14:18:18.077 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: consider using `_send_stream_to_game` instead Oct 21 14:18:18.077 INFO kablam! Oct 21 14:18:18.080 INFO kablam! warning: unused variable: `recv_stream_from_game` Oct 21 14:18:18.080 INFO kablam! --> tests/integration.rs:33:33 Oct 21 14:18:18.080 INFO kablam! | Oct 21 14:18:18.080 INFO kablam! 33 | let (send_stream_from_game, recv_stream_from_game) = channel(); Oct 21 14:18:18.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: consider using `_recv_stream_from_game` instead Oct 21 14:18:18.080 INFO kablam! Oct 21 14:18:18.878 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 19s Oct 21 14:18:18.920 INFO kablam! su: No module specific data is present Oct 21 14:18:19.712 INFO running `"docker" "rm" "-f" "3ee97df00216a2c7cd31af3ce2fdbe9b441c3fec07cfbf9ae0b90d4fca1fd103"` Oct 21 14:18:20.092 INFO blam! 3ee97df00216a2c7cd31af3ce2fdbe9b441c3fec07cfbf9ae0b90d4fca1fd103