Sep 17 18:37:01.447 INFO checking rsmq-0.2.1 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 18:37:01.447 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 18:37:01.447 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 18:37:01.775 INFO blam! 039b44cfd488f0610cc0cc0781a19b56671a92e3174f18b3aee89a0859448d21 Sep 17 18:37:01.783 INFO running `"docker" "start" "-a" "039b44cfd488f0610cc0cc0781a19b56671a92e3174f18b3aee89a0859448d21"` Sep 17 18:37:03.127 INFO kablam! usermod: no changes Sep 17 18:37:03.339 INFO kablam! Checking cast v0.1.0 Sep 17 18:37:03.339 INFO kablam! Checking radix v0.3.5 Sep 17 18:37:03.339 INFO kablam! Checking r2d2 v0.8.2 Sep 17 18:37:03.339 INFO kablam! Checking simplelog v0.4.4 Sep 17 18:37:04.179 INFO kablam! Checking criterion-plot v0.1.3 Sep 17 18:37:04.181 INFO kablam! Checking criterion-stats v0.1.3 Sep 17 18:37:04.583 INFO kablam! Checking r2d2_redis v0.7.0 Sep 17 18:37:05.863 INFO kablam! Checking rsmq v0.2.1 (/source) Sep 17 18:37:06.479 INFO kablam! Checking criterion v0.1.2 Sep 17 18:37:11.410 INFO kablam! error[E0308]: mismatched types Sep 17 18:37:11.410 INFO kablam! --> benches/benchmark.rs:10:37 Sep 17 18:37:11.410 INFO kablam! | Sep 17 18:37:11.410 INFO kablam! 10 | let q = Queue::new("bench-queue", 60, 0, 1200); Sep 17 18:37:11.410 INFO kablam! | ^^ Sep 17 18:37:11.410 INFO kablam! | | Sep 17 18:37:11.410 INFO kablam! | expected enum `std::option::Option`, found integral variable Sep 17 18:37:11.410 INFO kablam! | help: try using a variant of the expected type: `Some(60)` Sep 17 18:37:11.410 INFO kablam! | Sep 17 18:37:11.410 INFO kablam! = note: expected type `std::option::Option` Sep 17 18:37:11.410 INFO kablam! found type `{integer}` Sep 17 18:37:11.410 INFO kablam! Sep 17 18:37:11.561 INFO kablam! error[E0308]: mismatched types Sep 17 18:37:11.561 INFO kablam! --> benches/benchmark.rs:10:41 Sep 17 18:37:11.561 INFO kablam! | Sep 17 18:37:11.561 INFO kablam! 10 | let q = Queue::new("bench-queue", 60, 0, 1200); Sep 17 18:37:11.561 INFO kablam! | ^ Sep 17 18:37:11.561 INFO kablam! | | Sep 17 18:37:11.561 INFO kablam! | expected enum `std::option::Option`, found integral variable Sep 17 18:37:11.561 INFO kablam! | help: try using a variant of the expected type: `Some(0)` Sep 17 18:37:11.561 INFO kablam! | Sep 17 18:37:11.561 INFO kablam! = note: expected type `std::option::Option` Sep 17 18:37:11.561 INFO kablam! found type `{integer}` Sep 17 18:37:11.561 INFO kablam! Sep 17 18:37:11.687 INFO kablam! error[E0308]: mismatched types Sep 17 18:37:11.687 INFO kablam! --> benches/benchmark.rs:10:44 Sep 17 18:37:11.687 INFO kablam! | Sep 17 18:37:11.687 INFO kablam! 10 | let q = Queue::new("bench-queue", 60, 0, 1200); Sep 17 18:37:11.687 INFO kablam! | ^^^^ Sep 17 18:37:11.687 INFO kablam! | | Sep 17 18:37:11.687 INFO kablam! | expected enum `std::option::Option`, found integral variable Sep 17 18:37:11.687 INFO kablam! | help: try using a variant of the expected type: `Some(1200)` Sep 17 18:37:11.687 INFO kablam! | Sep 17 18:37:11.687 INFO kablam! = note: expected type `std::option::Option` Sep 17 18:37:11.687 INFO kablam! found type `{integer}` Sep 17 18:37:11.687 INFO kablam! Sep 17 18:37:11.699 INFO kablam! error: aborting due to 3 previous errors Sep 17 18:37:11.699 INFO kablam! Sep 17 18:37:11.699 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 17 18:37:11.720 INFO kablam! error: Could not compile `rsmq`. Sep 17 18:37:11.720 INFO kablam! Sep 17 18:37:11.720 INFO kablam! To learn more, run the command again with --verbose. Sep 17 18:37:11.721 INFO kablam! su: No module specific data is present Sep 17 18:37:12.539 INFO running `"docker" "rm" "-f" "039b44cfd488f0610cc0cc0781a19b56671a92e3174f18b3aee89a0859448d21"` Sep 17 18:37:12.803 INFO blam! 039b44cfd488f0610cc0cc0781a19b56671a92e3174f18b3aee89a0859448d21