Oct 27 00:29:16.728 INFO checking mkatychev/aloxite against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 00:29:16.728 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/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 27 00:29:16.962 INFO blam! 07fb32b7ab98b12cc67932af0916013a087b9454d5b1ecd39159c15bd228808f Oct 27 00:29:16.964 INFO running `"docker" "start" "-a" "07fb32b7ab98b12cc67932af0916013a087b9454d5b1ecd39159c15bd228808f"` Oct 27 00:29:17.646 INFO kablam! usermod: no changes Oct 27 00:29:17.734 INFO kablam! Checking aloxite v0.1.0 (/source) Oct 27 00:29:17.987 INFO kablam! error[E0412]: cannot find type `Beacon` in this scope Oct 27 00:29:17.987 INFO kablam! --> src/lib.rs:48:27 Oct 27 00:29:17.987 INFO kablam! | Oct 27 00:29:17.987 INFO kablam! 48 | pub fn search<'a>(beacon: Beacon, contents: &'a str) -> Vec<&'a str> { Oct 27 00:29:17.987 INFO kablam! | ^^^^^^ not found in this scope Oct 27 00:29:17.987 INFO kablam! Oct 27 00:29:18.039 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Oct 27 00:29:18.039 INFO kablam! --> src/lib.rs:40:19 Oct 27 00:29:18.039 INFO kablam! | Oct 27 00:29:18.039 INFO kablam! 40 | let results = search(&config.start, &config.stop, &contents); Oct 27 00:29:18.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Oct 27 00:29:18.039 INFO kablam! ... Oct 27 00:29:18.039 INFO kablam! 48 | pub fn search<'a>(beacon: Beacon, contents: &'a str) -> Vec<&'a str> { Oct 27 00:29:18.039 INFO kablam! | -------------------------------------------------------------------- defined here Oct 27 00:29:18.039 INFO kablam! Oct 27 00:29:18.050 INFO kablam! error[E0308]: mismatched types Oct 27 00:29:18.051 INFO kablam! --> src/lib.rs:48:70 Oct 27 00:29:18.051 INFO kablam! | Oct 27 00:29:18.051 INFO kablam! 48 | pub fn search<'a>(beacon: Beacon, contents: &'a str) -> Vec<&'a str> { Oct 27 00:29:18.051 INFO kablam! | ______________________________________________________________________^ Oct 27 00:29:18.051 INFO kablam! 49 | | //fn remingon( Oct 27 00:29:18.051 INFO kablam! 50 | | let split = contents.chars(); Oct 27 00:29:18.051 INFO kablam! 51 | | //.flat_map(|line| line.split_whitespace()) Oct 27 00:29:18.051 INFO kablam! 52 | | //.batching(|it| Some(it.take(longest).map(|x| *x).collect::>())); Oct 27 00:29:18.051 INFO kablam! 53 | | } Oct 27 00:29:18.051 INFO kablam! | |_^ expected struct `std::vec::Vec`, found () Oct 27 00:29:18.051 INFO kablam! | Oct 27 00:29:18.051 INFO kablam! = note: expected type `std::vec::Vec<&'a str>` Oct 27 00:29:18.051 INFO kablam! found type `()` Oct 27 00:29:18.051 INFO kablam! Oct 27 00:29:18.051 INFO kablam! error: aborting due to 3 previous errors Oct 27 00:29:18.051 INFO kablam! Oct 27 00:29:18.051 INFO kablam! Some errors occurred: E0061, E0308, E0412. Oct 27 00:29:18.051 INFO kablam! For more information about an error, try `rustc --explain E0061`. Oct 27 00:29:18.051 INFO kablam! error: Could not compile `aloxite`. Oct 27 00:29:18.051 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 00:29:18.119 INFO kablam! error[E0412]: cannot find type `Beacon` in this scope Oct 27 00:29:18.119 INFO kablam! --> src/lib.rs:48:27 Oct 27 00:29:18.119 INFO kablam! | Oct 27 00:29:18.119 INFO kablam! 48 | pub fn search<'a>(beacon: Beacon, contents: &'a str) -> Vec<&'a str> { Oct 27 00:29:18.119 INFO kablam! | ^^^^^^ not found in this scope Oct 27 00:29:18.119 INFO kablam! Oct 27 00:29:18.142 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Oct 27 00:29:18.142 INFO kablam! --> src/lib.rs:40:19 Oct 27 00:29:18.142 INFO kablam! | Oct 27 00:29:18.142 INFO kablam! 40 | let results = search(&config.start, &config.stop, &contents); Oct 27 00:29:18.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Oct 27 00:29:18.142 INFO kablam! ... Oct 27 00:29:18.142 INFO kablam! 48 | pub fn search<'a>(beacon: Beacon, contents: &'a str) -> Vec<&'a str> { Oct 27 00:29:18.142 INFO kablam! | -------------------------------------------------------------------- defined here Oct 27 00:29:18.142 INFO kablam! Oct 27 00:29:18.154 INFO kablam! error[E0308]: mismatched types Oct 27 00:29:18.154 INFO kablam! --> src/lib.rs:48:70 Oct 27 00:29:18.154 INFO kablam! | Oct 27 00:29:18.154 INFO kablam! 48 | pub fn search<'a>(beacon: Beacon, contents: &'a str) -> Vec<&'a str> { Oct 27 00:29:18.154 INFO kablam! | ______________________________________________________________________^ Oct 27 00:29:18.154 INFO kablam! 49 | | //fn remingon( Oct 27 00:29:18.154 INFO kablam! 50 | | let split = contents.chars(); Oct 27 00:29:18.154 INFO kablam! 51 | | //.flat_map(|line| line.split_whitespace()) Oct 27 00:29:18.154 INFO kablam! 52 | | //.batching(|it| Some(it.take(longest).map(|x| *x).collect::>())); Oct 27 00:29:18.154 INFO kablam! 53 | | } Oct 27 00:29:18.154 INFO kablam! | |_^ expected struct `std::vec::Vec`, found () Oct 27 00:29:18.154 INFO kablam! | Oct 27 00:29:18.154 INFO kablam! = note: expected type `std::vec::Vec<&'a str>` Oct 27 00:29:18.154 INFO kablam! found type `()` Oct 27 00:29:18.154 INFO kablam! Oct 27 00:29:18.155 INFO kablam! error[E0061]: this function takes 2 parameters but 3 parameters were supplied Oct 27 00:29:18.155 INFO kablam! --> src/lib.rs:66:13 Oct 27 00:29:18.156 INFO kablam! | Oct 27 00:29:18.156 INFO kablam! 48 | pub fn search<'a>(beacon: Beacon, contents: &'a str) -> Vec<&'a str> { Oct 27 00:29:18.156 INFO kablam! | -------------------------------------------------------------------- defined here Oct 27 00:29:18.156 INFO kablam! ... Oct 27 00:29:18.156 INFO kablam! 66 | search("safe", "all", contents) Oct 27 00:29:18.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Oct 27 00:29:18.156 INFO kablam! Oct 27 00:29:18.169 INFO kablam! error: aborting due to 4 previous errors Oct 27 00:29:18.169 INFO kablam! Oct 27 00:29:18.169 INFO kablam! Some errors occurred: E0061, E0308, E0412. Oct 27 00:29:18.169 INFO kablam! For more information about an error, try `rustc --explain E0061`. Oct 27 00:29:18.176 INFO kablam! error: Could not compile `aloxite`. Oct 27 00:29:18.176 INFO kablam! Oct 27 00:29:18.176 INFO kablam! To learn more, run the command again with --verbose. Oct 27 00:29:18.177 INFO kablam! su: No module specific data is present Oct 27 00:29:18.408 INFO running `"docker" "rm" "-f" "07fb32b7ab98b12cc67932af0916013a087b9454d5b1ecd39159c15bd228808f"` Oct 27 00:29:18.567 INFO blam! 07fb32b7ab98b12cc67932af0916013a087b9454d5b1ecd39159c15bd228808f