Sep 14 10:23:52.782 INFO checking rsmq-0.2.1 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 10:23:52.782 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 10:23:52.782 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-4/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 10:23:53.154 INFO blam! d791a76790e020a1f8946991d355bf0ddb785ed9964f3dad1f4d98d4681ff572 Sep 14 10:23:53.156 INFO running `"docker" "start" "-a" "d791a76790e020a1f8946991d355bf0ddb785ed9964f3dad1f4d98d4681ff572"` Sep 14 10:23:54.434 INFO kablam! usermod: no changes Sep 14 10:23:54.636 INFO kablam! Compiling redis v0.8.0 Sep 14 10:23:54.636 INFO kablam! Checking cast v0.1.0 Sep 14 10:23:54.636 INFO kablam! Checking radix v0.3.5 Sep 14 10:23:54.636 INFO kablam! Checking r2d2 v0.8.2 Sep 14 10:23:54.641 INFO kablam! Checking simplelog v0.4.4 Sep 14 10:23:55.111 INFO kablam! Checking criterion-stats v0.1.3 Sep 14 10:23:55.111 INFO kablam! Checking criterion-plot v0.1.3 Sep 14 10:23:57.169 INFO kablam! Checking criterion v0.1.2 Sep 14 10:24:00.751 INFO kablam! Checking r2d2_redis v0.7.0 Sep 14 10:24:01.230 INFO kablam! Checking rsmq v0.2.1 (file:///source) Sep 14 10:24:04.239 INFO kablam! error[E0308]: mismatched types Sep 14 10:24:04.239 INFO kablam! --> benches/benchmark.rs:10:37 Sep 14 10:24:04.239 INFO kablam! | Sep 14 10:24:04.239 INFO kablam! 10 | let q = Queue::new("bench-queue", 60, 0, 1200); Sep 14 10:24:04.239 INFO kablam! | ^^ Sep 14 10:24:04.239 INFO kablam! | | Sep 14 10:24:04.239 INFO kablam! | expected enum `std::option::Option`, found integral variable Sep 14 10:24:04.239 INFO kablam! | help: try using a variant of the expected type: `Some(60)` Sep 14 10:24:04.239 INFO kablam! | Sep 14 10:24:04.239 INFO kablam! = note: expected type `std::option::Option` Sep 14 10:24:04.239 INFO kablam! found type `{integer}` Sep 14 10:24:04.239 INFO kablam! Sep 14 10:24:04.371 INFO kablam! error[E0308]: mismatched types Sep 14 10:24:04.371 INFO kablam! --> benches/benchmark.rs:10:41 Sep 14 10:24:04.371 INFO kablam! | Sep 14 10:24:04.371 INFO kablam! 10 | let q = Queue::new("bench-queue", 60, 0, 1200); Sep 14 10:24:04.371 INFO kablam! | ^ Sep 14 10:24:04.371 INFO kablam! | | Sep 14 10:24:04.371 INFO kablam! | expected enum `std::option::Option`, found integral variable Sep 14 10:24:04.371 INFO kablam! | help: try using a variant of the expected type: `Some(0)` Sep 14 10:24:04.371 INFO kablam! | Sep 14 10:24:04.371 INFO kablam! = note: expected type `std::option::Option` Sep 14 10:24:04.371 INFO kablam! found type `{integer}` Sep 14 10:24:04.371 INFO kablam! Sep 14 10:24:04.527 INFO kablam! error[E0308]: mismatched types Sep 14 10:24:04.527 INFO kablam! --> benches/benchmark.rs:10:44 Sep 14 10:24:04.527 INFO kablam! | Sep 14 10:24:04.527 INFO kablam! 10 | let q = Queue::new("bench-queue", 60, 0, 1200); Sep 14 10:24:04.527 INFO kablam! | ^^^^ Sep 14 10:24:04.527 INFO kablam! | | Sep 14 10:24:04.527 INFO kablam! | expected enum `std::option::Option`, found integral variable Sep 14 10:24:04.527 INFO kablam! | help: try using a variant of the expected type: `Some(1200)` Sep 14 10:24:04.527 INFO kablam! | Sep 14 10:24:04.527 INFO kablam! = note: expected type `std::option::Option` Sep 14 10:24:04.527 INFO kablam! found type `{integer}` Sep 14 10:24:04.527 INFO kablam! Sep 14 10:24:04.542 INFO kablam! error: aborting due to 3 previous errors Sep 14 10:24:04.542 INFO kablam! Sep 14 10:24:04.542 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 14 10:24:04.571 INFO kablam! error: Could not compile `rsmq`. Sep 14 10:24:04.571 INFO kablam! Sep 14 10:24:04.571 INFO kablam! To learn more, run the command again with --verbose. Sep 14 10:24:04.571 INFO kablam! su: No module specific data is present Sep 14 10:24:05.461 INFO running `"docker" "rm" "-f" "d791a76790e020a1f8946991d355bf0ddb785ed9964f3dad1f4d98d4681ff572"` Sep 14 10:24:05.690 INFO blam! d791a76790e020a1f8946991d355bf0ddb785ed9964f3dad1f4d98d4681ff572