Oct 22 00:15:22.021 INFO checking rsmq-0.2.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 00:15:22.022 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 22 00:15:22.489 INFO blam! 6c82694b2a5aaa3532663aef16fb3e2ed0e7e658aab1e2bac8de87d6cacbc50a Oct 22 00:15:22.491 INFO running `"docker" "start" "-a" "6c82694b2a5aaa3532663aef16fb3e2ed0e7e658aab1e2bac8de87d6cacbc50a"` Oct 22 00:15:23.865 INFO kablam! usermod: no changes Oct 22 00:15:24.108 INFO kablam! Checking cast v0.1.0 Oct 22 00:15:24.112 INFO kablam! Checking radix v0.3.5 Oct 22 00:15:24.124 INFO kablam! Checking r2d2 v0.8.2 Oct 22 00:15:24.124 INFO kablam! Checking simplelog v0.4.4 Oct 22 00:15:24.124 INFO kablam! Checking redis v0.8.0 Oct 22 00:15:25.529 INFO kablam! Checking criterion-stats v0.1.3 Oct 22 00:15:25.529 INFO kablam! Checking criterion-plot v0.1.3 Oct 22 00:15:30.572 INFO kablam! Checking criterion v0.1.2 Oct 22 00:15:33.163 INFO kablam! Checking r2d2_redis v0.7.0 Oct 22 00:15:35.286 INFO kablam! Checking rsmq v0.2.1 (/source) Oct 22 00:15:48.360 INFO kablam! error[E0308]: mismatched types Oct 22 00:15:48.360 INFO kablam! --> benches/benchmark.rs:10:37 Oct 22 00:15:48.360 INFO kablam! | Oct 22 00:15:48.360 INFO kablam! 10 | let q = Queue::new("bench-queue", 60, 0, 1200); Oct 22 00:15:48.360 INFO kablam! | ^^ Oct 22 00:15:48.360 INFO kablam! | | Oct 22 00:15:48.360 INFO kablam! | expected enum `std::option::Option`, found integral variable Oct 22 00:15:48.360 INFO kablam! | help: try using a variant of the expected type: `Some(60)` Oct 22 00:15:48.360 INFO kablam! | Oct 22 00:15:48.360 INFO kablam! = note: expected type `std::option::Option` Oct 22 00:15:48.360 INFO kablam! found type `{integer}` Oct 22 00:15:48.360 INFO kablam! Oct 22 00:15:48.516 INFO kablam! error[E0308]: mismatched types Oct 22 00:15:48.516 INFO kablam! --> benches/benchmark.rs:10:41 Oct 22 00:15:48.516 INFO kablam! | Oct 22 00:15:48.516 INFO kablam! 10 | let q = Queue::new("bench-queue", 60, 0, 1200); Oct 22 00:15:48.516 INFO kablam! | ^ Oct 22 00:15:48.516 INFO kablam! | | Oct 22 00:15:48.516 INFO kablam! | expected enum `std::option::Option`, found integral variable Oct 22 00:15:48.516 INFO kablam! | help: try using a variant of the expected type: `Some(0)` Oct 22 00:15:48.516 INFO kablam! | Oct 22 00:15:48.516 INFO kablam! = note: expected type `std::option::Option` Oct 22 00:15:48.516 INFO kablam! found type `{integer}` Oct 22 00:15:48.516 INFO kablam! Oct 22 00:15:48.652 INFO kablam! error[E0308]: mismatched types Oct 22 00:15:48.652 INFO kablam! --> benches/benchmark.rs:10:44 Oct 22 00:15:48.652 INFO kablam! | Oct 22 00:15:48.652 INFO kablam! 10 | let q = Queue::new("bench-queue", 60, 0, 1200); Oct 22 00:15:48.652 INFO kablam! | ^^^^ Oct 22 00:15:48.652 INFO kablam! | | Oct 22 00:15:48.652 INFO kablam! | expected enum `std::option::Option`, found integral variable Oct 22 00:15:48.652 INFO kablam! | help: try using a variant of the expected type: `Some(1200)` Oct 22 00:15:48.652 INFO kablam! | Oct 22 00:15:48.652 INFO kablam! = note: expected type `std::option::Option` Oct 22 00:15:48.652 INFO kablam! found type `{integer}` Oct 22 00:15:48.652 INFO kablam! Oct 22 00:15:48.664 INFO kablam! error: aborting due to 3 previous errors Oct 22 00:15:48.664 INFO kablam! Oct 22 00:15:48.664 INFO kablam! For more information about this error, try `rustc --explain E0308`. Oct 22 00:15:48.682 INFO kablam! error: Could not compile `rsmq`. Oct 22 00:15:48.682 INFO kablam! Oct 22 00:15:48.682 INFO kablam! To learn more, run the command again with --verbose. Oct 22 00:15:48.682 INFO kablam! su: No module specific data is present Oct 22 00:15:49.331 INFO running `"docker" "rm" "-f" "6c82694b2a5aaa3532663aef16fb3e2ed0e7e658aab1e2bac8de87d6cacbc50a"` Oct 22 00:15:49.637 INFO blam! 6c82694b2a5aaa3532663aef16fb3e2ed0e7e658aab1e2bac8de87d6cacbc50a