Oct 27 16:52:44.308 INFO checking rsmq-0.2.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 16:52:44.308 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/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 27 16:52:44.764 INFO blam! 334c8f1028e8b609dde5992d276e0877eea2bdbdedd211aed7bf736fcd63682b Oct 27 16:52:44.766 INFO running `"docker" "start" "-a" "334c8f1028e8b609dde5992d276e0877eea2bdbdedd211aed7bf736fcd63682b"` Oct 27 16:52:46.171 INFO kablam! usermod: no changes Oct 27 16:52:46.335 INFO kablam! Checking cast v0.1.0 Oct 27 16:52:46.335 INFO kablam! Checking radix v0.3.5 Oct 27 16:52:46.335 INFO kablam! Checking simplelog v0.4.4 Oct 27 16:52:46.335 INFO kablam! Checking redis v0.8.0 Oct 27 16:52:46.979 INFO kablam! Checking criterion-stats v0.1.3 Oct 27 16:52:46.979 INFO kablam! Checking criterion-plot v0.1.3 Oct 27 16:52:51.984 INFO kablam! Checking criterion v0.1.2 Oct 27 16:52:53.841 INFO kablam! Checking r2d2_redis v0.7.0 Oct 27 16:52:56.346 INFO kablam! Checking rsmq v0.2.1 (/source) Oct 27 16:53:07.639 INFO kablam! error[E0308]: mismatched types Oct 27 16:53:07.640 INFO kablam! --> benches/benchmark.rs:10:37 Oct 27 16:53:07.640 INFO kablam! | Oct 27 16:53:07.640 INFO kablam! 10 | let q = Queue::new("bench-queue", 60, 0, 1200); Oct 27 16:53:07.640 INFO kablam! | ^^ Oct 27 16:53:07.641 INFO kablam! | | Oct 27 16:53:07.641 INFO kablam! | expected enum `std::option::Option`, found integral variable Oct 27 16:53:07.641 INFO kablam! | help: try using a variant of the expected type: `Some(60)` Oct 27 16:53:07.641 INFO kablam! | Oct 27 16:53:07.642 INFO kablam! = note: expected type `std::option::Option` Oct 27 16:53:07.642 INFO kablam! found type `{integer}` Oct 27 16:53:07.642 INFO kablam! Oct 27 16:53:07.763 INFO kablam! error[E0308]: mismatched types Oct 27 16:53:07.763 INFO kablam! --> benches/benchmark.rs:10:41 Oct 27 16:53:07.764 INFO kablam! | Oct 27 16:53:07.764 INFO kablam! 10 | let q = Queue::new("bench-queue", 60, 0, 1200); Oct 27 16:53:07.764 INFO kablam! | ^ Oct 27 16:53:07.765 INFO kablam! | | Oct 27 16:53:07.765 INFO kablam! | expected enum `std::option::Option`, found integral variable Oct 27 16:53:07.765 INFO kablam! | help: try using a variant of the expected type: `Some(0)` Oct 27 16:53:07.765 INFO kablam! | Oct 27 16:53:07.766 INFO kablam! = note: expected type `std::option::Option` Oct 27 16:53:07.766 INFO kablam! found type `{integer}` Oct 27 16:53:07.766 INFO kablam! Oct 27 16:53:07.907 INFO kablam! error[E0308]: mismatched types Oct 27 16:53:07.907 INFO kablam! --> benches/benchmark.rs:10:44 Oct 27 16:53:07.907 INFO kablam! | Oct 27 16:53:07.907 INFO kablam! 10 | let q = Queue::new("bench-queue", 60, 0, 1200); Oct 27 16:53:07.907 INFO kablam! | ^^^^ Oct 27 16:53:07.907 INFO kablam! | | Oct 27 16:53:07.907 INFO kablam! | expected enum `std::option::Option`, found integral variable Oct 27 16:53:07.907 INFO kablam! | help: try using a variant of the expected type: `Some(1200)` Oct 27 16:53:07.907 INFO kablam! | Oct 27 16:53:07.907 INFO kablam! = note: expected type `std::option::Option` Oct 27 16:53:07.907 INFO kablam! found type `{integer}` Oct 27 16:53:07.907 INFO kablam! Oct 27 16:53:07.927 INFO kablam! error: aborting due to 3 previous errors Oct 27 16:53:07.927 INFO kablam! Oct 27 16:53:07.927 INFO kablam! For more information about this error, try `rustc --explain E0308`. Oct 27 16:53:07.943 INFO kablam! error: Could not compile `rsmq`. Oct 27 16:53:07.943 INFO kablam! Oct 27 16:53:07.943 INFO kablam! To learn more, run the command again with --verbose. Oct 27 16:53:07.951 INFO kablam! su: No module specific data is present Oct 27 16:53:08.577 INFO running `"docker" "rm" "-f" "334c8f1028e8b609dde5992d276e0877eea2bdbdedd211aed7bf736fcd63682b"` Oct 27 16:53:08.927 INFO blam! 334c8f1028e8b609dde5992d276e0877eea2bdbdedd211aed7bf736fcd63682b