Oct 13 09:41:31.224 INFO checking rsmq-0.2.1 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 09:41:31.226 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 09:41:31.690 INFO blam! 936ab7c20e86ba8722fb58118feeac0858053ce67a83179d6e2ae637f2475a96 Oct 13 09:41:31.704 INFO running `"docker" "start" "-a" "936ab7c20e86ba8722fb58118feeac0858053ce67a83179d6e2ae637f2475a96"` Oct 13 09:41:32.865 INFO kablam! usermod: no changes Oct 13 09:41:33.064 INFO kablam! Checking cast v0.1.0 Oct 13 09:41:33.064 INFO kablam! Checking radix v0.3.5 Oct 13 09:41:33.064 INFO kablam! Checking itertools v0.4.19 Oct 13 09:41:33.072 INFO kablam! Checking simplelog v0.4.4 Oct 13 09:41:33.072 INFO kablam! Checking r2d2_redis v0.7.0 Oct 13 09:41:33.508 INFO kablam! Checking criterion-plot v0.1.3 Oct 13 09:41:33.508 INFO kablam! Checking criterion-stats v0.1.3 Oct 13 09:41:38.068 INFO kablam! Checking rsmq v0.2.1 (/source) Oct 13 09:41:39.613 INFO kablam! Checking criterion v0.1.2 Oct 13 09:41:52.088 INFO kablam! error[E0308]: mismatched types Oct 13 09:41:52.088 INFO kablam! --> benches/benchmark.rs:10:37 Oct 13 09:41:52.088 INFO kablam! | Oct 13 09:41:52.088 INFO kablam! 10 | let q = Queue::new("bench-queue", 60, 0, 1200); Oct 13 09:41:52.088 INFO kablam! | ^^ Oct 13 09:41:52.088 INFO kablam! | | Oct 13 09:41:52.088 INFO kablam! | expected enum `std::option::Option`, found integral variable Oct 13 09:41:52.088 INFO kablam! | help: try using a variant of the expected type: `Some(60)` Oct 13 09:41:52.088 INFO kablam! | Oct 13 09:41:52.088 INFO kablam! = note: expected type `std::option::Option` Oct 13 09:41:52.088 INFO kablam! found type `{integer}` Oct 13 09:41:52.088 INFO kablam! Oct 13 09:41:52.229 INFO kablam! error[E0308]: mismatched types Oct 13 09:41:52.229 INFO kablam! --> benches/benchmark.rs:10:41 Oct 13 09:41:52.229 INFO kablam! | Oct 13 09:41:52.229 INFO kablam! 10 | let q = Queue::new("bench-queue", 60, 0, 1200); Oct 13 09:41:52.229 INFO kablam! | ^ Oct 13 09:41:52.229 INFO kablam! | | Oct 13 09:41:52.229 INFO kablam! | expected enum `std::option::Option`, found integral variable Oct 13 09:41:52.229 INFO kablam! | help: try using a variant of the expected type: `Some(0)` Oct 13 09:41:52.229 INFO kablam! | Oct 13 09:41:52.229 INFO kablam! = note: expected type `std::option::Option` Oct 13 09:41:52.229 INFO kablam! found type `{integer}` Oct 13 09:41:52.229 INFO kablam! Oct 13 09:41:52.352 INFO kablam! error[E0308]: mismatched types Oct 13 09:41:52.352 INFO kablam! --> benches/benchmark.rs:10:44 Oct 13 09:41:52.352 INFO kablam! | Oct 13 09:41:52.352 INFO kablam! 10 | let q = Queue::new("bench-queue", 60, 0, 1200); Oct 13 09:41:52.352 INFO kablam! | ^^^^ Oct 13 09:41:52.352 INFO kablam! | | Oct 13 09:41:52.352 INFO kablam! | expected enum `std::option::Option`, found integral variable Oct 13 09:41:52.352 INFO kablam! | help: try using a variant of the expected type: `Some(1200)` Oct 13 09:41:52.352 INFO kablam! | Oct 13 09:41:52.352 INFO kablam! = note: expected type `std::option::Option` Oct 13 09:41:52.352 INFO kablam! found type `{integer}` Oct 13 09:41:52.352 INFO kablam! Oct 13 09:41:52.364 INFO kablam! error: aborting due to 3 previous errors Oct 13 09:41:52.364 INFO kablam! Oct 13 09:41:52.364 INFO kablam! For more information about this error, try `rustc --explain E0308`. Oct 13 09:41:52.380 INFO kablam! error: Could not compile `rsmq`. Oct 13 09:41:52.380 INFO kablam! Oct 13 09:41:52.380 INFO kablam! To learn more, run the command again with --verbose. Oct 13 09:41:52.380 INFO kablam! su: No module specific data is present Oct 13 09:41:52.885 INFO running `"docker" "rm" "-f" "936ab7c20e86ba8722fb58118feeac0858053ce67a83179d6e2ae637f2475a96"` Oct 13 09:41:53.140 INFO blam! 936ab7c20e86ba8722fb58118feeac0858053ce67a83179d6e2ae637f2475a96