Sep 19 20:12:43.992 INFO checking redis-0.8.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 20:12:43.992 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 20:12:43.992 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-6/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 20:12:44.145 INFO blam! bdfbac1351be39d0d989325367d9ed4307fa0cfae353ba61c81b21820862b4b5 Sep 19 20:12:44.147 INFO running `"docker" "start" "-a" "bdfbac1351be39d0d989325367d9ed4307fa0cfae353ba61c81b21820862b4b5"` Sep 19 20:12:45.040 INFO kablam! usermod: no changes Sep 19 20:12:45.114 INFO kablam! Compiling redis v0.8.0 (/source) Sep 19 20:12:46.125 INFO kablam! warning: unused macro definition Sep 19 20:12:46.125 INFO kablam! --> src/macros.rs:3:1 Sep 19 20:12:46.125 INFO kablam! | Sep 19 20:12:46.125 INFO kablam! 3 | / macro_rules! ensure { Sep 19 20:12:46.125 INFO kablam! 4 | | ($expr:expr, $err_result:expr) => ( Sep 19 20:12:46.125 INFO kablam! 5 | | if !($expr) { return $err_result; } Sep 19 20:12:46.125 INFO kablam! 6 | | ) Sep 19 20:12:46.125 INFO kablam! 7 | | } Sep 19 20:12:46.125 INFO kablam! | |_^ Sep 19 20:12:46.125 INFO kablam! | Sep 19 20:12:46.125 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 19 20:12:46.125 INFO kablam! Sep 19 20:12:46.158 INFO kablam! warning: unused macro definition Sep 19 20:12:46.158 INFO kablam! --> src/macros.rs:3:1 Sep 19 20:12:46.158 INFO kablam! | Sep 19 20:12:46.158 INFO kablam! 3 | / macro_rules! ensure { Sep 19 20:12:46.158 INFO kablam! 4 | | ($expr:expr, $err_result:expr) => ( Sep 19 20:12:46.158 INFO kablam! 5 | | if !($expr) { return $err_result; } Sep 19 20:12:46.158 INFO kablam! 6 | | ) Sep 19 20:12:46.158 INFO kablam! 7 | | } Sep 19 20:12:46.158 INFO kablam! | |_^ Sep 19 20:12:46.158 INFO kablam! | Sep 19 20:12:46.158 INFO kablam! = note: #[warn(unused_macros)] on by default Sep 19 20:12:46.158 INFO kablam! Sep 19 20:12:46.421 INFO kablam! warning: unreachable expression Sep 19 20:12:46.421 INFO kablam! --> src/parser.rs:112:21 Sep 19 20:12:46.421 INFO kablam! | Sep 19 20:12:46.421 INFO kablam! 112 | return fail!((ErrorKind::ResponseError, "Could not read enough bytes")), Sep 19 20:12:46.421 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 20:12:46.421 INFO kablam! | Sep 19 20:12:46.421 INFO kablam! = note: #[warn(unreachable_code)] on by default Sep 19 20:12:46.421 INFO kablam! Sep 19 20:12:46.451 INFO kablam! warning: unreachable expression Sep 19 20:12:46.451 INFO kablam! --> src/parser.rs:112:21 Sep 19 20:12:46.451 INFO kablam! | Sep 19 20:12:46.451 INFO kablam! 112 | return fail!((ErrorKind::ResponseError, "Could not read enough bytes")), Sep 19 20:12:46.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 20:12:46.451 INFO kablam! | Sep 19 20:12:46.451 INFO kablam! = note: #[warn(unreachable_code)] on by default Sep 19 20:12:46.451 INFO kablam! Sep 19 20:12:49.191 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 20:12:49.191 INFO kablam! --> tests/test_basic.rs:540:50 Sep 19 20:12:49.191 INFO kablam! | Sep 19 20:12:49.191 INFO kablam! 540 | assert_eq!(con.hincr("my_hash", "f1", 1), Ok((2))); Sep 19 20:12:49.191 INFO kablam! | ^^^ help: remove these parentheses Sep 19 20:12:49.191 INFO kablam! | Sep 19 20:12:49.191 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 20:12:49.191 INFO kablam! Sep 19 20:12:49.191 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 20:12:49.191 INFO kablam! --> tests/test_basic.rs:541:55 Sep 19 20:12:49.191 INFO kablam! | Sep 19 20:12:49.191 INFO kablam! 541 | assert_eq!(con.hincr("my_hash", "f2", 1.5f32), Ok((3.5f32))); Sep 19 20:12:49.191 INFO kablam! | ^^^^^^^^ help: remove these parentheses Sep 19 20:12:49.191 INFO kablam! Sep 19 20:12:49.973 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.91s Sep 19 20:12:49.985 INFO kablam! su: No module specific data is present Sep 19 20:12:50.732 INFO running `"docker" "rm" "-f" "bdfbac1351be39d0d989325367d9ed4307fa0cfae353ba61c81b21820862b4b5"` Sep 19 20:12:50.830 INFO blam! bdfbac1351be39d0d989325367d9ed4307fa0cfae353ba61c81b21820862b4b5