Oct 27 16:52:44.237 INFO checking rsmq-0.2.1 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 16:52:44.237 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 16:52:44.643 INFO blam! 8038d717ab3f80b05292200b8d87fe08a69b499960fd84db214e8f42ce62b82e Oct 27 16:52:44.647 INFO running `"docker" "start" "-a" "8038d717ab3f80b05292200b8d87fe08a69b499960fd84db214e8f42ce62b82e"` Oct 27 16:52:45.663 INFO kablam! usermod: no changes Oct 27 16:52:45.891 INFO kablam! Checking cast v0.1.0 Oct 27 16:52:45.891 INFO kablam! Checking radix v0.3.5 Oct 27 16:52:45.891 INFO kablam! Checking itertools v0.5.10 Oct 27 16:52:45.891 INFO kablam! Checking simplelog v0.4.4 Oct 27 16:52:45.891 INFO kablam! Checking r2d2_redis v0.7.0 Oct 27 16:52:46.995 INFO kablam! Checking criterion-stats v0.1.3 Oct 27 16:52:50.092 INFO kablam! Checking rsmq v0.2.1 (/source) Oct 27 16:52:52.267 INFO kablam! Checking criterion-plot v0.1.3 Oct 27 16:52:54.235 INFO kablam! Checking criterion v0.1.2 Oct 27 16:53:07.267 INFO kablam! error[E0308]: mismatched types Oct 27 16:53:07.267 INFO kablam! --> benches/benchmark.rs:10:37 Oct 27 16:53:07.267 INFO kablam! | Oct 27 16:53:07.267 INFO kablam! 10 | let q = Queue::new("bench-queue", 60, 0, 1200); Oct 27 16:53:07.267 INFO kablam! | ^^ Oct 27 16:53:07.267 INFO kablam! | | Oct 27 16:53:07.267 INFO kablam! | expected enum `std::option::Option`, found integral variable Oct 27 16:53:07.267 INFO kablam! | help: try using a variant of the expected type: `Some(60)` Oct 27 16:53:07.267 INFO kablam! | Oct 27 16:53:07.267 INFO kablam! = note: expected type `std::option::Option` Oct 27 16:53:07.267 INFO kablam! found type `{integer}` Oct 27 16:53:07.267 INFO kablam! Oct 27 16:53:07.395 INFO kablam! error[E0308]: mismatched types Oct 27 16:53:07.395 INFO kablam! --> benches/benchmark.rs:10:41 Oct 27 16:53:07.395 INFO kablam! | Oct 27 16:53:07.395 INFO kablam! 10 | let q = Queue::new("bench-queue", 60, 0, 1200); Oct 27 16:53:07.395 INFO kablam! | ^ Oct 27 16:53:07.395 INFO kablam! | | Oct 27 16:53:07.395 INFO kablam! | expected enum `std::option::Option`, found integral variable Oct 27 16:53:07.395 INFO kablam! | help: try using a variant of the expected type: `Some(0)` Oct 27 16:53:07.395 INFO kablam! | Oct 27 16:53:07.395 INFO kablam! = note: expected type `std::option::Option` Oct 27 16:53:07.395 INFO kablam! found type `{integer}` Oct 27 16:53:07.395 INFO kablam! Oct 27 16:53:07.531 INFO kablam! error[E0308]: mismatched types Oct 27 16:53:07.532 INFO kablam! --> benches/benchmark.rs:10:44 Oct 27 16:53:07.532 INFO kablam! | Oct 27 16:53:07.532 INFO kablam! 10 | let q = Queue::new("bench-queue", 60, 0, 1200); Oct 27 16:53:07.532 INFO kablam! | ^^^^ Oct 27 16:53:07.533 INFO kablam! | | Oct 27 16:53:07.533 INFO kablam! | expected enum `std::option::Option`, found integral variable Oct 27 16:53:07.533 INFO kablam! | help: try using a variant of the expected type: `Some(1200)` Oct 27 16:53:07.533 INFO kablam! | Oct 27 16:53:07.534 INFO kablam! = note: expected type `std::option::Option` Oct 27 16:53:07.534 INFO kablam! found type `{integer}` Oct 27 16:53:07.534 INFO kablam! Oct 27 16:53:07.543 INFO kablam! error: aborting due to 3 previous errors Oct 27 16:53:07.543 INFO kablam! Oct 27 16:53:07.544 INFO kablam! For more information about this error, try `rustc --explain E0308`. Oct 27 16:53:07.560 INFO kablam! error: Could not compile `rsmq`. Oct 27 16:53:07.560 INFO kablam! Oct 27 16:53:07.560 INFO kablam! To learn more, run the command again with --verbose. Oct 27 16:53:07.561 INFO kablam! su: No module specific data is present Oct 27 16:53:08.323 INFO running `"docker" "rm" "-f" "8038d717ab3f80b05292200b8d87fe08a69b499960fd84db214e8f42ce62b82e"` Oct 27 16:53:08.719 INFO blam! 8038d717ab3f80b05292200b8d87fe08a69b499960fd84db214e8f42ce62b82e