Nov 28 00:32:00.259 INFO checking mkatychev/aloxite against master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5 for pr-56074 Nov 28 00:32:00.259 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-7/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56074/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/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 +0b9f19dff1347e29bf4362ab5a8fab84b43023b5-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"` Nov 28 00:32:00.583 INFO [stdout] a553f0159dc547b7a18445d8c8fb8b15c7bd954303da1b94849b5d56ca07e74d Nov 28 00:32:00.586 INFO running `"docker" "start" "-a" "a553f0159dc547b7a18445d8c8fb8b15c7bd954303da1b94849b5d56ca07e74d"` Nov 28 00:32:01.140 INFO [stderr] usermod: no changes Nov 28 00:32:01.170 INFO [stderr] Checking aloxite v0.1.0 (/source) Nov 28 00:32:01.406 INFO [stderr] error[E0412]: cannot find type `Beacon` in this scope Nov 28 00:32:01.406 INFO [stderr] --> src/lib.rs:48:27 Nov 28 00:32:01.406 INFO [stderr] | Nov 28 00:32:01.406 INFO [stderr] 48 | pub fn search<'a>(beacon: Beacon, contents: &'a str) -> Vec<&'a str> { Nov 28 00:32:01.406 INFO [stderr] | ^^^^^^ not found in this scope Nov 28 00:32:01.406 INFO [stderr] Nov 28 00:32:01.427 INFO [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied Nov 28 00:32:01.427 INFO [stderr] --> src/lib.rs:40:19 Nov 28 00:32:01.427 INFO [stderr] | Nov 28 00:32:01.427 INFO [stderr] 40 | let results = search(&config.start, &config.stop, &contents); Nov 28 00:32:01.427 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Nov 28 00:32:01.427 INFO [stderr] ... Nov 28 00:32:01.427 INFO [stderr] 48 | pub fn search<'a>(beacon: Beacon, contents: &'a str) -> Vec<&'a str> { Nov 28 00:32:01.427 INFO [stderr] | -------------------------------------------------------------------- defined here Nov 28 00:32:01.427 INFO [stderr] Nov 28 00:32:01.430 INFO [stderr] error[E0412]: cannot find type `Beacon` in this scope Nov 28 00:32:01.432 INFO [stderr] --> src/lib.rs:48:27 Nov 28 00:32:01.432 INFO [stderr] | Nov 28 00:32:01.432 INFO [stderr] 48 | pub fn search<'a>(beacon: Beacon, contents: &'a str) -> Vec<&'a str> { Nov 28 00:32:01.432 INFO [stderr] | ^^^^^^ not found in this scope Nov 28 00:32:01.432 INFO [stderr] Nov 28 00:32:01.441 INFO [stderr] error[E0308]: mismatched types Nov 28 00:32:01.441 INFO [stderr] --> src/lib.rs:48:70 Nov 28 00:32:01.441 INFO [stderr] | Nov 28 00:32:01.441 INFO [stderr] 48 | pub fn search<'a>(beacon: Beacon, contents: &'a str) -> Vec<&'a str> { Nov 28 00:32:01.442 INFO [stderr] | ______________________________________________________________________^ Nov 28 00:32:01.442 INFO [stderr] 49 | | //fn remingon( Nov 28 00:32:01.442 INFO [stderr] 50 | | let split = contents.chars(); Nov 28 00:32:01.443 INFO [stderr] 51 | | //.flat_map(|line| line.split_whitespace()) Nov 28 00:32:01.443 INFO [stderr] 52 | | //.batching(|it| Some(it.take(longest).map(|x| *x).collect::>())); Nov 28 00:32:01.443 INFO [stderr] 53 | | } Nov 28 00:32:01.444 INFO [stderr] | |_^ expected struct `std::vec::Vec`, found () Nov 28 00:32:01.444 INFO [stderr] | Nov 28 00:32:01.444 INFO [stderr] = note: expected type `std::vec::Vec<&'a str>` Nov 28 00:32:01.444 INFO [stderr] found type `()` Nov 28 00:32:01.445 INFO [stderr] Nov 28 00:32:01.446 INFO [stderr] error: aborting due to 3 previous errors Nov 28 00:32:01.447 INFO [stderr] Nov 28 00:32:01.447 INFO [stderr] Some errors occurred: E0061, E0308, E0412. Nov 28 00:32:01.448 INFO [stderr] For more information about an error, try `rustc --explain E0061`. Nov 28 00:32:01.450 INFO [stderr] error: Could not compile `aloxite`. Nov 28 00:32:01.450 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 28 00:32:01.456 INFO [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied Nov 28 00:32:01.457 INFO [stderr] --> src/lib.rs:40:19 Nov 28 00:32:01.457 INFO [stderr] | Nov 28 00:32:01.457 INFO [stderr] 40 | let results = search(&config.start, &config.stop, &contents); Nov 28 00:32:01.457 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Nov 28 00:32:01.457 INFO [stderr] ... Nov 28 00:32:01.457 INFO [stderr] 48 | pub fn search<'a>(beacon: Beacon, contents: &'a str) -> Vec<&'a str> { Nov 28 00:32:01.457 INFO [stderr] | -------------------------------------------------------------------- defined here Nov 28 00:32:01.457 INFO [stderr] Nov 28 00:32:01.462 INFO [stderr] error[E0308]: mismatched types Nov 28 00:32:01.462 INFO [stderr] --> src/lib.rs:48:70 Nov 28 00:32:01.462 INFO [stderr] | Nov 28 00:32:01.462 INFO [stderr] 48 | pub fn search<'a>(beacon: Beacon, contents: &'a str) -> Vec<&'a str> { Nov 28 00:32:01.462 INFO [stderr] | ______________________________________________________________________^ Nov 28 00:32:01.462 INFO [stderr] 49 | | //fn remingon( Nov 28 00:32:01.462 INFO [stderr] 50 | | let split = contents.chars(); Nov 28 00:32:01.462 INFO [stderr] 51 | | //.flat_map(|line| line.split_whitespace()) Nov 28 00:32:01.462 INFO [stderr] 52 | | //.batching(|it| Some(it.take(longest).map(|x| *x).collect::>())); Nov 28 00:32:01.462 INFO [stderr] 53 | | } Nov 28 00:32:01.462 INFO [stderr] | |_^ expected struct `std::vec::Vec`, found () Nov 28 00:32:01.462 INFO [stderr] | Nov 28 00:32:01.462 INFO [stderr] = note: expected type `std::vec::Vec<&'a str>` Nov 28 00:32:01.462 INFO [stderr] found type `()` Nov 28 00:32:01.462 INFO [stderr] Nov 28 00:32:01.468 INFO [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied Nov 28 00:32:01.468 INFO [stderr] --> src/lib.rs:66:13 Nov 28 00:32:01.468 INFO [stderr] | Nov 28 00:32:01.468 INFO [stderr] 48 | pub fn search<'a>(beacon: Beacon, contents: &'a str) -> Vec<&'a str> { Nov 28 00:32:01.468 INFO [stderr] | -------------------------------------------------------------------- defined here Nov 28 00:32:01.469 INFO [stderr] ... Nov 28 00:32:01.469 INFO [stderr] 66 | search("safe", "all", contents) Nov 28 00:32:01.469 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Nov 28 00:32:01.469 INFO [stderr] Nov 28 00:32:01.477 INFO [stderr] error: aborting due to 4 previous errors Nov 28 00:32:01.477 INFO [stderr] Nov 28 00:32:01.477 INFO [stderr] Some errors occurred: E0061, E0308, E0412. Nov 28 00:32:01.477 INFO [stderr] For more information about an error, try `rustc --explain E0061`. Nov 28 00:32:01.480 INFO [stderr] error: Could not compile `aloxite`. Nov 28 00:32:01.480 INFO [stderr] Nov 28 00:32:01.480 INFO [stderr] To learn more, run the command again with --verbose. Nov 28 00:32:01.482 INFO [stderr] su: No module specific data is present Nov 28 00:32:01.743 INFO running `"docker" "inspect" "a553f0159dc547b7a18445d8c8fb8b15c7bd954303da1b94849b5d56ca07e74d"` Nov 28 00:32:01.847 INFO running `"docker" "rm" "-f" "a553f0159dc547b7a18445d8c8fb8b15c7bd954303da1b94849b5d56ca07e74d"` Nov 28 00:32:01.974 INFO [stdout] a553f0159dc547b7a18445d8c8fb8b15c7bd954303da1b94849b5d56ca07e74d