Dec 04 14:00:53.877 INFO checking mkatychev/aloxite against try#1df97983eb2057dc6a8f7eb364e263b51ae23230 for pr-56481 Dec 04 14:00:53.877 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56481/worker-1/try#1df97983eb2057dc6a8f7eb364e263b51ae23230:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-56481/try#1df97983eb2057dc6a8f7eb364e263b51ae23230:/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 +1df97983eb2057dc6a8f7eb364e263b51ae23230-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"` Dec 04 14:00:54.233 INFO [stdout] 5a4e57b511d8704b050250934b8a9ae4298bd358ccac50076434bce27d1eb920 Dec 04 14:00:54.233 INFO running `"docker" "start" "-a" "5a4e57b511d8704b050250934b8a9ae4298bd358ccac50076434bce27d1eb920"` Dec 04 14:00:55.234 INFO [stderr] usermod: no changes Dec 04 14:00:55.273 INFO [stderr] Checking aloxite v0.1.0 (/source) Dec 04 14:00:55.479 INFO [stderr] error[E0412]: cannot find type `Beacon` in this scope Dec 04 14:00:55.479 INFO [stderr] --> src/lib.rs:48:27 Dec 04 14:00:55.479 INFO [stderr] | Dec 04 14:00:55.479 INFO [stderr] 48 | pub fn search<'a>(beacon: Beacon, contents: &'a str) -> Vec<&'a str> { Dec 04 14:00:55.479 INFO [stderr] | ^^^^^^ not found in this scope Dec 04 14:00:55.479 INFO [stderr] Dec 04 14:00:55.513 INFO [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied Dec 04 14:00:55.513 INFO [stderr] --> src/lib.rs:40:19 Dec 04 14:00:55.513 INFO [stderr] | Dec 04 14:00:55.513 INFO [stderr] 40 | let results = search(&config.start, &config.stop, &contents); Dec 04 14:00:55.513 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Dec 04 14:00:55.513 INFO [stderr] ... Dec 04 14:00:55.513 INFO [stderr] 48 | pub fn search<'a>(beacon: Beacon, contents: &'a str) -> Vec<&'a str> { Dec 04 14:00:55.513 INFO [stderr] | -------------------------------------------------------------------- defined here Dec 04 14:00:55.513 INFO [stderr] Dec 04 14:00:55.513 INFO [stderr] error[E0308]: mismatched types Dec 04 14:00:55.513 INFO [stderr] --> src/lib.rs:48:70 Dec 04 14:00:55.513 INFO [stderr] | Dec 04 14:00:55.513 INFO [stderr] 48 | pub fn search<'a>(beacon: Beacon, contents: &'a str) -> Vec<&'a str> { Dec 04 14:00:55.513 INFO [stderr] | ______________________________________________________________________^ Dec 04 14:00:55.513 INFO [stderr] 49 | | //fn remingon( Dec 04 14:00:55.513 INFO [stderr] 50 | | let split = contents.chars(); Dec 04 14:00:55.513 INFO [stderr] 51 | | //.flat_map(|line| line.split_whitespace()) Dec 04 14:00:55.513 INFO [stderr] 52 | | //.batching(|it| Some(it.take(longest).map(|x| *x).collect::>())); Dec 04 14:00:55.513 INFO [stderr] 53 | | } Dec 04 14:00:55.513 INFO [stderr] | |_^ expected struct `std::vec::Vec`, found () Dec 04 14:00:55.513 INFO [stderr] | Dec 04 14:00:55.513 INFO [stderr] = note: expected type `std::vec::Vec<&'a str>` Dec 04 14:00:55.513 INFO [stderr] found type `()` Dec 04 14:00:55.513 INFO [stderr] Dec 04 14:00:55.515 INFO [stderr] error: aborting due to 3 previous errors Dec 04 14:00:55.515 INFO [stderr] Dec 04 14:00:55.515 INFO [stderr] Some errors occurred: E0061, E0308, E0412. Dec 04 14:00:55.515 INFO [stderr] For more information about an error, try `rustc --explain E0061`. Dec 04 14:00:55.516 INFO [stderr] error: Could not compile `aloxite`. Dec 04 14:00:55.516 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 04 14:00:55.547 INFO [stderr] error[E0412]: cannot find type `Beacon` in this scope Dec 04 14:00:55.547 INFO [stderr] --> src/lib.rs:48:27 Dec 04 14:00:55.547 INFO [stderr] | Dec 04 14:00:55.547 INFO [stderr] 48 | pub fn search<'a>(beacon: Beacon, contents: &'a str) -> Vec<&'a str> { Dec 04 14:00:55.547 INFO [stderr] | ^^^^^^ not found in this scope Dec 04 14:00:55.547 INFO [stderr] Dec 04 14:00:55.563 INFO [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied Dec 04 14:00:55.563 INFO [stderr] --> src/lib.rs:40:19 Dec 04 14:00:55.563 INFO [stderr] | Dec 04 14:00:55.563 INFO [stderr] 40 | let results = search(&config.start, &config.stop, &contents); Dec 04 14:00:55.563 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Dec 04 14:00:55.563 INFO [stderr] ... Dec 04 14:00:55.563 INFO [stderr] 48 | pub fn search<'a>(beacon: Beacon, contents: &'a str) -> Vec<&'a str> { Dec 04 14:00:55.563 INFO [stderr] | -------------------------------------------------------------------- defined here Dec 04 14:00:55.563 INFO [stderr] Dec 04 14:00:55.571 INFO [stderr] error[E0308]: mismatched types Dec 04 14:00:55.571 INFO [stderr] --> src/lib.rs:48:70 Dec 04 14:00:55.571 INFO [stderr] | Dec 04 14:00:55.571 INFO [stderr] 48 | pub fn search<'a>(beacon: Beacon, contents: &'a str) -> Vec<&'a str> { Dec 04 14:00:55.571 INFO [stderr] | ______________________________________________________________________^ Dec 04 14:00:55.571 INFO [stderr] 49 | | //fn remingon( Dec 04 14:00:55.571 INFO [stderr] 50 | | let split = contents.chars(); Dec 04 14:00:55.571 INFO [stderr] 51 | | //.flat_map(|line| line.split_whitespace()) Dec 04 14:00:55.571 INFO [stderr] 52 | | //.batching(|it| Some(it.take(longest).map(|x| *x).collect::>())); Dec 04 14:00:55.571 INFO [stderr] 53 | | } Dec 04 14:00:55.571 INFO [stderr] | |_^ expected struct `std::vec::Vec`, found () Dec 04 14:00:55.571 INFO [stderr] | Dec 04 14:00:55.571 INFO [stderr] = note: expected type `std::vec::Vec<&'a str>` Dec 04 14:00:55.571 INFO [stderr] found type `()` Dec 04 14:00:55.571 INFO [stderr] Dec 04 14:00:55.571 INFO [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied Dec 04 14:00:55.571 INFO [stderr] --> src/lib.rs:66:13 Dec 04 14:00:55.571 INFO [stderr] | Dec 04 14:00:55.571 INFO [stderr] 48 | pub fn search<'a>(beacon: Beacon, contents: &'a str) -> Vec<&'a str> { Dec 04 14:00:55.571 INFO [stderr] | -------------------------------------------------------------------- defined here Dec 04 14:00:55.571 INFO [stderr] ... Dec 04 14:00:55.571 INFO [stderr] 66 | search("safe", "all", contents) Dec 04 14:00:55.571 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Dec 04 14:00:55.571 INFO [stderr] Dec 04 14:00:55.591 INFO [stderr] error: aborting due to 4 previous errors Dec 04 14:00:55.591 INFO [stderr] Dec 04 14:00:55.591 INFO [stderr] Some errors occurred: E0061, E0308, E0412. Dec 04 14:00:55.591 INFO [stderr] For more information about an error, try `rustc --explain E0061`. Dec 04 14:00:55.591 INFO [stderr] error: Could not compile `aloxite`. Dec 04 14:00:55.591 INFO [stderr] Dec 04 14:00:55.591 INFO [stderr] To learn more, run the command again with --verbose. Dec 04 14:00:55.601 INFO [stderr] su: No module specific data is present Dec 04 14:00:55.991 INFO running `"docker" "inspect" "5a4e57b511d8704b050250934b8a9ae4298bd358ccac50076434bce27d1eb920"` Dec 04 14:00:56.133 INFO running `"docker" "rm" "-f" "5a4e57b511d8704b050250934b8a9ae4298bd358ccac50076434bce27d1eb920"` Dec 04 14:00:56.348 INFO [stdout] 5a4e57b511d8704b050250934b8a9ae4298bd358ccac50076434bce27d1eb920