Oct 12 17:19:38.885 INFO checking mkatychev/aloxite against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 17:19:38.885 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 12 17:19:39.115 INFO blam! 0f0329540f52cabe9f12a95dc9320f16f79e21239bc4efe136e8ffa60f41fa09 Oct 12 17:19:39.124 INFO running `"docker" "start" "-a" "0f0329540f52cabe9f12a95dc9320f16f79e21239bc4efe136e8ffa60f41fa09"` Oct 12 17:19:39.642 INFO kablam! usermod: no changes Oct 12 17:19:39.678 INFO kablam! Checking aloxite v0.1.0 (/source) Oct 12 17:19:39.885 INFO kablam! error[E0425]: cannot find function `reset` in this scope Oct 12 17:19:39.885 INFO kablam! --> src/lib.rs:100:21 Oct 12 17:19:39.885 INFO kablam! | Oct 12 17:19:39.885 INFO kablam! 100 | reset(st_iter); Oct 12 17:19:39.885 INFO kablam! | ^^^^^ not found in this scope Oct 12 17:19:39.885 INFO kablam! Oct 12 17:19:39.885 INFO kablam! error[E0106]: missing lifetime specifier Oct 12 17:19:39.885 INFO kablam! --> src/lib.rs:68:10 Oct 12 17:19:39.885 INFO kablam! | Oct 12 17:19:39.885 INFO kablam! 68 | arr: &[char], Oct 12 17:19:39.885 INFO kablam! | ^ expected lifetime parameter Oct 12 17:19:39.885 INFO kablam! Oct 12 17:19:39.897 INFO kablam! error[E0191]: the value of the associated type `Item` (from the trait `std::iter::Iterator`) must be specified Oct 12 17:19:39.897 INFO kablam! --> src/lib.rs:69:15 Oct 12 17:19:39.898 INFO kablam! | Oct 12 17:19:39.898 INFO kablam! 69 | pub iter: Iterator, Oct 12 17:19:39.898 INFO kablam! | ^^^^^^^^ missing associated type `Item` value Oct 12 17:19:39.898 INFO kablam! Oct 12 17:19:39.898 INFO kablam! error[E0191]: the value of the associated type `Item` (from the trait `std::iter::Iterator`) must be specified Oct 12 17:19:39.898 INFO kablam! --> src/lib.rs:90:45 Oct 12 17:19:39.898 INFO kablam! | Oct 12 17:19:39.898 INFO kablam! 90 | pub fn st_compare(item: &str, st_iter: &Iterator, is_active: &mut bool) -> bool { Oct 12 17:19:39.898 INFO kablam! | ^^^^^^^^ missing associated type `Item` value Oct 12 17:19:39.898 INFO kablam! Oct 12 17:19:39.898 INFO kablam! error: aborting due to 4 previous errors Oct 12 17:19:39.899 INFO kablam! Oct 12 17:19:39.899 INFO kablam! Some errors occurred: E0106, E0191, E0425. Oct 12 17:19:39.899 INFO kablam! For more information about an error, try `rustc --explain E0106`. Oct 12 17:19:39.899 INFO kablam! error: Could not compile `aloxite`. Oct 12 17:19:39.899 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 12 17:19:39.925 INFO kablam! error[E0425]: cannot find function `reset` in this scope Oct 12 17:19:39.925 INFO kablam! --> src/lib.rs:100:21 Oct 12 17:19:39.925 INFO kablam! | Oct 12 17:19:39.925 INFO kablam! 100 | reset(st_iter); Oct 12 17:19:39.925 INFO kablam! | ^^^^^ not found in this scope Oct 12 17:19:39.925 INFO kablam! Oct 12 17:19:39.928 INFO kablam! error[E0106]: missing lifetime specifier Oct 12 17:19:39.928 INFO kablam! --> src/lib.rs:68:10 Oct 12 17:19:39.928 INFO kablam! | Oct 12 17:19:39.928 INFO kablam! 68 | arr: &[char], Oct 12 17:19:39.928 INFO kablam! | ^ expected lifetime parameter Oct 12 17:19:39.928 INFO kablam! Oct 12 17:19:39.944 INFO kablam! error[E0191]: the value of the associated type `Item` (from the trait `std::iter::Iterator`) must be specified Oct 12 17:19:39.944 INFO kablam! --> src/lib.rs:69:15 Oct 12 17:19:39.944 INFO kablam! | Oct 12 17:19:39.944 INFO kablam! 69 | pub iter: Iterator, Oct 12 17:19:39.944 INFO kablam! | ^^^^^^^^ missing associated type `Item` value Oct 12 17:19:39.944 INFO kablam! Oct 12 17:19:39.944 INFO kablam! error[E0191]: the value of the associated type `Item` (from the trait `std::iter::Iterator`) must be specified Oct 12 17:19:39.944 INFO kablam! --> src/lib.rs:90:45 Oct 12 17:19:39.944 INFO kablam! | Oct 12 17:19:39.944 INFO kablam! 90 | pub fn st_compare(item: &str, st_iter: &Iterator, is_active: &mut bool) -> bool { Oct 12 17:19:39.944 INFO kablam! | ^^^^^^^^ missing associated type `Item` value Oct 12 17:19:39.944 INFO kablam! Oct 12 17:19:39.944 INFO kablam! error: aborting due to 4 previous errors Oct 12 17:19:39.944 INFO kablam! Oct 12 17:19:39.944 INFO kablam! Some errors occurred: E0106, E0191, E0425. Oct 12 17:19:39.944 INFO kablam! For more information about an error, try `rustc --explain E0106`. Oct 12 17:19:39.949 INFO kablam! error: Could not compile `aloxite`. Oct 12 17:19:39.949 INFO kablam! Oct 12 17:19:39.949 INFO kablam! To learn more, run the command again with --verbose. Oct 12 17:19:39.950 INFO kablam! su: No module specific data is present Oct 12 17:19:40.241 INFO running `"docker" "rm" "-f" "0f0329540f52cabe9f12a95dc9320f16f79e21239bc4efe136e8ffa60f41fa09"` Oct 12 17:19:40.342 INFO blam! 0f0329540f52cabe9f12a95dc9320f16f79e21239bc4efe136e8ffa60f41fa09