[INFO] cloning repository dtAkarin/leetcode_rust [INFO] running `"git" "clone" "--bare" "git://github.com/dtAkarin/leetcode_rust.git" "work/cache/sources/gh/dtAkarin/leetcode_rust"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/dtAkarin/leetcode_rust'... [INFO] running `"git" "clone" "work/cache/sources/gh/dtAkarin/leetcode_rust" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/dtAkarin/leetcode_rust"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/dtAkarin/leetcode_rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/dtAkarin/leetcode_rust" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/dtAkarin/leetcode_rust"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/dtAkarin/leetcode_rust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8a54288d8fc5c479e34066a36ec05c0d11e6c976 [INFO] sha for GitHub repo dtAkarin/leetcode_rust: 8a54288d8fc5c479e34066a36ec05c0d11e6c976 [INFO] validating manifest of dtAkarin/leetcode_rust on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of dtAkarin/leetcode_rust on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing dtAkarin/leetcode_rust [INFO] finished frobbing dtAkarin/leetcode_rust [INFO] frobbed toml for dtAkarin/leetcode_rust written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/dtAkarin/leetcode_rust/Cargo.toml [INFO] started frobbing dtAkarin/leetcode_rust [INFO] finished frobbing dtAkarin/leetcode_rust [INFO] frobbed toml for dtAkarin/leetcode_rust written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/dtAkarin/leetcode_rust/Cargo.toml [INFO] crate dtAkarin/leetcode_rust already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing dtAkarin/leetcode_rust against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/dtAkarin/leetcode_rust:/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] bf4e8579a32f704a98e16776aacf3abbfe629e53466f6995425960937bbc57d6 [INFO] running `"docker" "start" "-a" "bf4e8579a32f704a98e16776aacf3abbfe629e53466f6995425960937bbc57d6"` [INFO] [stderr] Compiling leetcode_rust v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `head` [INFO] [stderr] --> src/easy.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | pub fn delete_duplicates(head: Option>) -> Option> { [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_head` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.03s [INFO] running `"docker" "inspect" "bf4e8579a32f704a98e16776aacf3abbfe629e53466f6995425960937bbc57d6"` [INFO] running `"docker" "rm" "-f" "bf4e8579a32f704a98e16776aacf3abbfe629e53466f6995425960937bbc57d6"` [INFO] [stdout] bf4e8579a32f704a98e16776aacf3abbfe629e53466f6995425960937bbc57d6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/dtAkarin/leetcode_rust:/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] b33dec4fcf35d8f930c0ef0d70560feda65ee9361fac0bd1f53eb62407284814 [INFO] running `"docker" "start" "-a" "b33dec4fcf35d8f930c0ef0d70560feda65ee9361fac0bd1f53eb62407284814"` [INFO] [stderr] Compiling leetcode_rust v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `head` [INFO] [stderr] --> src/easy.rs:282:30 [INFO] [stderr] | [INFO] [stderr] 282 | pub fn delete_duplicates(head: Option>) -> Option> { [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_head` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.30s [INFO] running `"docker" "inspect" "b33dec4fcf35d8f930c0ef0d70560feda65ee9361fac0bd1f53eb62407284814"` [INFO] running `"docker" "rm" "-f" "b33dec4fcf35d8f930c0ef0d70560feda65ee9361fac0bd1f53eb62407284814"` [INFO] [stdout] b33dec4fcf35d8f930c0ef0d70560feda65ee9361fac0bd1f53eb62407284814 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/dtAkarin/leetcode_rust:/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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 8e1adc29d7d9ce08fb784f71cd5ea0d1633e1896312ed78d89b7ad46be4311da [INFO] running `"docker" "start" "-a" "8e1adc29d7d9ce08fb784f71cd5ea0d1633e1896312ed78d89b7ad46be4311da"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/leetcode_rust-800ccffc94068daa [INFO] [stdout] [INFO] [stdout] running 55 tests [INFO] [stdout] test test_easy::test_can_win_nim ... ok [INFO] [stdout] test test_easy::test_add_binary ... ok [INFO] [stdout] test test_easy::test_add_digits ... ok [INFO] [stdout] test test_easy::test_climb_stairs ... ok [INFO] [stdout] test test_easy::test_count_and_say ... ok [INFO] [stdout] test test_easy::test_first_uniq_char ... ok [INFO] [stdout] test test_easy::test_contains_duplicate ... ok [INFO] [stdout] test test_easy::test_convert_to_title ... ok [INFO] [stdout] test test_easy::test_generate ... ok [INFO] [stdout] test test_easy::test_get_row ... ok [INFO] [stdout] test test_easy::test_intersection ... ok [INFO] [stdout] test test_easy::test_intersect ... ok [INFO] [stdout] test test_easy::test_is_alnum_palindrome ... ok [INFO] [stdout] test test_easy::test_is_anagram ... ok [INFO] [stdout] test test_easy::test_is_isomorphic ... ok [INFO] [stdout] test test_easy::test_is_happy ... ok [INFO] [stdout] test test_easy::test_is_palindrome ... ok [INFO] [stdout] test test_easy::test_is_perfect_square ... ok [INFO] [stdout] test test_easy::test_is_power_of_four ... ok [INFO] [stdout] test test_easy::test_is_power_of_three ... ok [INFO] [stdout] test test_easy::test_is_power_of_two ... ok [INFO] [stdout] test test_easy::test_is_ugly ... ok [INFO] [stdout] test test_easy::test_is_valid ... ok [INFO] [stdout] test test_easy::test_count_primes ... ok [INFO] [stdout] test test_easy::test_length_of_last_word ... ok [INFO] [stdout] test test_easy::test_max_profit2 ... ok [INFO] [stdout] test test_easy::test_longest_common_prefix ... ok [INFO] [stdout] test test_easy::test_majority_element ... ok [INFO] [stdout] test test_easy::test_merge ... ok [INFO] [stdout] test test_easy::test_merge_two_lists ... ok [INFO] [stdout] test test_easy::test_missing_number ... ok [INFO] [stdout] test test_easy::test_move_zeroes ... ok [INFO] [stdout] test test_easy::test_my_sqrt ... ok [INFO] [stdout] test test_easy::test_plus_one ... ok [INFO] [stdout] test test_easy::test_remove_duplicates ... ok [INFO] [stdout] test test_easy::test_remove_element ... ok [INFO] [stdout] test test_easy::test_reverse ... ok [INFO] [stdout] test test_easy::test_reverse_string ... ok [INFO] [stdout] test test_easy::test_reverse_vowels ... ok [INFO] [stdout] test test_easy::test_rob ... ok [INFO] [stdout] test test_easy::test_roman_to_int ... ok [INFO] [stdout] test test_easy::test_rotate ... ok [INFO] [stdout] test test_easy::test_search_insert ... ok [INFO] [stdout] test test_easy::test_can_construct ... ok [INFO] [stdout] test test_easy::test_title_to_number ... ok [INFO] [stdout] test test_easy::test_find_the_difference ... ok [INFO] [stdout] test test_easy::test_single_number ... ok [INFO] [stdout] test test_easy::test_str_str ... ok [INFO] [stdout] test test_easy::test_contains_nearby_duplicate ... ok [INFO] [stdout] test test_easy::test_max_profit ... ok [INFO] [stdout] test test_easy::test_max_sub_array ... ok [INFO] [stdout] test test_easy::test_trailing_zeroes ... ok [INFO] [stdout] test test_easy::test_two_sum2 ... ok [INFO] [stdout] test test_easy::test_two_sum ... ok [INFO] [stdout] test test_easy::test_word_pattern ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 55 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "8e1adc29d7d9ce08fb784f71cd5ea0d1633e1896312ed78d89b7ad46be4311da"` [INFO] running `"docker" "rm" "-f" "8e1adc29d7d9ce08fb784f71cd5ea0d1633e1896312ed78d89b7ad46be4311da"` [INFO] [stdout] 8e1adc29d7d9ce08fb784f71cd5ea0d1633e1896312ed78d89b7ad46be4311da