Nov 16 19:29:36.466 INFO testing mkatychev/aloxite against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 16 19:29:36.466 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-alt build --frozen" "-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 16 19:29:36.634 INFO [stdout] 1539929f0f93393328525b82f76826a0a721ce37d1d3947c90de8f7126ba9ba6 Nov 16 19:29:36.636 INFO running `"docker" "start" "-a" "1539929f0f93393328525b82f76826a0a721ce37d1d3947c90de8f7126ba9ba6"` Nov 16 19:29:37.084 INFO [stderr] usermod: no changes Nov 16 19:29:37.104 INFO [stderr] Compiling aloxite v0.1.0 (/source) Nov 16 19:29:37.264 INFO [stderr] error[E0412]: cannot find type `Beacon` in this scope Nov 16 19:29:37.264 INFO [stderr] --> src/lib.rs:48:27 Nov 16 19:29:37.264 INFO [stderr] | Nov 16 19:29:37.264 INFO [stderr] 48 | pub fn search<'a>(beacon: Beacon, contents: &'a str) -> Vec<&'a str> { Nov 16 19:29:37.264 INFO [stderr] | ^^^^^^ not found in this scope Nov 16 19:29:37.264 INFO [stderr] Nov 16 19:29:37.276 INFO [stderr] error[E0061]: this function takes 2 parameters but 3 parameters were supplied Nov 16 19:29:37.276 INFO [stderr] --> src/lib.rs:40:19 Nov 16 19:29:37.276 INFO [stderr] | Nov 16 19:29:37.276 INFO [stderr] 40 | let results = search(&config.start, &config.stop, &contents); Nov 16 19:29:37.276 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Nov 16 19:29:37.276 INFO [stderr] ... Nov 16 19:29:37.276 INFO [stderr] 48 | pub fn search<'a>(beacon: Beacon, contents: &'a str) -> Vec<&'a str> { Nov 16 19:29:37.276 INFO [stderr] | -------------------------------------------------------------------- defined here Nov 16 19:29:37.276 INFO [stderr] Nov 16 19:29:37.284 INFO [stderr] error[E0308]: mismatched types Nov 16 19:29:37.284 INFO [stderr] --> src/lib.rs:48:70 Nov 16 19:29:37.284 INFO [stderr] | Nov 16 19:29:37.284 INFO [stderr] 48 | pub fn search<'a>(beacon: Beacon, contents: &'a str) -> Vec<&'a str> { Nov 16 19:29:37.284 INFO [stderr] | ______________________________________________________________________^ Nov 16 19:29:37.284 INFO [stderr] 49 | | //fn remingon( Nov 16 19:29:37.284 INFO [stderr] 50 | | let split = contents.chars(); Nov 16 19:29:37.284 INFO [stderr] 51 | | //.flat_map(|line| line.split_whitespace()) Nov 16 19:29:37.284 INFO [stderr] 52 | | //.batching(|it| Some(it.take(longest).map(|x| *x).collect::>())); Nov 16 19:29:37.284 INFO [stderr] 53 | | } Nov 16 19:29:37.284 INFO [stderr] | |_^ expected struct `std::vec::Vec`, found () Nov 16 19:29:37.284 INFO [stderr] | Nov 16 19:29:37.284 INFO [stderr] = note: expected type `std::vec::Vec<&'a str>` Nov 16 19:29:37.284 INFO [stderr] found type `()` Nov 16 19:29:37.284 INFO [stderr] Nov 16 19:29:37.285 INFO [stderr] error: aborting due to 3 previous errors Nov 16 19:29:37.285 INFO [stderr] Nov 16 19:29:37.285 INFO [stderr] Some errors occurred: E0061, E0308, E0412. Nov 16 19:29:37.285 INFO [stderr] For more information about an error, try `rustc --explain E0061`. Nov 16 19:29:37.290 INFO [stderr] error: Could not compile `aloxite`. Nov 16 19:29:37.290 INFO [stderr] Nov 16 19:29:37.290 INFO [stderr] To learn more, run the command again with --verbose. Nov 16 19:29:37.291 INFO [stderr] su: No module specific data is present Nov 16 19:29:37.503 INFO running `"docker" "inspect" "1539929f0f93393328525b82f76826a0a721ce37d1d3947c90de8f7126ba9ba6"` Nov 16 19:29:37.564 INFO running `"docker" "rm" "-f" "1539929f0f93393328525b82f76826a0a721ce37d1d3947c90de8f7126ba9ba6"` Nov 16 19:29:37.700 INFO [stdout] 1539929f0f93393328525b82f76826a0a721ce37d1d3947c90de8f7126ba9ba6