Sep 14 11:02:06.107 INFO checking redis-0.8.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 11:02:06.107 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 11:02:06.107 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-2/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 11:02:06.265 INFO blam! 42e18c9a1f7de170291307134b8a6e36f2d0cecc0d551d0f78617646d01fe98b Sep 14 11:02:06.267 INFO running `"docker" "start" "-a" "42e18c9a1f7de170291307134b8a6e36f2d0cecc0d551d0f78617646d01fe98b"` Sep 14 11:02:07.159 INFO kablam! usermod: no changes Sep 14 11:02:07.226 INFO kablam! Compiling redis v0.8.0 (file:///source) Sep 14 11:02:09.003 INFO kablam! warning: unused macro definition Sep 14 11:02:09.003 INFO kablam! --> src/macros.rs:3:1 Sep 14 11:02:09.003 INFO kablam! | Sep 14 11:02:09.003 INFO kablam! 3 | / macro_rules! ensure { Sep 14 11:02:09.003 INFO kablam! 4 | | ($expr:expr, $err_result:expr) => ( Sep 14 11:02:09.003 INFO kablam! 5 | | if !($expr) { return $err_result; } Sep 14 11:02:09.003 INFO kablam! 6 | | ) Sep 14 11:02:09.003 INFO kablam! 7 | | } Sep 14 11:02:09.003 INFO kablam! | |_^ Sep 14 11:02:09.003 INFO kablam! | Sep 14 11:02:09.003 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 14 11:02:09.003 INFO kablam! Sep 14 11:02:09.231 INFO kablam! warning: unused macro definition Sep 14 11:02:09.231 INFO kablam! --> src/macros.rs:3:1 Sep 14 11:02:09.231 INFO kablam! | Sep 14 11:02:09.231 INFO kablam! 3 | / macro_rules! ensure { Sep 14 11:02:09.231 INFO kablam! 4 | | ($expr:expr, $err_result:expr) => ( Sep 14 11:02:09.231 INFO kablam! 5 | | if !($expr) { return $err_result; } Sep 14 11:02:09.231 INFO kablam! 6 | | ) Sep 14 11:02:09.231 INFO kablam! 7 | | } Sep 14 11:02:09.231 INFO kablam! | |_^ Sep 14 11:02:09.231 INFO kablam! | Sep 14 11:02:09.231 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 14 11:02:09.231 INFO kablam! Sep 14 11:02:09.295 INFO kablam! warning: unreachable expression Sep 14 11:02:09.295 INFO kablam! --> src/parser.rs:112:21 Sep 14 11:02:09.295 INFO kablam! | Sep 14 11:02:09.295 INFO kablam! 112 | return fail!((ErrorKind::ResponseError, "Could not read enough bytes")), Sep 14 11:02:09.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:02:09.295 INFO kablam! | Sep 14 11:02:09.295 INFO kablam! = note: #[warn(unreachable_code)] on by default Sep 14 11:02:09.295 INFO kablam! Sep 14 11:02:09.549 INFO kablam! warning: unreachable expression Sep 14 11:02:09.549 INFO kablam! --> src/parser.rs:112:21 Sep 14 11:02:09.549 INFO kablam! | Sep 14 11:02:09.549 INFO kablam! 112 | return fail!((ErrorKind::ResponseError, "Could not read enough bytes")), Sep 14 11:02:09.549 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:02:09.549 INFO kablam! | Sep 14 11:02:09.549 INFO kablam! = note: #[warn(unreachable_code)] on by default Sep 14 11:02:09.549 INFO kablam! Sep 14 11:02:12.676 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 11:02:12.676 INFO kablam! --> tests/test_basic.rs:540:50 Sep 14 11:02:12.676 INFO kablam! | Sep 14 11:02:12.676 INFO kablam! 540 | assert_eq!(con.hincr("my_hash", "f1", 1), Ok((2))); Sep 14 11:02:12.676 INFO kablam! | ^^^ help: remove these parentheses Sep 14 11:02:12.676 INFO kablam! | Sep 14 11:02:12.676 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 11:02:12.676 INFO kablam! Sep 14 11:02:12.676 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 11:02:12.676 INFO kablam! --> tests/test_basic.rs:541:55 Sep 14 11:02:12.676 INFO kablam! | Sep 14 11:02:12.676 INFO kablam! 541 | assert_eq!(con.hincr("my_hash", "f2", 1.5f32), Ok((3.5f32))); Sep 14 11:02:12.676 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 14 11:02:12.676 INFO kablam! Sep 14 11:02:13.315 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.14s Sep 14 11:02:13.320 INFO kablam! su: No module specific data is present Sep 14 11:02:14.121 INFO running `"docker" "rm" "-f" "42e18c9a1f7de170291307134b8a6e36f2d0cecc0d551d0f78617646d01fe98b"` Sep 14 11:02:14.402 INFO blam! 42e18c9a1f7de170291307134b8a6e36f2d0cecc0d551d0f78617646d01fe98b