Sep 19 21:29:09.455 INFO checking rsmq-0.2.1 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 21:29:09.455 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 21:29:09.455 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-5/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-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:09.697 INFO blam! a7f35d6b2734b95497166f764636861c7bfcae55cfe14213fd5e2a6450a76b3c Sep 19 21:29:09.700 INFO running `"docker" "start" "-a" "a7f35d6b2734b95497166f764636861c7bfcae55cfe14213fd5e2a6450a76b3c"` Sep 19 21:29:11.061 INFO kablam! usermod: no changes Sep 19 21:29:11.335 INFO kablam! Checking cast v0.1.0 Sep 19 21:29:11.336 INFO kablam! Checking radix v0.3.5 Sep 19 21:29:11.374 INFO kablam! Checking r2d2 v0.8.2 Sep 19 21:29:11.376 INFO kablam! Checking simplelog v0.4.4 Sep 19 21:29:12.230 INFO kablam! Checking r2d2_redis v0.7.0 Sep 19 21:29:12.242 INFO kablam! Checking criterion-stats v0.1.3 Sep 19 21:29:12.242 INFO kablam! Checking criterion-plot v0.1.3 Sep 19 21:29:13.246 INFO kablam! Checking rsmq v0.2.1 (/source) Sep 19 21:29:14.470 INFO kablam! Checking criterion v0.1.2 Sep 19 21:29:19.443 INFO kablam! error[E0308]: mismatched types Sep 19 21:29:19.443 INFO kablam! --> benches/benchmark.rs:10:37 Sep 19 21:29:19.443 INFO kablam! | Sep 19 21:29:19.443 INFO kablam! 10 | let q = Queue::new("bench-queue", 60, 0, 1200); Sep 19 21:29:19.443 INFO kablam! | ^^ Sep 19 21:29:19.443 INFO kablam! | | Sep 19 21:29:19.443 INFO kablam! | expected enum `std::option::Option`, found integral variable Sep 19 21:29:19.443 INFO kablam! | help: try using a variant of the expected type: `Some(60)` Sep 19 21:29:19.443 INFO kablam! | Sep 19 21:29:19.443 INFO kablam! = note: expected type `std::option::Option` Sep 19 21:29:19.443 INFO kablam! found type `{integer}` Sep 19 21:29:19.443 INFO kablam! Sep 19 21:29:19.596 INFO kablam! error[E0308]: mismatched types Sep 19 21:29:19.596 INFO kablam! --> benches/benchmark.rs:10:41 Sep 19 21:29:19.596 INFO kablam! | Sep 19 21:29:19.596 INFO kablam! 10 | let q = Queue::new("bench-queue", 60, 0, 1200); Sep 19 21:29:19.596 INFO kablam! | ^ Sep 19 21:29:19.596 INFO kablam! | | Sep 19 21:29:19.596 INFO kablam! | expected enum `std::option::Option`, found integral variable Sep 19 21:29:19.596 INFO kablam! | help: try using a variant of the expected type: `Some(0)` Sep 19 21:29:19.596 INFO kablam! | Sep 19 21:29:19.596 INFO kablam! = note: expected type `std::option::Option` Sep 19 21:29:19.596 INFO kablam! found type `{integer}` Sep 19 21:29:19.596 INFO kablam! Sep 19 21:29:19.814 INFO kablam! error[E0308]: mismatched types Sep 19 21:29:19.814 INFO kablam! --> benches/benchmark.rs:10:44 Sep 19 21:29:19.814 INFO kablam! | Sep 19 21:29:19.814 INFO kablam! 10 | let q = Queue::new("bench-queue", 60, 0, 1200); Sep 19 21:29:19.814 INFO kablam! | ^^^^ Sep 19 21:29:19.814 INFO kablam! | | Sep 19 21:29:19.814 INFO kablam! | expected enum `std::option::Option`, found integral variable Sep 19 21:29:19.814 INFO kablam! | help: try using a variant of the expected type: `Some(1200)` Sep 19 21:29:19.814 INFO kablam! | Sep 19 21:29:19.814 INFO kablam! = note: expected type `std::option::Option` Sep 19 21:29:19.814 INFO kablam! found type `{integer}` Sep 19 21:29:19.814 INFO kablam! Sep 19 21:29:19.830 INFO kablam! error: aborting due to 3 previous errors Sep 19 21:29:19.830 INFO kablam! Sep 19 21:29:19.830 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 19 21:29:19.846 INFO kablam! error: Could not compile `rsmq`. Sep 19 21:29:19.846 INFO kablam! Sep 19 21:29:19.846 INFO kablam! To learn more, run the command again with --verbose. Sep 19 21:29:19.846 INFO kablam! su: No module specific data is present Sep 19 21:29:20.697 INFO running `"docker" "rm" "-f" "a7f35d6b2734b95497166f764636861c7bfcae55cfe14213fd5e2a6450a76b3c"` Sep 19 21:29:20.843 INFO blam! a7f35d6b2734b95497166f764636861c7bfcae55cfe14213fd5e2a6450a76b3c