Oct 21 15:38:33.660 INFO checking mkatychev/aloxite against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 15:38:33.660 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192/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 21 15:38:33.824 INFO blam! 5eb483b3235ef6dff8046150464f84ccc8ec9d7c7fe5d7cf64bbb2c5421b4742 Oct 21 15:38:33.826 INFO running `"docker" "start" "-a" "5eb483b3235ef6dff8046150464f84ccc8ec9d7c7fe5d7cf64bbb2c5421b4742"` Oct 21 15:38:34.188 INFO kablam! usermod: no changes Oct 21 15:38:34.215 INFO kablam! Checking aloxite v0.1.0 (/source) Oct 21 15:38:34.426 INFO kablam! error[E0412]: cannot find type `Beacon` in this scope Oct 21 15:38:34.427 INFO kablam! --> src/lib.rs:48:27 Oct 21 15:38:34.427 INFO kablam! | Oct 21 15:38:34.427 INFO kablam! 48 | pub fn search<'a>(beacon: Beacon, contents: &'a str) -> Vec<&'a str> { Oct 21 15:38:34.427 INFO kablam! | ^^^^^^ not found in this scope Oct 21 15:38:34.428 INFO kablam! Oct 21 15:38:34.445 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Oct 21 15:38:34.445 INFO kablam! --> src/lib.rs:40:19 Oct 21 15:38:34.445 INFO kablam! | Oct 21 15:38:34.446 INFO kablam! 40 | let results = search(&config.start, &config.stop, &contents); Oct 21 15:38:34.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Oct 21 15:38:34.446 INFO kablam! ... Oct 21 15:38:34.447 INFO kablam! 48 | pub fn search<'a>(beacon: Beacon, contents: &'a str) -> Vec<&'a str> { Oct 21 15:38:34.447 INFO kablam! | -------------------------------------------------------------------- defined here Oct 21 15:38:34.447 INFO kablam! Oct 21 15:38:34.454 INFO kablam! error[E0308]: mismatched types Oct 21 15:38:34.455 INFO kablam! --> src/lib.rs:48:70 Oct 21 15:38:34.455 INFO kablam! | Oct 21 15:38:34.455 INFO kablam! 48 | pub fn search<'a>(beacon: Beacon, contents: &'a str) -> Vec<&'a str> { Oct 21 15:38:34.456 INFO kablam! | ______________________________________________________________________^ Oct 21 15:38:34.456 INFO kablam! 49 | | //fn remingon( Oct 21 15:38:34.456 INFO kablam! 50 | | let split = contents.chars(); Oct 21 15:38:34.457 INFO kablam! 51 | | //.flat_map(|line| line.split_whitespace()) Oct 21 15:38:34.457 INFO kablam! 52 | | //.batching(|it| Some(it.take(longest).map(|x| *x).collect::>())); Oct 21 15:38:34.457 INFO kablam! 53 | | } Oct 21 15:38:34.457 INFO kablam! | |_^ expected struct `std::vec::Vec`, found () Oct 21 15:38:34.458 INFO kablam! | Oct 21 15:38:34.458 INFO kablam! = note: expected type `std::vec::Vec<&'a str>` Oct 21 15:38:34.458 INFO kablam! found type `()` Oct 21 15:38:34.458 INFO kablam! Oct 21 15:38:34.459 INFO kablam! error: aborting due to 3 previous errors Oct 21 15:38:34.459 INFO kablam! Oct 21 15:38:34.459 INFO kablam! Some errors occurred: E0061, E0308, E0412. Oct 21 15:38:34.459 INFO kablam! For more information about an error, try `rustc --explain E0061`. Oct 21 15:38:34.464 INFO kablam! error: Could not compile `aloxite`. Oct 21 15:38:34.464 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 15:38:34.475 INFO kablam! error[E0412]: cannot find type `Beacon` in this scope Oct 21 15:38:34.475 INFO kablam! --> src/lib.rs:48:27 Oct 21 15:38:34.475 INFO kablam! | Oct 21 15:38:34.475 INFO kablam! 48 | pub fn search<'a>(beacon: Beacon, contents: &'a str) -> Vec<&'a str> { Oct 21 15:38:34.475 INFO kablam! | ^^^^^^ not found in this scope Oct 21 15:38:34.475 INFO kablam! Oct 21 15:38:34.512 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Oct 21 15:38:34.512 INFO kablam! --> src/lib.rs:40:19 Oct 21 15:38:34.512 INFO kablam! | Oct 21 15:38:34.512 INFO kablam! 40 | let results = search(&config.start, &config.stop, &contents); Oct 21 15:38:34.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Oct 21 15:38:34.512 INFO kablam! ... Oct 21 15:38:34.512 INFO kablam! 48 | pub fn search<'a>(beacon: Beacon, contents: &'a str) -> Vec<&'a str> { Oct 21 15:38:34.512 INFO kablam! | -------------------------------------------------------------------- defined here Oct 21 15:38:34.512 INFO kablam! Oct 21 15:38:34.512 INFO kablam! error[E0308]: mismatched types Oct 21 15:38:34.512 INFO kablam! --> src/lib.rs:48:70 Oct 21 15:38:34.512 INFO kablam! | Oct 21 15:38:34.512 INFO kablam! 48 | pub fn search<'a>(beacon: Beacon, contents: &'a str) -> Vec<&'a str> { Oct 21 15:38:34.512 INFO kablam! | ______________________________________________________________________^ Oct 21 15:38:34.512 INFO kablam! 49 | | //fn remingon( Oct 21 15:38:34.512 INFO kablam! 50 | | let split = contents.chars(); Oct 21 15:38:34.512 INFO kablam! 51 | | //.flat_map(|line| line.split_whitespace()) Oct 21 15:38:34.512 INFO kablam! 52 | | //.batching(|it| Some(it.take(longest).map(|x| *x).collect::>())); Oct 21 15:38:34.512 INFO kablam! 53 | | } Oct 21 15:38:34.512 INFO kablam! | |_^ expected struct `std::vec::Vec`, found () Oct 21 15:38:34.512 INFO kablam! | Oct 21 15:38:34.512 INFO kablam! = note: expected type `std::vec::Vec<&'a str>` Oct 21 15:38:34.512 INFO kablam! found type `()` Oct 21 15:38:34.512 INFO kablam! Oct 21 15:38:34.512 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Oct 21 15:38:34.512 INFO kablam! --> src/lib.rs:66:13 Oct 21 15:38:34.512 INFO kablam! | Oct 21 15:38:34.512 INFO kablam! 48 | pub fn search<'a>(beacon: Beacon, contents: &'a str) -> Vec<&'a str> { Oct 21 15:38:34.512 INFO kablam! | -------------------------------------------------------------------- defined here Oct 21 15:38:34.512 INFO kablam! ... Oct 21 15:38:34.513 INFO kablam! 66 | search("safe", "all", contents) Oct 21 15:38:34.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Oct 21 15:38:34.513 INFO kablam! Oct 21 15:38:34.525 INFO kablam! error: aborting due to 4 previous errors Oct 21 15:38:34.525 INFO kablam! Oct 21 15:38:34.525 INFO kablam! Some errors occurred: E0061, E0308, E0412. Oct 21 15:38:34.525 INFO kablam! For more information about an error, try `rustc --explain E0061`. Oct 21 15:38:34.552 INFO kablam! error: Could not compile `aloxite`. Oct 21 15:38:34.552 INFO kablam! Oct 21 15:38:34.552 INFO kablam! To learn more, run the command again with --verbose. Oct 21 15:38:34.552 INFO kablam! su: No module specific data is present Oct 21 15:38:34.853 INFO running `"docker" "rm" "-f" "5eb483b3235ef6dff8046150464f84ccc8ec9d7c7fe5d7cf64bbb2c5421b4742"` Oct 21 15:38:34.989 INFO blam! 5eb483b3235ef6dff8046150464f84ccc8ec9d7c7fe5d7cf64bbb2c5421b4742