Sep 17 18:37:00.265 INFO checking rsmq-0.2.1 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 18:37:00.265 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 18:37:00.266 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-5/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 18:37:00.711 INFO blam! 515fdd58420cf13e12b97963d5871dcaacca4ae279b2c8472977f67bd5302cfc Sep 17 18:37:00.714 INFO running `"docker" "start" "-a" "515fdd58420cf13e12b97963d5871dcaacca4ae279b2c8472977f67bd5302cfc"` Sep 17 18:37:02.287 INFO kablam! usermod: no changes Sep 17 18:37:02.547 INFO kablam! Checking cast v0.1.0 Sep 17 18:37:02.550 INFO kablam! Checking radix v0.3.5 Sep 17 18:37:02.564 INFO kablam! Checking r2d2 v0.8.2 Sep 17 18:37:02.568 INFO kablam! Checking simplelog v0.4.4 Sep 17 18:37:02.568 INFO kablam! Checking redis v0.8.0 Sep 17 18:37:02.928 INFO kablam! Checking criterion-stats v0.1.3 Sep 17 18:37:02.928 INFO kablam! Checking criterion-plot v0.1.3 Sep 17 18:37:05.407 INFO kablam! Checking criterion v0.1.2 Sep 17 18:37:08.819 INFO kablam! Checking r2d2_redis v0.7.0 Sep 17 18:37:09.386 INFO kablam! Checking rsmq v0.2.1 (/source) Sep 17 18:37:12.285 INFO kablam! error[E0308]: mismatched types Sep 17 18:37:12.285 INFO kablam! --> benches/benchmark.rs:10:37 Sep 17 18:37:12.285 INFO kablam! | Sep 17 18:37:12.285 INFO kablam! 10 | let q = Queue::new("bench-queue", 60, 0, 1200); Sep 17 18:37:12.285 INFO kablam! | ^^ Sep 17 18:37:12.285 INFO kablam! | | Sep 17 18:37:12.285 INFO kablam! | expected enum `std::option::Option`, found integral variable Sep 17 18:37:12.285 INFO kablam! | help: try using a variant of the expected type: `Some(60)` Sep 17 18:37:12.285 INFO kablam! | Sep 17 18:37:12.285 INFO kablam! = note: expected type `std::option::Option` Sep 17 18:37:12.285 INFO kablam! found type `{integer}` Sep 17 18:37:12.285 INFO kablam! Sep 17 18:37:12.423 INFO kablam! error[E0308]: mismatched types Sep 17 18:37:12.423 INFO kablam! --> benches/benchmark.rs:10:41 Sep 17 18:37:12.423 INFO kablam! | Sep 17 18:37:12.423 INFO kablam! 10 | let q = Queue::new("bench-queue", 60, 0, 1200); Sep 17 18:37:12.423 INFO kablam! | ^ Sep 17 18:37:12.423 INFO kablam! | | Sep 17 18:37:12.423 INFO kablam! | expected enum `std::option::Option`, found integral variable Sep 17 18:37:12.423 INFO kablam! | help: try using a variant of the expected type: `Some(0)` Sep 17 18:37:12.423 INFO kablam! | Sep 17 18:37:12.423 INFO kablam! = note: expected type `std::option::Option` Sep 17 18:37:12.423 INFO kablam! found type `{integer}` Sep 17 18:37:12.423 INFO kablam! Sep 17 18:37:12.520 INFO kablam! error[E0308]: mismatched types Sep 17 18:37:12.520 INFO kablam! --> benches/benchmark.rs:10:44 Sep 17 18:37:12.520 INFO kablam! | Sep 17 18:37:12.520 INFO kablam! 10 | let q = Queue::new("bench-queue", 60, 0, 1200); Sep 17 18:37:12.520 INFO kablam! | ^^^^ Sep 17 18:37:12.520 INFO kablam! | | Sep 17 18:37:12.520 INFO kablam! | expected enum `std::option::Option`, found integral variable Sep 17 18:37:12.520 INFO kablam! | help: try using a variant of the expected type: `Some(1200)` Sep 17 18:37:12.520 INFO kablam! | Sep 17 18:37:12.520 INFO kablam! = note: expected type `std::option::Option` Sep 17 18:37:12.520 INFO kablam! found type `{integer}` Sep 17 18:37:12.520 INFO kablam! Sep 17 18:37:12.534 INFO kablam! error: aborting due to 3 previous errors Sep 17 18:37:12.534 INFO kablam! Sep 17 18:37:12.534 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 17 18:37:12.552 INFO kablam! error: Could not compile `rsmq`. Sep 17 18:37:12.552 INFO kablam! Sep 17 18:37:12.552 INFO kablam! To learn more, run the command again with --verbose. Sep 17 18:37:12.552 INFO kablam! su: No module specific data is present Sep 17 18:37:13.455 INFO running `"docker" "rm" "-f" "515fdd58420cf13e12b97963d5871dcaacca4ae279b2c8472977f67bd5302cfc"` Sep 17 18:37:13.718 INFO blam! 515fdd58420cf13e12b97963d5871dcaacca4ae279b2c8472977f67bd5302cfc