Oct 21 21:02:07.619 INFO checking MaikKlein/becs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 21:02:07.619 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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:02:07.845 INFO blam! 2bc04cf5a1fcb34369545a19fb04a01c61942ef2636189f444ee09639a4b2194 Oct 21 21:02:07.847 INFO running `"docker" "start" "-a" "2bc04cf5a1fcb34369545a19fb04a01c61942ef2636189f444ee09639a4b2194"` Oct 21 21:02:08.320 INFO kablam! usermod: no changes Oct 21 21:02:08.344 INFO kablam! Checking becs v0.1.0 (/source) Oct 21 21:02:08.747 INFO kablam! warning: unused import: `std::mem::transmute` Oct 21 21:02:08.747 INFO kablam! --> src/lib.rs:3:5 Oct 21 21:02:08.747 INFO kablam! | Oct 21 21:02:08.747 INFO kablam! 3 | use std::mem::transmute; Oct 21 21:02:08.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 21:02:08.747 INFO kablam! | Oct 21 21:02:08.747 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 21:02:08.747 INFO kablam! Oct 21 21:02:08.747 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 21:02:08.747 INFO kablam! --> src/lib.rs:135:12 Oct 21 21:02:08.747 INFO kablam! | Oct 21 21:02:08.747 INFO kablam! 135 | if (r1.is_none() || r2.is_none()) { Oct 21 21:02:08.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 21:02:08.747 INFO kablam! | Oct 21 21:02:08.747 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 21:02:08.747 INFO kablam! Oct 21 21:02:08.825 INFO kablam! warning: unused import: `std::mem::transmute` Oct 21 21:02:08.826 INFO kablam! --> src/lib.rs:3:5 Oct 21 21:02:08.826 INFO kablam! | Oct 21 21:02:08.826 INFO kablam! 3 | use std::mem::transmute; Oct 21 21:02:08.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 21:02:08.827 INFO kablam! | Oct 21 21:02:08.827 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 21:02:08.827 INFO kablam! Oct 21 21:02:08.828 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 21:02:08.828 INFO kablam! --> src/lib.rs:135:12 Oct 21 21:02:08.828 INFO kablam! | Oct 21 21:02:08.829 INFO kablam! 135 | if (r1.is_none() || r2.is_none()) { Oct 21 21:02:08.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 21:02:08.829 INFO kablam! | Oct 21 21:02:08.830 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 21:02:08.830 INFO kablam! Oct 21 21:02:09.210 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 21 21:02:09.210 INFO kablam! --> benches/pos_vel_ecs_bench_vec.rs:38:14 Oct 21 21:02:09.210 INFO kablam! | Oct 21 21:02:09.210 INFO kablam! 38 | for _ in (0..N_POS_VEL) { Oct 21 21:02:09.210 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 21:02:09.210 INFO kablam! | Oct 21 21:02:09.210 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 21:02:09.210 INFO kablam! Oct 21 21:02:09.210 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 21 21:02:09.211 INFO kablam! --> benches/pos_vel_ecs_bench_vec.rs:44:14 Oct 21 21:02:09.211 INFO kablam! | Oct 21 21:02:09.211 INFO kablam! 44 | for _ in (0..N_POS) { Oct 21 21:02:09.211 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 21 21:02:09.211 INFO kablam! Oct 21 21:02:09.211 INFO kablam! warning: unused import: `std::any::TypeId` Oct 21 21:02:09.211 INFO kablam! --> benches/pos_vel_ecs_bench.rs:5:5 Oct 21 21:02:09.211 INFO kablam! | Oct 21 21:02:09.211 INFO kablam! 5 | use std::any::TypeId; Oct 21 21:02:09.211 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 21:02:09.211 INFO kablam! | Oct 21 21:02:09.211 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 21:02:09.211 INFO kablam! Oct 21 21:02:09.211 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 21 21:02:09.211 INFO kablam! --> benches/pos_vel_ecs_bench.rs:28:18 Oct 21 21:02:09.211 INFO kablam! | Oct 21 21:02:09.211 INFO kablam! 28 | for _ in (0..N_POS_VEL) { Oct 21 21:02:09.211 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 21:02:09.211 INFO kablam! | Oct 21 21:02:09.211 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 21:02:09.211 INFO kablam! Oct 21 21:02:09.212 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 21 21:02:09.212 INFO kablam! --> benches/pos_vel_ecs_bench.rs:36:18 Oct 21 21:02:09.212 INFO kablam! | Oct 21 21:02:09.212 INFO kablam! 36 | for _ in (0..N_POS) { Oct 21 21:02:09.212 INFO kablam! | ^^^^^^^^^^ help: remove these parentheses Oct 21 21:02:09.212 INFO kablam! Oct 21 21:02:09.259 INFO kablam! warning: unused variable: `p` Oct 21 21:02:09.259 INFO kablam! --> benches/pos_vel_ecs_bench_vec.rs:71:17 Oct 21 21:02:09.260 INFO kablam! | Oct 21 21:02:09.260 INFO kablam! 71 | for p in p1 {} Oct 21 21:02:09.260 INFO kablam! | ^ help: consider using `_p` instead Oct 21 21:02:09.260 INFO kablam! | Oct 21 21:02:09.261 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 21:02:09.261 INFO kablam! Oct 21 21:02:09.261 INFO kablam! warning: unused variable: `p` Oct 21 21:02:09.261 INFO kablam! --> benches/pos_vel_ecs_bench_vec.rs:72:17 Oct 21 21:02:09.261 INFO kablam! | Oct 21 21:02:09.261 INFO kablam! 72 | for p in p2 {} Oct 21 21:02:09.261 INFO kablam! | ^ help: consider using `_p` instead Oct 21 21:02:09.261 INFO kablam! Oct 21 21:02:09.267 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.93s Oct 21 21:02:09.272 INFO kablam! su: No module specific data is present Oct 21 21:02:09.589 INFO running `"docker" "rm" "-f" "2bc04cf5a1fcb34369545a19fb04a01c61942ef2636189f444ee09639a4b2194"` Oct 21 21:02:09.689 INFO blam! 2bc04cf5a1fcb34369545a19fb04a01c61942ef2636189f444ee09639a4b2194