Sep 19 21:29:11.568 INFO checking rsmq-0.2.1 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 21:29:11.568 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 21:29:11.568 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-0/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 21:29:11.818 INFO blam! 604e31d4208200cc12d65b94f925e88f873a7f1bd62756824042adc5e2d694c7 Sep 19 21:29:11.821 INFO running `"docker" "start" "-a" "604e31d4208200cc12d65b94f925e88f873a7f1bd62756824042adc5e2d694c7"` Sep 19 21:29:12.790 INFO kablam! usermod: no changes Sep 19 21:29:13.013 INFO kablam! Checking cast v0.1.0 Sep 19 21:29:13.014 INFO kablam! Checking radix v0.3.5 Sep 19 21:29:13.017 INFO kablam! Checking r2d2 v0.8.2 Sep 19 21:29:13.019 INFO kablam! Checking simplelog v0.4.4 Sep 19 21:29:13.021 INFO kablam! Checking redis v0.8.0 Sep 19 21:29:14.062 INFO kablam! Checking criterion-stats v0.1.3 Sep 19 21:29:14.062 INFO kablam! Checking criterion-plot v0.1.3 Sep 19 21:29:16.218 INFO kablam! Checking criterion v0.1.2 Sep 19 21:29:17.326 INFO kablam! Checking r2d2_redis v0.7.0 Sep 19 21:29:18.307 INFO kablam! Checking rsmq v0.2.1 (/source) Sep 19 21:29:22.439 INFO kablam! error[E0308]: mismatched types Sep 19 21:29:22.439 INFO kablam! --> benches/benchmark.rs:10:37 Sep 19 21:29:22.439 INFO kablam! | Sep 19 21:29:22.439 INFO kablam! 10 | let q = Queue::new("bench-queue", 60, 0, 1200); Sep 19 21:29:22.439 INFO kablam! | ^^ Sep 19 21:29:22.439 INFO kablam! | | Sep 19 21:29:22.439 INFO kablam! | expected enum `std::option::Option`, found integral variable Sep 19 21:29:22.439 INFO kablam! | help: try using a variant of the expected type: `Some(60)` Sep 19 21:29:22.439 INFO kablam! | Sep 19 21:29:22.439 INFO kablam! = note: expected type `std::option::Option` Sep 19 21:29:22.439 INFO kablam! found type `{integer}` Sep 19 21:29:22.439 INFO kablam! Sep 19 21:29:22.548 INFO kablam! error[E0308]: mismatched types Sep 19 21:29:22.548 INFO kablam! --> benches/benchmark.rs:10:41 Sep 19 21:29:22.548 INFO kablam! | Sep 19 21:29:22.548 INFO kablam! 10 | let q = Queue::new("bench-queue", 60, 0, 1200); Sep 19 21:29:22.548 INFO kablam! | ^ Sep 19 21:29:22.548 INFO kablam! | | Sep 19 21:29:22.548 INFO kablam! | expected enum `std::option::Option`, found integral variable Sep 19 21:29:22.548 INFO kablam! | help: try using a variant of the expected type: `Some(0)` Sep 19 21:29:22.548 INFO kablam! | Sep 19 21:29:22.548 INFO kablam! = note: expected type `std::option::Option` Sep 19 21:29:22.548 INFO kablam! found type `{integer}` Sep 19 21:29:22.548 INFO kablam! Sep 19 21:29:22.694 INFO kablam! error[E0308]: mismatched types Sep 19 21:29:22.694 INFO kablam! --> benches/benchmark.rs:10:44 Sep 19 21:29:22.694 INFO kablam! | Sep 19 21:29:22.694 INFO kablam! 10 | let q = Queue::new("bench-queue", 60, 0, 1200); Sep 19 21:29:22.694 INFO kablam! | ^^^^ Sep 19 21:29:22.694 INFO kablam! | | Sep 19 21:29:22.694 INFO kablam! | expected enum `std::option::Option`, found integral variable Sep 19 21:29:22.694 INFO kablam! | help: try using a variant of the expected type: `Some(1200)` Sep 19 21:29:22.694 INFO kablam! | Sep 19 21:29:22.694 INFO kablam! = note: expected type `std::option::Option` Sep 19 21:29:22.694 INFO kablam! found type `{integer}` Sep 19 21:29:22.694 INFO kablam! Sep 19 21:29:22.702 INFO kablam! error: aborting due to 3 previous errors Sep 19 21:29:22.702 INFO kablam! Sep 19 21:29:22.702 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 19 21:29:22.721 INFO kablam! error: Could not compile `rsmq`. Sep 19 21:29:22.721 INFO kablam! Sep 19 21:29:22.721 INFO kablam! To learn more, run the command again with --verbose. Sep 19 21:29:22.722 INFO kablam! su: No module specific data is present Sep 19 21:29:23.594 INFO running `"docker" "rm" "-f" "604e31d4208200cc12d65b94f925e88f873a7f1bd62756824042adc5e2d694c7"` Sep 19 21:29:23.775 INFO blam! 604e31d4208200cc12d65b94f925e88f873a7f1bd62756824042adc5e2d694c7