Oct 27 00:29:16.581 INFO checking mkatychev/aloxite against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 00:29:16.583 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 00:29:16.790 INFO blam! 0ab6eaab8be6e7b3f59ce5bc1b4deff22cb9c47ea3a10b7d8a2aabeb1d1a4b4f Oct 27 00:29:16.795 INFO running `"docker" "start" "-a" "0ab6eaab8be6e7b3f59ce5bc1b4deff22cb9c47ea3a10b7d8a2aabeb1d1a4b4f"` Oct 27 00:29:17.316 INFO kablam! usermod: no changes Oct 27 00:29:17.382 INFO kablam! Checking aloxite v0.1.0 (/source) Oct 27 00:29:17.696 INFO kablam! error[E0412]: cannot find type `Beacon` in this scope Oct 27 00:29:17.698 INFO kablam! --> src/lib.rs:48:27 Oct 27 00:29:17.698 INFO kablam! | Oct 27 00:29:17.699 INFO kablam! 48 | pub fn search<'a>(beacon: Beacon, contents: &'a str) -> Vec<&'a str> { Oct 27 00:29:17.699 INFO kablam! | ^^^^^^ not found in this scope Oct 27 00:29:17.699 INFO kablam! Oct 27 00:29:17.700 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Oct 27 00:29:17.700 INFO kablam! --> src/lib.rs:40:19 Oct 27 00:29:17.700 INFO kablam! | Oct 27 00:29:17.700 INFO kablam! 40 | let results = search(&config.start, &config.stop, &contents); Oct 27 00:29:17.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Oct 27 00:29:17.701 INFO kablam! ... Oct 27 00:29:17.701 INFO kablam! 48 | pub fn search<'a>(beacon: Beacon, contents: &'a str) -> Vec<&'a str> { Oct 27 00:29:17.701 INFO kablam! | -------------------------------------------------------------------- defined here Oct 27 00:29:17.702 INFO kablam! Oct 27 00:29:17.708 INFO kablam! error[E0308]: mismatched types Oct 27 00:29:17.708 INFO kablam! --> src/lib.rs:48:70 Oct 27 00:29:17.708 INFO kablam! | Oct 27 00:29:17.708 INFO kablam! 48 | pub fn search<'a>(beacon: Beacon, contents: &'a str) -> Vec<&'a str> { Oct 27 00:29:17.708 INFO kablam! | ______________________________________________________________________^ Oct 27 00:29:17.708 INFO kablam! 49 | | //fn remingon( Oct 27 00:29:17.708 INFO kablam! 50 | | let split = contents.chars(); Oct 27 00:29:17.708 INFO kablam! 51 | | //.flat_map(|line| line.split_whitespace()) Oct 27 00:29:17.708 INFO kablam! 52 | | //.batching(|it| Some(it.take(longest).map(|x| *x).collect::>())); Oct 27 00:29:17.708 INFO kablam! 53 | | } Oct 27 00:29:17.708 INFO kablam! | |_^ expected struct `std::vec::Vec`, found () Oct 27 00:29:17.708 INFO kablam! | Oct 27 00:29:17.708 INFO kablam! = note: expected type `std::vec::Vec<&'a str>` Oct 27 00:29:17.708 INFO kablam! found type `()` Oct 27 00:29:17.708 INFO kablam! Oct 27 00:29:17.708 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Oct 27 00:29:17.708 INFO kablam! --> src/lib.rs:66:13 Oct 27 00:29:17.708 INFO kablam! | Oct 27 00:29:17.708 INFO kablam! 48 | pub fn search<'a>(beacon: Beacon, contents: &'a str) -> Vec<&'a str> { Oct 27 00:29:17.708 INFO kablam! | -------------------------------------------------------------------- defined here Oct 27 00:29:17.708 INFO kablam! ... Oct 27 00:29:17.708 INFO kablam! 66 | search("safe", "all", contents) Oct 27 00:29:17.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Oct 27 00:29:17.708 INFO kablam! Oct 27 00:29:17.723 INFO kablam! error[E0412]: cannot find type `Beacon` in this scope Oct 27 00:29:17.723 INFO kablam! --> src/lib.rs:48:27 Oct 27 00:29:17.723 INFO kablam! | Oct 27 00:29:17.723 INFO kablam! 48 | pub fn search<'a>(beacon: Beacon, contents: &'a str) -> Vec<&'a str> { Oct 27 00:29:17.723 INFO kablam! | ^^^^^^ not found in this scope Oct 27 00:29:17.723 INFO kablam! Oct 27 00:29:17.723 INFO kablam! error: aborting due to 4 previous errors Oct 27 00:29:17.723 INFO kablam! Oct 27 00:29:17.723 INFO kablam! Some errors occurred: E0061, E0308, E0412. Oct 27 00:29:17.723 INFO kablam! For more information about an error, try `rustc --explain E0061`. Oct 27 00:29:17.729 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Oct 27 00:29:17.729 INFO kablam! --> src/lib.rs:40:19 Oct 27 00:29:17.729 INFO kablam! | Oct 27 00:29:17.729 INFO kablam! 40 | let results = search(&config.start, &config.stop, &contents); Oct 27 00:29:17.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Oct 27 00:29:17.729 INFO kablam! ... Oct 27 00:29:17.729 INFO kablam! 48 | pub fn search<'a>(beacon: Beacon, contents: &'a str) -> Vec<&'a str> { Oct 27 00:29:17.729 INFO kablam! | -------------------------------------------------------------------- defined here Oct 27 00:29:17.729 INFO kablam! Oct 27 00:29:17.735 INFO kablam! error: Could not compile `aloxite`. Oct 27 00:29:17.735 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 00:29:17.763 INFO kablam! error[E0308]: mismatched types Oct 27 00:29:17.763 INFO kablam! --> src/lib.rs:48:70 Oct 27 00:29:17.763 INFO kablam! | Oct 27 00:29:17.763 INFO kablam! 48 | pub fn search<'a>(beacon: Beacon, contents: &'a str) -> Vec<&'a str> { Oct 27 00:29:17.763 INFO kablam! | ______________________________________________________________________^ Oct 27 00:29:17.763 INFO kablam! 49 | | //fn remingon( Oct 27 00:29:17.763 INFO kablam! 50 | | let split = contents.chars(); Oct 27 00:29:17.763 INFO kablam! 51 | | //.flat_map(|line| line.split_whitespace()) Oct 27 00:29:17.763 INFO kablam! 52 | | //.batching(|it| Some(it.take(longest).map(|x| *x).collect::>())); Oct 27 00:29:17.763 INFO kablam! 53 | | } Oct 27 00:29:17.763 INFO kablam! | |_^ expected struct `std::vec::Vec`, found () Oct 27 00:29:17.763 INFO kablam! | Oct 27 00:29:17.763 INFO kablam! = note: expected type `std::vec::Vec<&'a str>` Oct 27 00:29:17.763 INFO kablam! found type `()` Oct 27 00:29:17.763 INFO kablam! Oct 27 00:29:17.763 INFO kablam! error: aborting due to 3 previous errors Oct 27 00:29:17.763 INFO kablam! Oct 27 00:29:17.763 INFO kablam! Some errors occurred: E0061, E0308, E0412. Oct 27 00:29:17.763 INFO kablam! For more information about an error, try `rustc --explain E0061`. Oct 27 00:29:17.763 INFO kablam! error: Could not compile `aloxite`. Oct 27 00:29:17.763 INFO kablam! Oct 27 00:29:17.763 INFO kablam! To learn more, run the command again with --verbose. Oct 27 00:29:17.763 INFO kablam! su: No module specific data is present Oct 27 00:29:18.277 INFO running `"docker" "rm" "-f" "0ab6eaab8be6e7b3f59ce5bc1b4deff22cb9c47ea3a10b7d8a2aabeb1d1a4b4f"` Oct 27 00:29:18.357 INFO blam! 0ab6eaab8be6e7b3f59ce5bc1b4deff22cb9c47ea3a10b7d8a2aabeb1d1a4b4f