Oct 13 09:41:25.031 INFO checking rsmq-0.2.1 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 09:41:25.033 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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:25.524 INFO blam! 143fc0b3cb751f2859771eb6299ecf572277b08822ac7f03b5b7d9a7e4c739ed Oct 13 09:41:25.524 INFO running `"docker" "start" "-a" "143fc0b3cb751f2859771eb6299ecf572277b08822ac7f03b5b7d9a7e4c739ed"` Oct 13 09:41:27.820 INFO kablam! usermod: no changes Oct 13 09:41:28.032 INFO kablam! Checking cast v0.1.0 Oct 13 09:41:28.036 INFO kablam! Checking radix v0.3.5 Oct 13 09:41:28.076 INFO kablam! Checking simplelog v0.4.4 Oct 13 09:41:28.084 INFO kablam! Checking redis v0.8.0 Oct 13 09:41:29.101 INFO kablam! Checking criterion-stats v0.1.3 Oct 13 09:41:29.101 INFO kablam! Checking criterion-plot v0.1.3 Oct 13 09:41:32.509 INFO kablam! Checking criterion v0.1.2 Oct 13 09:41:34.456 INFO kablam! Checking r2d2_redis v0.7.0 Oct 13 09:41:37.083 INFO kablam! Checking rsmq v0.2.1 (/source) Oct 13 09:41:48.665 INFO kablam! error[E0308]: mismatched types Oct 13 09:41:48.666 INFO kablam! --> benches/benchmark.rs:10:37 Oct 13 09:41:48.667 INFO kablam! | Oct 13 09:41:48.667 INFO kablam! 10 | let q = Queue::new("bench-queue", 60, 0, 1200); Oct 13 09:41:48.668 INFO kablam! | ^^ Oct 13 09:41:48.669 INFO kablam! | | Oct 13 09:41:48.669 INFO kablam! | expected enum `std::option::Option`, found integral variable Oct 13 09:41:48.670 INFO kablam! | help: try using a variant of the expected type: `Some(60)` Oct 13 09:41:48.670 INFO kablam! | Oct 13 09:41:48.671 INFO kablam! = note: expected type `std::option::Option` Oct 13 09:41:48.672 INFO kablam! found type `{integer}` Oct 13 09:41:48.672 INFO kablam! Oct 13 09:41:48.795 INFO kablam! error[E0308]: mismatched types Oct 13 09:41:48.796 INFO kablam! --> benches/benchmark.rs:10:41 Oct 13 09:41:48.797 INFO kablam! | Oct 13 09:41:48.797 INFO kablam! 10 | let q = Queue::new("bench-queue", 60, 0, 1200); Oct 13 09:41:48.798 INFO kablam! | ^ Oct 13 09:41:48.799 INFO kablam! | | Oct 13 09:41:48.799 INFO kablam! | expected enum `std::option::Option`, found integral variable Oct 13 09:41:48.800 INFO kablam! | help: try using a variant of the expected type: `Some(0)` Oct 13 09:41:48.800 INFO kablam! | Oct 13 09:41:48.801 INFO kablam! = note: expected type `std::option::Option` Oct 13 09:41:48.802 INFO kablam! found type `{integer}` Oct 13 09:41:48.802 INFO kablam! Oct 13 09:41:48.935 INFO kablam! error[E0308]: mismatched types Oct 13 09:41:48.936 INFO kablam! --> benches/benchmark.rs:10:44 Oct 13 09:41:48.937 INFO kablam! | Oct 13 09:41:48.937 INFO kablam! 10 | let q = Queue::new("bench-queue", 60, 0, 1200); Oct 13 09:41:48.938 INFO kablam! | ^^^^ Oct 13 09:41:48.938 INFO kablam! | | Oct 13 09:41:48.939 INFO kablam! | expected enum `std::option::Option`, found integral variable Oct 13 09:41:48.940 INFO kablam! | help: try using a variant of the expected type: `Some(1200)` Oct 13 09:41:48.940 INFO kablam! | Oct 13 09:41:48.941 INFO kablam! = note: expected type `std::option::Option` Oct 13 09:41:48.942 INFO kablam! found type `{integer}` Oct 13 09:41:48.942 INFO kablam! Oct 13 09:41:48.952 INFO kablam! error: aborting due to 3 previous errors Oct 13 09:41:48.953 INFO kablam! Oct 13 09:41:48.953 INFO kablam! For more information about this error, try `rustc --explain E0308`. Oct 13 09:41:48.968 INFO kablam! error: Could not compile `rsmq`. Oct 13 09:41:48.969 INFO kablam! Oct 13 09:41:48.969 INFO kablam! To learn more, run the command again with --verbose. Oct 13 09:41:48.971 INFO kablam! su: No module specific data is present Oct 13 09:41:49.873 INFO running `"docker" "rm" "-f" "143fc0b3cb751f2859771eb6299ecf572277b08822ac7f03b5b7d9a7e4c739ed"` Oct 13 09:41:50.156 INFO blam! 143fc0b3cb751f2859771eb6299ecf572277b08822ac7f03b5b7d9a7e4c739ed