Sep 04 09:46:02.267 INFO checking redis-0.8.0 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 04 09:46:02.267 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 04 09:46:02.267 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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 +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 09:46:02.465 INFO blam! 2ab3f54921b2220760a5ad21534c40e1af3ea1f0519312ccfae2228d0d10307a Sep 04 09:46:02.467 INFO running `"docker" "start" "-a" "2ab3f54921b2220760a5ad21534c40e1af3ea1f0519312ccfae2228d0d10307a"` Sep 04 09:46:03.030 INFO kablam! Compiling redis v0.8.0 (file:///source) Sep 04 09:46:04.714 INFO kablam! warning: unused macro definition Sep 04 09:46:04.714 INFO kablam! --> src/macros.rs:3:1 Sep 04 09:46:04.714 INFO kablam! | Sep 04 09:46:04.714 INFO kablam! 3 | / macro_rules! ensure { Sep 04 09:46:04.714 INFO kablam! 4 | | ($expr:expr, $err_result:expr) => ( Sep 04 09:46:04.714 INFO kablam! 5 | | if !($expr) { return $err_result; } Sep 04 09:46:04.714 INFO kablam! 6 | | ) Sep 04 09:46:04.714 INFO kablam! 7 | | } Sep 04 09:46:04.714 INFO kablam! | |_^ Sep 04 09:46:04.714 INFO kablam! | Sep 04 09:46:04.715 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 04 09:46:04.715 INFO kablam! Sep 04 09:46:04.799 INFO kablam! warning: unused macro definition Sep 04 09:46:04.799 INFO kablam! --> src/macros.rs:3:1 Sep 04 09:46:04.799 INFO kablam! | Sep 04 09:46:04.799 INFO kablam! 3 | / macro_rules! ensure { Sep 04 09:46:04.799 INFO kablam! 4 | | ($expr:expr, $err_result:expr) => ( Sep 04 09:46:04.799 INFO kablam! 5 | | if !($expr) { return $err_result; } Sep 04 09:46:04.799 INFO kablam! 6 | | ) Sep 04 09:46:04.799 INFO kablam! 7 | | } Sep 04 09:46:04.799 INFO kablam! | |_^ Sep 04 09:46:04.799 INFO kablam! | Sep 04 09:46:04.799 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 04 09:46:04.799 INFO kablam! Sep 04 09:46:05.280 INFO kablam! warning: unreachable expression Sep 04 09:46:05.280 INFO kablam! --> src/parser.rs:112:21 Sep 04 09:46:05.280 INFO kablam! | Sep 04 09:46:05.280 INFO kablam! 112 | return fail!((ErrorKind::ResponseError, "Could not read enough bytes")), Sep 04 09:46:05.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 09:46:05.280 INFO kablam! | Sep 04 09:46:05.280 INFO kablam! = note: #[warn(unreachable_code)] on by default Sep 04 09:46:05.280 INFO kablam! Sep 04 09:46:05.453 INFO kablam! warning: unreachable expression Sep 04 09:46:05.453 INFO kablam! --> src/parser.rs:112:21 Sep 04 09:46:05.453 INFO kablam! | Sep 04 09:46:05.453 INFO kablam! 112 | return fail!((ErrorKind::ResponseError, "Could not read enough bytes")), Sep 04 09:46:05.453 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 09:46:05.453 INFO kablam! | Sep 04 09:46:05.453 INFO kablam! = note: #[warn(unreachable_code)] on by default Sep 04 09:46:05.453 INFO kablam! Sep 04 09:46:10.178 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 09:46:10.178 INFO kablam! --> tests/test_basic.rs:540:50 Sep 04 09:46:10.178 INFO kablam! | Sep 04 09:46:10.178 INFO kablam! 540 | assert_eq!(con.hincr("my_hash", "f1", 1), Ok((2))); Sep 04 09:46:10.178 INFO kablam! | ^^^ help: remove these parentheses Sep 04 09:46:10.178 INFO kablam! | Sep 04 09:46:10.179 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 09:46:10.179 INFO kablam! Sep 04 09:46:10.179 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 09:46:10.179 INFO kablam! --> tests/test_basic.rs:541:55 Sep 04 09:46:10.180 INFO kablam! | Sep 04 09:46:10.180 INFO kablam! 541 | assert_eq!(con.hincr("my_hash", "f2", 1.5f32), Ok((3.5f32))); Sep 04 09:46:10.180 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 04 09:46:10.180 INFO kablam! Sep 04 09:46:11.196 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.20s Sep 04 09:46:11.202 INFO kablam! su: No module specific data is present Sep 04 09:46:11.627 INFO running `"docker" "rm" "-f" "2ab3f54921b2220760a5ad21534c40e1af3ea1f0519312ccfae2228d0d10307a"` Sep 04 09:46:11.724 INFO blam! 2ab3f54921b2220760a5ad21534c40e1af3ea1f0519312ccfae2228d0d10307a