[INFO] cloning repository heftyfunseeker/daily-coding-problem [INFO] running `"git" "clone" "--bare" "git://github.com/heftyfunseeker/daily-coding-problem.git" "work/cache/sources/gh/heftyfunseeker/daily-coding-problem"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/heftyfunseeker/daily-coding-problem'... [INFO] running `"git" "clone" "work/cache/sources/gh/heftyfunseeker/daily-coding-problem" "work/ex/pr-62133/sources/master#5f9c0448dde167128d668da4555879f64e56af1d/gh/heftyfunseeker/daily-coding-problem"` [INFO] [stderr] Cloning into 'work/ex/pr-62133/sources/master#5f9c0448dde167128d668da4555879f64e56af1d/gh/heftyfunseeker/daily-coding-problem'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/heftyfunseeker/daily-coding-problem" "work/ex/pr-62133/sources/try#8ec8125bea94852768b56958f05da47666c21ab0/gh/heftyfunseeker/daily-coding-problem"` [INFO] [stderr] Cloning into 'work/ex/pr-62133/sources/try#8ec8125bea94852768b56958f05da47666c21ab0/gh/heftyfunseeker/daily-coding-problem'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3723b0db161b71e96c74389edd4ef419eb2475c6 [INFO] sha for GitHub repo heftyfunseeker/daily-coding-problem: 3723b0db161b71e96c74389edd4ef419eb2475c6 [INFO] validating manifest of heftyfunseeker/daily-coding-problem on toolchain master#5f9c0448dde167128d668da4555879f64e56af1d [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+5f9c0448dde167128d668da4555879f64e56af1d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of heftyfunseeker/daily-coding-problem on toolchain try#8ec8125bea94852768b56958f05da47666c21ab0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+8ec8125bea94852768b56958f05da47666c21ab0-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing heftyfunseeker/daily-coding-problem [INFO] finished frobbing heftyfunseeker/daily-coding-problem [INFO] frobbed toml for heftyfunseeker/daily-coding-problem written to work/ex/pr-62133/sources/master#5f9c0448dde167128d668da4555879f64e56af1d/gh/heftyfunseeker/daily-coding-problem/Cargo.toml [INFO] started frobbing heftyfunseeker/daily-coding-problem [INFO] finished frobbing heftyfunseeker/daily-coding-problem [INFO] frobbed toml for heftyfunseeker/daily-coding-problem written to work/ex/pr-62133/sources/try#8ec8125bea94852768b56958f05da47666c21ab0/gh/heftyfunseeker/daily-coding-problem/Cargo.toml [INFO] crate heftyfunseeker/daily-coding-problem already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+5f9c0448dde167128d668da4555879f64e56af1d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+8ec8125bea94852768b56958f05da47666c21ab0-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] checking heftyfunseeker/daily-coding-problem against try#8ec8125bea94852768b56958f05da47666c21ab0 for pr-62133 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62133/worker-4/try#8ec8125bea94852768b56958f05da47666c21ab0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62133/sources/try#8ec8125bea94852768b56958f05da47666c21ab0/gh/heftyfunseeker/daily-coding-problem:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+8ec8125bea94852768b56958f05da47666c21ab0-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 0414ba2dce1347cf8d9dcffce62bcfca9d40bc1a564e773b47444eea3f073bce [INFO] running `"docker" "start" "-a" "0414ba2dce1347cf8d9dcffce62bcfca9d40bc1a564e773b47444eea3f073bce"` [INFO] [stderr] Checking daily-coding-problem v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: function is never used: `get_product_of_other` [INFO] [stderr] --> src/main.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | fn get_product_of_other(elements: &Vec, products_out: &mut Vec) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `locate_smallest_window_to_sort` [INFO] [stderr] --> src/main.rs:41:1 [INFO] [stderr] | [INFO] [stderr] 41 | fn locate_smallest_window_to_sort(elements: &Vec) -> (usize, usize) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `get_max_contiguous_sum` [INFO] [stderr] --> src/main.rs:70:1 [INFO] [stderr] | [INFO] [stderr] 70 | fn get_max_contiguous_sum(elements: &Vec) -> i32 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `get_max_contiguous_sum_wrapping` [INFO] [stderr] --> src/main.rs:81:1 [INFO] [stderr] | [INFO] [stderr] 81 | fn get_max_contiguous_sum_wrapping(elements: &Vec) -> i32 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `get_smaller_elements_to_right_naive` [INFO] [stderr] --> src/main.rs:96:1 [INFO] [stderr] | [INFO] [stderr] 96 | fn get_smaller_elements_to_right_naive(elements: &Vec, smaller_to_right_out: &mut Vec) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `get_smaller_elements_to_right` [INFO] [stderr] --> src/main.rs:110:1 [INFO] [stderr] | [INFO] [stderr] 110 | fn get_smaller_elements_to_right(elements: &Vec, smaller_to_right_out: &mut Vec) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `get_anagram_start_indicies` [INFO] [stderr] --> src/main.rs:124:1 [INFO] [stderr] | [INFO] [stderr] 124 | fn get_anagram_start_indicies(s: &Vec, w: &String, anagram_indicies_out: &mut Vec) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `is_palindrome` [INFO] [stderr] --> src/main.rs:164:1 [INFO] [stderr] | [INFO] [stderr] 164 | fn is_palindrome(str1: &str, str2: &str) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `get_palindrome_pair_indicies` [INFO] [stderr] --> src/main.rs:177:1 [INFO] [stderr] | [INFO] [stderr] 177 | fn get_palindrome_pair_indicies(words: &Vec<&str>, palindrome_pairs_out: &mut Vec<(usize, usize)>) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.26s [INFO] running `"docker" "inspect" "0414ba2dce1347cf8d9dcffce62bcfca9d40bc1a564e773b47444eea3f073bce"` [INFO] running `"docker" "rm" "-f" "0414ba2dce1347cf8d9dcffce62bcfca9d40bc1a564e773b47444eea3f073bce"` [INFO] [stdout] 0414ba2dce1347cf8d9dcffce62bcfca9d40bc1a564e773b47444eea3f073bce