Sep 01 09:56:22.520 INFO checking redis-0.8.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 09:56:22.520 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 09:56:22.520 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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=500" "-e" "CMD=cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 09:56:22.786 INFO blam! 18f57e826ddc6e50836fbd4e5f0ff5cabefa8ff916541cff931c1390dd6d9d6d Sep 01 09:56:22.788 INFO running `"docker" "start" "-a" "18f57e826ddc6e50836fbd4e5f0ff5cabefa8ff916541cff931c1390dd6d9d6d"` Sep 01 09:56:23.342 INFO kablam! Compiling redis v0.8.0 (file:///source) Sep 01 09:56:25.104 INFO kablam! warning: unused macro definition Sep 01 09:56:25.105 INFO kablam! --> src/macros.rs:3:1 Sep 01 09:56:25.105 INFO kablam! | Sep 01 09:56:25.105 INFO kablam! 3 | / macro_rules! ensure { Sep 01 09:56:25.105 INFO kablam! 4 | | ($expr:expr, $err_result:expr) => ( Sep 01 09:56:25.105 INFO kablam! 5 | | if !($expr) { return $err_result; } Sep 01 09:56:25.105 INFO kablam! 6 | | ) Sep 01 09:56:25.105 INFO kablam! 7 | | } Sep 01 09:56:25.105 INFO kablam! | |_^ Sep 01 09:56:25.105 INFO kablam! | Sep 01 09:56:25.105 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 01 09:56:25.105 INFO kablam! Sep 01 09:56:25.204 INFO kablam! warning: unused macro definition Sep 01 09:56:25.204 INFO kablam! --> src/macros.rs:3:1 Sep 01 09:56:25.205 INFO kablam! | Sep 01 09:56:25.205 INFO kablam! 3 | / macro_rules! ensure { Sep 01 09:56:25.205 INFO kablam! 4 | | ($expr:expr, $err_result:expr) => ( Sep 01 09:56:25.205 INFO kablam! 5 | | if !($expr) { return $err_result; } Sep 01 09:56:25.205 INFO kablam! 6 | | ) Sep 01 09:56:25.205 INFO kablam! 7 | | } Sep 01 09:56:25.205 INFO kablam! | |_^ Sep 01 09:56:25.205 INFO kablam! | Sep 01 09:56:25.205 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 01 09:56:25.205 INFO kablam! Sep 01 09:56:25.742 INFO kablam! warning: unreachable expression Sep 01 09:56:25.742 INFO kablam! --> src/parser.rs:112:21 Sep 01 09:56:25.742 INFO kablam! | Sep 01 09:56:25.742 INFO kablam! 112 | return fail!((ErrorKind::ResponseError, "Could not read enough bytes")), Sep 01 09:56:25.742 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:56:25.742 INFO kablam! | Sep 01 09:56:25.742 INFO kablam! = note: #[warn(unreachable_code)] on by default Sep 01 09:56:25.742 INFO kablam! Sep 01 09:56:25.859 INFO kablam! warning: unreachable expression Sep 01 09:56:25.859 INFO kablam! --> src/parser.rs:112:21 Sep 01 09:56:25.860 INFO kablam! | Sep 01 09:56:25.860 INFO kablam! 112 | return fail!((ErrorKind::ResponseError, "Could not read enough bytes")), Sep 01 09:56:25.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 09:56:25.860 INFO kablam! | Sep 01 09:56:25.860 INFO kablam! = note: #[warn(unreachable_code)] on by default Sep 01 09:56:25.860 INFO kablam! Sep 01 09:56:30.625 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 09:56:30.625 INFO kablam! --> tests/test_basic.rs:540:50 Sep 01 09:56:30.625 INFO kablam! | Sep 01 09:56:30.625 INFO kablam! 540 | assert_eq!(con.hincr("my_hash", "f1", 1), Ok((2))); Sep 01 09:56:30.625 INFO kablam! | ^^^ help: remove these parentheses Sep 01 09:56:30.626 INFO kablam! | Sep 01 09:56:30.626 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 09:56:30.626 INFO kablam! Sep 01 09:56:30.626 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 09:56:30.626 INFO kablam! --> tests/test_basic.rs:541:55 Sep 01 09:56:30.626 INFO kablam! | Sep 01 09:56:30.626 INFO kablam! 541 | assert_eq!(con.hincr("my_hash", "f2", 1.5f32), Ok((3.5f32))); Sep 01 09:56:30.626 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 01 09:56:30.626 INFO kablam! Sep 01 09:56:31.352 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.06s Sep 01 09:56:31.357 INFO kablam! su: No module specific data is present Sep 01 09:56:31.835 INFO running `"docker" "rm" "-f" "18f57e826ddc6e50836fbd4e5f0ff5cabefa8ff916541cff931c1390dd6d9d6d"` Sep 01 09:56:31.937 INFO blam! 18f57e826ddc6e50836fbd4e5f0ff5cabefa8ff916541cff931c1390dd6d9d6d