Sep 10 12:06:38.002 INFO checking redis-0.8.0 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 12:06:38.002 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 12:06:38.002 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-0/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 12:06:38.237 INFO blam! 0f4ffd5205ea331335de4fa955b596c5e311fef29644f49a1bc19c35ca9c66c1 Sep 10 12:06:38.239 INFO running `"docker" "start" "-a" "0f4ffd5205ea331335de4fa955b596c5e311fef29644f49a1bc19c35ca9c66c1"` Sep 10 12:06:39.274 INFO kablam! usermod: no changes Sep 10 12:06:39.418 INFO kablam! Compiling redis v0.8.0 (file:///source) Sep 10 12:06:41.178 INFO kablam! warning: unused macro definition Sep 10 12:06:41.178 INFO kablam! --> src/macros.rs:3:1 Sep 10 12:06:41.178 INFO kablam! | Sep 10 12:06:41.178 INFO kablam! 3 | / macro_rules! ensure { Sep 10 12:06:41.178 INFO kablam! 4 | | ($expr:expr, $err_result:expr) => ( Sep 10 12:06:41.178 INFO kablam! 5 | | if !($expr) { return $err_result; } Sep 10 12:06:41.178 INFO kablam! 6 | | ) Sep 10 12:06:41.178 INFO kablam! 7 | | } Sep 10 12:06:41.178 INFO kablam! | |_^ Sep 10 12:06:41.178 INFO kablam! | Sep 10 12:06:41.178 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 10 12:06:41.178 INFO kablam! Sep 10 12:06:41.486 INFO kablam! warning: unreachable expression Sep 10 12:06:41.486 INFO kablam! --> src/parser.rs:112:21 Sep 10 12:06:41.486 INFO kablam! | Sep 10 12:06:41.486 INFO kablam! 112 | return fail!((ErrorKind::ResponseError, "Could not read enough bytes")), Sep 10 12:06:41.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 12:06:41.486 INFO kablam! | Sep 10 12:06:41.486 INFO kablam! = note: #[warn(unreachable_code)] on by default Sep 10 12:06:41.486 INFO kablam! Sep 10 12:06:41.525 INFO kablam! warning: unused macro definition Sep 10 12:06:41.525 INFO kablam! --> src/macros.rs:3:1 Sep 10 12:06:41.525 INFO kablam! | Sep 10 12:06:41.525 INFO kablam! 3 | / macro_rules! ensure { Sep 10 12:06:41.525 INFO kablam! 4 | | ($expr:expr, $err_result:expr) => ( Sep 10 12:06:41.525 INFO kablam! 5 | | if !($expr) { return $err_result; } Sep 10 12:06:41.525 INFO kablam! 6 | | ) Sep 10 12:06:41.525 INFO kablam! 7 | | } Sep 10 12:06:41.525 INFO kablam! | |_^ Sep 10 12:06:41.525 INFO kablam! | Sep 10 12:06:41.525 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 10 12:06:41.525 INFO kablam! Sep 10 12:06:41.834 INFO kablam! warning: unreachable expression Sep 10 12:06:41.834 INFO kablam! --> src/parser.rs:112:21 Sep 10 12:06:41.834 INFO kablam! | Sep 10 12:06:41.834 INFO kablam! 112 | return fail!((ErrorKind::ResponseError, "Could not read enough bytes")), Sep 10 12:06:41.834 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 12:06:41.834 INFO kablam! | Sep 10 12:06:41.834 INFO kablam! = note: #[warn(unreachable_code)] on by default Sep 10 12:06:41.834 INFO kablam! Sep 10 12:06:44.262 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 12:06:44.262 INFO kablam! --> tests/test_basic.rs:540:50 Sep 10 12:06:44.262 INFO kablam! | Sep 10 12:06:44.262 INFO kablam! 540 | assert_eq!(con.hincr("my_hash", "f1", 1), Ok((2))); Sep 10 12:06:44.262 INFO kablam! | ^^^ help: remove these parentheses Sep 10 12:06:44.262 INFO kablam! | Sep 10 12:06:44.262 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 10 12:06:44.262 INFO kablam! Sep 10 12:06:44.262 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 12:06:44.262 INFO kablam! --> tests/test_basic.rs:541:55 Sep 10 12:06:44.262 INFO kablam! | Sep 10 12:06:44.262 INFO kablam! 541 | assert_eq!(con.hincr("my_hash", "f2", 1.5f32), Ok((3.5f32))); Sep 10 12:06:44.262 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 10 12:06:44.262 INFO kablam! Sep 10 12:06:44.947 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.60s Sep 10 12:06:44.961 INFO kablam! su: No module specific data is present Sep 10 12:06:45.659 INFO running `"docker" "rm" "-f" "0f4ffd5205ea331335de4fa955b596c5e311fef29644f49a1bc19c35ca9c66c1"` Sep 10 12:06:45.762 INFO blam! 0f4ffd5205ea331335de4fa955b596c5e311fef29644f49a1bc19c35ca9c66c1