[INFO] cloning repository https://github.com/milongo/leetcode-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/milongo/leetcode-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmilongo%2Fleetcode-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmilongo%2Fleetcode-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a6bd20e49e96f28518d4114c7ae405603ad095f7
[INFO] testing milongo/leetcode-rust against master#1ef7943ee607160a564655b6596f83670ef95df5 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmilongo%2Fleetcode-rust" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/milongo/leetcode-rust
[INFO] finished tweaking git repo https://github.com/milongo/leetcode-rust
[INFO] tweaked toml for git repo https://github.com/milongo/leetcode-rust written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/milongo/leetcode-rust on toolchain 1ef7943ee607160a564655b6596f83670ef95df5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/milongo/leetcode-rust already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 088391836ca405d7783729f456ff0016da97c133582a8fceb8e82837971262c3
[INFO] running `Command { std: "docker" "start" "-a" "088391836ca405d7783729f456ff0016da97c133582a8fceb8e82837971262c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "088391836ca405d7783729f456ff0016da97c133582a8fceb8e82837971262c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "088391836ca405d7783729f456ff0016da97c133582a8fceb8e82837971262c3", kill_on_drop: false }`
[INFO] [stdout] 088391836ca405d7783729f456ff0016da97c133582a8fceb8e82837971262c3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 77babf6117f31cf404e20db26194150599b1a8ab92b403219f7cf7ba5a35d7bf
[INFO] running `Command { std: "docker" "start" "-a" "77babf6117f31cf404e20db26194150599b1a8ab92b403219f7cf7ba5a35d7bf", kill_on_drop: false }`
[INFO] [stderr]    Compiling leetcode-rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::hash::Hash`
[INFO] [stdout]  --> src/problems/arrays_hashing.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::hash::Hash;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `key`
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:633:10
[INFO] [stdout]     |
[INFO] [stdout] 633 |     for (key, val) in char_count.iter() {
[INFO] [stdout]     |          ^^^ help: if this is intentional, prefix it with an underscore: `_key`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::hash::Hash`
[INFO] [stdout]  --> src/problems/arrays_hashing.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::hash::Hash;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `key`
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:633:10
[INFO] [stdout]     |
[INFO] [stdout] 633 |     for (key, val) in char_count.iter() {
[INFO] [stdout]     |          ^^^ help: if this is intentional, prefix it with an underscore: `_key`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `max_profit` is never used
[INFO] [stdout]   --> src/problems/arrays_hashing.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn max_profit(prices: Vec<i32>) -> i32 {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `length_of_longest_substring` is never used
[INFO] [stdout]   --> src/problems/arrays_hashing.rs:63:8
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn length_of_longest_substring(s: String) -> i32 {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `two_sum` is never used
[INFO] [stdout]   --> src/problems/arrays_hashing.rs:95:8
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub fn two_sum(nums: Vec<i32>, target: i32) -> Vec<i32> {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `three_sum_bool` is never used
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:121:8
[INFO] [stdout]     |
[INFO] [stdout] 121 | pub fn three_sum_bool(nums: Vec<i32>, target: i32) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `has_duplicate` is never used
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:177:8
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub fn has_duplicate(nums: Vec<i32>) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_anagram` is never used
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:217:8
[INFO] [stdout]     |
[INFO] [stdout] 217 | pub fn is_anagram(s: String, t: String) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_palindrome` is never used
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:275:8
[INFO] [stdout]     |
[INFO] [stdout] 275 | pub fn is_palindrome(s: String) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `search` is never used
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:331:8
[INFO] [stdout]     |
[INFO] [stdout] 331 | pub fn search(nums: Vec<i32>, target: i32) -> i32 {
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_valid` is never used
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:406:8
[INFO] [stdout]     |
[INFO] [stdout] 406 | pub fn is_valid(s: String) -> bool {
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `flood_fill` is never used
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:472:8
[INFO] [stdout]     |
[INFO] [stdout] 472 | pub fn flood_fill(image: Vec<Vec<i32>>, sr: i32, sc: i32, color: i32) -> Vec<Vec<i32>> {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `can_construct` is never used
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:560:8
[INFO] [stdout]     |
[INFO] [stdout] 560 | pub fn can_construct(ransom_note: String, magazine: String) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `longest_palindrome` is never used
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:625:8
[INFO] [stdout]     |
[INFO] [stdout] 625 | pub fn longest_palindrome(s: String) -> i32 {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `majority_element` is never used
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:689:8
[INFO] [stdout]     |
[INFO] [stdout] 689 | pub fn majority_element(nums: Vec<i32>) -> i32 {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `climb_stairs` is never used
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:753:8
[INFO] [stdout]     |
[INFO] [stdout] 753 | pub fn climb_stairs(n: i32) -> i32 {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `max_sub_array` is never used
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:818:8
[INFO] [stdout]     |
[INFO] [stdout] 818 | pub fn max_sub_array(nums: Vec<i32>) -> i32 {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `insert` is never used
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:875:8
[INFO] [stdout]     |
[INFO] [stdout] 875 | pub fn insert(intervals: Vec<Vec<i32>>, new_interval: Vec<i32>) -> Vec<Vec<i32>> {
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
[INFO] running `Command { std: "docker" "inspect" "77babf6117f31cf404e20db26194150599b1a8ab92b403219f7cf7ba5a35d7bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "77babf6117f31cf404e20db26194150599b1a8ab92b403219f7cf7ba5a35d7bf", kill_on_drop: false }`
[INFO] [stdout] 77babf6117f31cf404e20db26194150599b1a8ab92b403219f7cf7ba5a35d7bf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f78949de3042a8703995c09a512e05ba516a25aea49ab917a863a5ab7d83104f
[INFO] running `Command { std: "docker" "start" "-a" "f78949de3042a8703995c09a512e05ba516a25aea49ab917a863a5ab7d83104f", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `std::hash::Hash`
[INFO] [stdout]  --> src/problems/arrays_hashing.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::hash::Hash;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `key`
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:633:10
[INFO] [stdout]     |
[INFO] [stdout] 633 |     for (key, val) in char_count.iter() {
[INFO] [stdout]     |          ^^^ help: if this is intentional, prefix it with an underscore: `_key`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::hash::Hash`
[INFO] [stdout]  --> src/problems/arrays_hashing.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::hash::Hash;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `key`
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:633:10
[INFO] [stdout]     |
[INFO] [stdout] 633 |     for (key, val) in char_count.iter() {
[INFO] [stdout]     |          ^^^ help: if this is intentional, prefix it with an underscore: `_key`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `max_profit` is never used
[INFO] [stdout]   --> src/problems/arrays_hashing.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn max_profit(prices: Vec<i32>) -> i32 {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `length_of_longest_substring` is never used
[INFO] [stdout]   --> src/problems/arrays_hashing.rs:63:8
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn length_of_longest_substring(s: String) -> i32 {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `two_sum` is never used
[INFO] [stdout]   --> src/problems/arrays_hashing.rs:95:8
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub fn two_sum(nums: Vec<i32>, target: i32) -> Vec<i32> {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `three_sum_bool` is never used
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:121:8
[INFO] [stdout]     |
[INFO] [stdout] 121 | pub fn three_sum_bool(nums: Vec<i32>, target: i32) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling leetcode-rust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function `has_duplicate` is never used
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:177:8
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub fn has_duplicate(nums: Vec<i32>) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_anagram` is never used
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:217:8
[INFO] [stdout]     |
[INFO] [stdout] 217 | pub fn is_anagram(s: String, t: String) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_palindrome` is never used
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:275:8
[INFO] [stdout]     |
[INFO] [stdout] 275 | pub fn is_palindrome(s: String) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `search` is never used
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:331:8
[INFO] [stdout]     |
[INFO] [stdout] 331 | pub fn search(nums: Vec<i32>, target: i32) -> i32 {
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_valid` is never used
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:406:8
[INFO] [stdout]     |
[INFO] [stdout] 406 | pub fn is_valid(s: String) -> bool {
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `flood_fill` is never used
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:472:8
[INFO] [stdout]     |
[INFO] [stdout] 472 | pub fn flood_fill(image: Vec<Vec<i32>>, sr: i32, sc: i32, color: i32) -> Vec<Vec<i32>> {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `can_construct` is never used
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:560:8
[INFO] [stdout]     |
[INFO] [stdout] 560 | pub fn can_construct(ransom_note: String, magazine: String) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `longest_palindrome` is never used
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:625:8
[INFO] [stdout]     |
[INFO] [stdout] 625 | pub fn longest_palindrome(s: String) -> i32 {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `majority_element` is never used
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:689:8
[INFO] [stdout]     |
[INFO] [stdout] 689 | pub fn majority_element(nums: Vec<i32>) -> i32 {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `climb_stairs` is never used
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:753:8
[INFO] [stdout]     |
[INFO] [stdout] 753 | pub fn climb_stairs(n: i32) -> i32 {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `max_sub_array` is never used
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:818:8
[INFO] [stdout]     |
[INFO] [stdout] 818 | pub fn max_sub_array(nums: Vec<i32>) -> i32 {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `insert` is never used
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:875:8
[INFO] [stdout]     |
[INFO] [stdout] 875 | pub fn insert(intervals: Vec<Vec<i32>>, new_interval: Vec<i32>) -> Vec<Vec<i32>> {
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::hash::Hash`
[INFO] [stdout]  --> src/problems/arrays_hashing.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::hash::Hash;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `key`
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:633:10
[INFO] [stdout]     |
[INFO] [stdout] 633 |     for (key, val) in char_count.iter() {
[INFO] [stdout]     |          ^^^ help: if this is intentional, prefix it with an underscore: `_key`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `max_profit` is never used
[INFO] [stdout]   --> src/problems/arrays_hashing.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn max_profit(prices: Vec<i32>) -> i32 {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `length_of_longest_substring` is never used
[INFO] [stdout]   --> src/problems/arrays_hashing.rs:63:8
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub fn length_of_longest_substring(s: String) -> i32 {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `two_sum` is never used
[INFO] [stdout]   --> src/problems/arrays_hashing.rs:95:8
[INFO] [stdout]    |
[INFO] [stdout] 95 | pub fn two_sum(nums: Vec<i32>, target: i32) -> Vec<i32> {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `three_sum_bool` is never used
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:121:8
[INFO] [stdout]     |
[INFO] [stdout] 121 | pub fn three_sum_bool(nums: Vec<i32>, target: i32) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `has_duplicate` is never used
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:177:8
[INFO] [stdout]     |
[INFO] [stdout] 177 | pub fn has_duplicate(nums: Vec<i32>) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_anagram` is never used
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:217:8
[INFO] [stdout]     |
[INFO] [stdout] 217 | pub fn is_anagram(s: String, t: String) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_palindrome` is never used
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:275:8
[INFO] [stdout]     |
[INFO] [stdout] 275 | pub fn is_palindrome(s: String) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `search` is never used
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:331:8
[INFO] [stdout]     |
[INFO] [stdout] 331 | pub fn search(nums: Vec<i32>, target: i32) -> i32 {
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `is_valid` is never used
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:406:8
[INFO] [stdout]     |
[INFO] [stdout] 406 | pub fn is_valid(s: String) -> bool {
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `flood_fill` is never used
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:472:8
[INFO] [stdout]     |
[INFO] [stdout] 472 | pub fn flood_fill(image: Vec<Vec<i32>>, sr: i32, sc: i32, color: i32) -> Vec<Vec<i32>> {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `can_construct` is never used
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:560:8
[INFO] [stdout]     |
[INFO] [stdout] 560 | pub fn can_construct(ransom_note: String, magazine: String) -> bool {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `longest_palindrome` is never used
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:625:8
[INFO] [stdout]     |
[INFO] [stdout] 625 | pub fn longest_palindrome(s: String) -> i32 {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `majority_element` is never used
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:689:8
[INFO] [stdout]     |
[INFO] [stdout] 689 | pub fn majority_element(nums: Vec<i32>) -> i32 {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `climb_stairs` is never used
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:753:8
[INFO] [stdout]     |
[INFO] [stdout] 753 | pub fn climb_stairs(n: i32) -> i32 {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `max_sub_array` is never used
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:818:8
[INFO] [stdout]     |
[INFO] [stdout] 818 | pub fn max_sub_array(nums: Vec<i32>) -> i32 {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `insert` is never used
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:875:8
[INFO] [stdout]     |
[INFO] [stdout] 875 | pub fn insert(intervals: Vec<Vec<i32>>, new_interval: Vec<i32>) -> Vec<Vec<i32>> {
[INFO] [stdout]     |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::hash::Hash`
[INFO] [stdout]  --> src/problems/arrays_hashing.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::hash::Hash;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `key`
[INFO] [stdout]    --> src/problems/arrays_hashing.rs:633:10
[INFO] [stdout]     |
[INFO] [stdout] 633 |     for (key, val) in char_count.iter() {
[INFO] [stdout]     |          ^^^ help: if this is intentional, prefix it with an underscore: `_key`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.58s
[INFO] running `Command { std: "docker" "inspect" "f78949de3042a8703995c09a512e05ba516a25aea49ab917a863a5ab7d83104f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f78949de3042a8703995c09a512e05ba516a25aea49ab917a863a5ab7d83104f", kill_on_drop: false }`
[INFO] [stdout] f78949de3042a8703995c09a512e05ba516a25aea49ab917a863a5ab7d83104f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 313a86edbd039f78c27cc0a1a70df6a614df75010d0a01eb83cc930a4867df36
[INFO] running `Command { std: "docker" "start" "-a" "313a86edbd039f78c27cc0a1a70df6a614df75010d0a01eb83cc930a4867df36", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `std::hash::Hash`
[INFO] [stdout] 
[INFO] [stderr]  --> src/problems/arrays_hashing.rs:5:5
[INFO] [stdout] running 0 tests
[INFO] [stderr]   |
[INFO] [stdout] 
[INFO] [stderr] 5 | use std::hash::Hash;
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `key`
[INFO] [stderr]    --> src/problems/arrays_hashing.rs:633:10
[INFO] [stdout] 
[INFO] [stderr]     |
[INFO] [stdout] running 0 tests
[INFO] [stderr] 633 |     for (key, val) in char_count.iter() {
[INFO] [stdout] 
[INFO] [stderr]     |          ^^^ help: if this is intentional, prefix it with an underscore: `_key`
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]     |
[INFO] [stdout] 
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `leetcode-rust` (lib) generated 2 warnings (run `cargo fix --lib -p leetcode-rust` to apply 2 suggestions)
[INFO] [stderr] warning: function `max_profit` is never used
[INFO] [stderr]   --> src/problems/arrays_hashing.rs:19:8
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub fn max_profit(prices: Vec<i32>) -> i32 {
[INFO] [stderr]    |        ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `length_of_longest_substring` is never used
[INFO] [stderr]   --> src/problems/arrays_hashing.rs:63:8
[INFO] [stderr]    |
[INFO] [stderr] 63 | pub fn length_of_longest_substring(s: String) -> i32 {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `two_sum` is never used
[INFO] [stderr]   --> src/problems/arrays_hashing.rs:95:8
[INFO] [stderr]    |
[INFO] [stderr] 95 | pub fn two_sum(nums: Vec<i32>, target: i32) -> Vec<i32> {
[INFO] [stderr]    |        ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `three_sum_bool` is never used
[INFO] [stderr]    --> src/problems/arrays_hashing.rs:121:8
[INFO] [stderr]     |
[INFO] [stderr] 121 | pub fn three_sum_bool(nums: Vec<i32>, target: i32) -> bool {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `has_duplicate` is never used
[INFO] [stderr]    --> src/problems/arrays_hashing.rs:177:8
[INFO] [stderr]     |
[INFO] [stderr] 177 | pub fn has_duplicate(nums: Vec<i32>) -> bool {
[INFO] [stderr]     |        ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `is_anagram` is never used
[INFO] [stderr]    --> src/problems/arrays_hashing.rs:217:8
[INFO] [stderr]     |
[INFO] [stderr] 217 | pub fn is_anagram(s: String, t: String) -> bool {
[INFO] [stderr]     |        ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `is_palindrome` is never used
[INFO] [stderr]    --> src/problems/arrays_hashing.rs:275:8
[INFO] [stderr]     |
[INFO] [stderr] 275 | pub fn is_palindrome(s: String) -> bool {
[INFO] [stderr]     |        ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `search` is never used
[INFO] [stderr]    --> src/problems/arrays_hashing.rs:331:8
[INFO] [stderr]     |
[INFO] [stderr] 331 | pub fn search(nums: Vec<i32>, target: i32) -> i32 {
[INFO] [stderr]     |        ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `is_valid` is never used
[INFO] [stderr]    --> src/problems/arrays_hashing.rs:406:8
[INFO] [stderr]     |
[INFO] [stderr] 406 | pub fn is_valid(s: String) -> bool {
[INFO] [stderr]     |        ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `flood_fill` is never used
[INFO] [stderr]    --> src/problems/arrays_hashing.rs:472:8
[INFO] [stderr]     |
[INFO] [stderr] 472 | pub fn flood_fill(image: Vec<Vec<i32>>, sr: i32, sc: i32, color: i32) -> Vec<Vec<i32>> {
[INFO] [stderr]     |        ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `can_construct` is never used
[INFO] [stderr]    --> src/problems/arrays_hashing.rs:560:8
[INFO] [stderr]     |
[INFO] [stderr] 560 | pub fn can_construct(ransom_note: String, magazine: String) -> bool {
[INFO] [stderr]     |        ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `longest_palindrome` is never used
[INFO] [stderr]    --> src/problems/arrays_hashing.rs:625:8
[INFO] [stderr]     |
[INFO] [stderr] 625 | pub fn longest_palindrome(s: String) -> i32 {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `majority_element` is never used
[INFO] [stderr]    --> src/problems/arrays_hashing.rs:689:8
[INFO] [stderr]     |
[INFO] [stderr] 689 | pub fn majority_element(nums: Vec<i32>) -> i32 {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `climb_stairs` is never used
[INFO] [stderr]    --> src/problems/arrays_hashing.rs:753:8
[INFO] [stderr]     |
[INFO] [stderr] 753 | pub fn climb_stairs(n: i32) -> i32 {
[INFO] [stderr]     |        ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `max_sub_array` is never used
[INFO] [stderr]    --> src/problems/arrays_hashing.rs:818:8
[INFO] [stderr]     |
[INFO] [stderr] 818 | pub fn max_sub_array(nums: Vec<i32>) -> i32 {
[INFO] [stderr]     |        ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `insert` is never used
[INFO] [stderr]    --> src/problems/arrays_hashing.rs:875:8
[INFO] [stderr]     |
[INFO] [stderr] 875 | pub fn insert(intervals: Vec<Vec<i32>>, new_interval: Vec<i32>) -> Vec<Vec<i32>> {
[INFO] [stderr]     |        ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `leetcode-rust` (bin "leetcode-rust") generated 18 warnings (2 duplicates)
[INFO] [stderr] warning: `leetcode-rust` (bin "leetcode-rust" test) generated 18 warnings (18 duplicates)
[INFO] [stderr] warning: `leetcode-rust` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/leetcode_rust-92dd57f1baee0dbd)
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/leetcode_rust-0528b08d5e2c0273)
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_three_sum.rs (/opt/rustwide/target/debug/deps/test_three_sum-64ca636ab181df17)
[INFO] [stdout] running 2 tests
[INFO] [stdout] test test_three_sum_example_2 ... ok
[INFO] [stdout] test test_three_sum_example_1 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_two_sum.rs (/opt/rustwide/target/debug/deps/test_two_sum-90fe0eca32d16791)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test test_two_sum_empty ... ok
[INFO] [stdout] test test_two_sum_example ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests leetcode_rust
[INFO] [stdout] 
[INFO] [stdout] running 33 tests
[INFO] [stdout] test src/problems/arrays_hashing.rs - problems::arrays_hashing::flood_fill (line 458) ... FAILED
[INFO] [stdout] test src/problems/arrays_hashing.rs - problems::arrays_hashing::can_construct (line 553) ... FAILED
[INFO] [stdout] test src/problems/arrays_hashing.rs - problems::arrays_hashing::can_construct (line 537) ... FAILED
[INFO] [stdout] test src/problems/arrays_hashing.rs - problems::arrays_hashing::is_anagram (line 204) ... ok
[INFO] [stdout] test src/problems/arrays_hashing.rs - problems::arrays_hashing::can_construct (line 545) ... FAILED
[INFO] [stdout] test src/problems/arrays_hashing.rs - problems::arrays_hashing::is_valid (line 386) ... FAILED
[INFO] [stdout] test src/problems/arrays_hashing.rs - problems::arrays_hashing::is_valid (line 372) ... FAILED
[INFO] [stdout] test src/problems/arrays_hashing.rs - problems::arrays_hashing::is_valid (line 400) ... FAILED
[INFO] [stdout] test src/problems/arrays_hashing.rs - problems::arrays_hashing::is_anagram (line 211) ... ok
[INFO] [stdout] test src/problems/arrays_hashing.rs - problems::arrays_hashing::is_valid (line 379) ... FAILED
[INFO] [stdout] test src/problems/arrays_hashing.rs - problems::arrays_hashing::climb_stairs (line 747) ... ok
[INFO] [stdout] test src/problems/arrays_hashing.rs - problems::arrays_hashing::has_duplicate (line 171) ... ok
[INFO] [stdout] test src/problems/arrays_hashing.rs - problems::arrays_hashing::is_valid (line 393) ... FAILED
[INFO] [stdout] test src/problems/arrays_hashing.rs - problems::arrays_hashing::is_palindrome (line 262) ... ok
[INFO] [stdout] test src/problems/arrays_hashing.rs - problems::arrays_hashing::is_palindrome (line 255) ... ok
[INFO] [stdout] test src/problems/arrays_hashing.rs - problems::arrays_hashing::longest_palindrome (line 619) ... FAILED
[INFO] [stdout] test src/problems/arrays_hashing.rs - problems::arrays_hashing::is_palindrome (line 269) ... ok
[INFO] [stdout] test src/problems/arrays_hashing.rs - problems::arrays_hashing::longest_palindrome (line 612) ... FAILED
[INFO] [stdout] test src/problems/arrays_hashing.rs - problems::arrays_hashing::climb_stairs (line 739) ... ok
[INFO] [stdout] test src/problems/arrays_hashing.rs - problems::arrays_hashing::has_duplicate (line 164) ... ok
[INFO] [stdout] test src/problems/arrays_hashing.rs - problems::arrays_hashing::majority_element (line 676) ... ok
[INFO] [stdout] test src/problems/arrays_hashing.rs - problems::arrays_hashing::longest_palindrome (line 605) ... FAILED
[INFO] [stdout] test src/problems/arrays_hashing.rs - problems::arrays_hashing::length_of_longest_substring (line 46) ... ok
[INFO] [stdout] test src/problems/arrays_hashing.rs - problems::arrays_hashing::max_sub_array (line 798) ... ok
[INFO] [stdout] test src/problems/arrays_hashing.rs - problems::arrays_hashing::max_sub_array (line 805) ... ok
[INFO] [stdout] test src/problems/arrays_hashing.rs - problems::arrays_hashing::insert (line 867) ... ok
[INFO] [stdout] test src/problems/arrays_hashing.rs - problems::arrays_hashing::insert (line 858) ... ok
[INFO] [stdout] test src/problems/arrays_hashing.rs - problems::arrays_hashing::length_of_longest_substring (line 57) ... ok
[INFO] [stdout] test src/problems/arrays_hashing.rs - problems::arrays_hashing::max_sub_array (line 812) ... ok
[INFO] [stdout] test src/problems/arrays_hashing.rs - problems::arrays_hashing::search (line 314) ... ok
[INFO] [stdout] test src/problems/arrays_hashing.rs - problems::arrays_hashing::search (line 306) ... ok
[INFO] [stdout] test src/problems/arrays_hashing.rs - problems::arrays_hashing::search (line 322) ... ok
[INFO] [stdout] test src/problems/arrays_hashing.rs - problems::arrays_hashing::majority_element (line 683) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/problems/arrays_hashing.rs - problems::arrays_hashing::flood_fill (line 458) stdout ----
[INFO] [stdout] error: this file contains an unclosed delimiter
[INFO] [stdout]   --> src/problems/arrays_hashing.rs:470:19
[INFO] [stdout]    |
[INFO] [stdout] 11 | let expected = vec![
[INFO] [stdout]    |                    - unclosed delimiter
[INFO] [stdout] 12 |     vec![2, 2, 2],
[INFO] [stdout]    |                   ^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/problems/arrays_hashing.rs - problems::arrays_hashing::can_construct (line 553) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `leetcode_rust::problems::hashmap`
[INFO] [stdout]  --> src/problems/arrays_hashing.rs:555:30
[INFO] [stdout]   |
[INFO] [stdout] 5 | use leetcode_rust::problems::hashmap::can_construct;
[INFO] [stdout]   |                              ^^^^^^^ could not find `hashmap` in `problems`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/problems/arrays_hashing.rs - problems::arrays_hashing::can_construct (line 537) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `leetcode_rust::problems::hashmap`
[INFO] [stdout]  --> src/problems/arrays_hashing.rs:539:30
[INFO] [stdout]   |
[INFO] [stdout] 5 | use leetcode_rust::problems::hashmap::can_construct;
[INFO] [stdout]   |                              ^^^^^^^ could not find `hashmap` in `problems`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/problems/arrays_hashing.rs - problems::arrays_hashing::can_construct (line 545) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `leetcode_rust::problems::hashmap`
[INFO] [stdout]  --> src/problems/arrays_hashing.rs:547:30
[INFO] [stdout]   |
[INFO] [stdout] 5 | use leetcode_rust::problems::hashmap::can_construct;
[INFO] [stdout]   |                              ^^^^^^^ could not find `hashmap` in `problems`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/problems/arrays_hashing.rs - problems::arrays_hashing::is_valid (line 386) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `leetcode_rust::problems::stack`
[INFO] [stdout]  --> src/problems/arrays_hashing.rs:388:30
[INFO] [stdout]   |
[INFO] [stdout] 5 | use leetcode_rust::problems::stack::is_valid;
[INFO] [stdout]   |                              ^^^^^ could not find `stack` in `problems`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/problems/arrays_hashing.rs - problems::arrays_hashing::is_valid (line 372) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `leetcode_rust::problems::stack`
[INFO] [stdout]  --> src/problems/arrays_hashing.rs:374:30
[INFO] [stdout]   |
[INFO] [stdout] 5 | use leetcode_rust::problems::stack::is_valid;
[INFO] [stdout]   |                              ^^^^^ could not find `stack` in `problems`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/problems/arrays_hashing.rs - problems::arrays_hashing::is_valid (line 400) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `leetcode_rust::problems::stack`
[INFO] [stdout]  --> src/problems/arrays_hashing.rs:402:30
[INFO] [stdout]   |
[INFO] [stdout] 5 | use leetcode_rust::problems::stack::is_valid;
[INFO] [stdout]   |                              ^^^^^ could not find `stack` in `problems`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/problems/arrays_hashing.rs - problems::arrays_hashing::is_valid (line 379) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `leetcode_rust::problems::stack`
[INFO] [stdout]  --> src/problems/arrays_hashing.rs:381:30
[INFO] [stdout]   |
[INFO] [stdout] 5 | use leetcode_rust::problems::stack::is_valid;
[INFO] [stdout]   |                              ^^^^^ could not find `stack` in `problems`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/problems/arrays_hashing.rs - problems::arrays_hashing::is_valid (line 393) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `leetcode_rust::problems::stack`
[INFO] [stdout]  --> src/problems/arrays_hashing.rs:395:30
[INFO] [stdout]   |
[INFO] [stdout] 5 | use leetcode_rust::problems::stack::is_valid;
[INFO] [stdout]   |                              ^^^^^ could not find `stack` in `problems`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/problems/arrays_hashing.rs - problems::arrays_hashing::longest_palindrome (line 619) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `leetcode_rust::problems::hashmap`
[INFO] [stdout]  --> src/problems/arrays_hashing.rs:621:30
[INFO] [stdout]   |
[INFO] [stdout] 5 | use leetcode_rust::problems::hashmap::longest_palindrome;
[INFO] [stdout]   |                              ^^^^^^^ could not find `hashmap` in `problems`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/problems/arrays_hashing.rs - problems::arrays_hashing::longest_palindrome (line 612) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `leetcode_rust::problems::hashmap`
[INFO] [stdout]  --> src/problems/arrays_hashing.rs:614:30
[INFO] [stdout]   |
[INFO] [stdout] 5 | use leetcode_rust::problems::hashmap::longest_palindrome;
[INFO] [stdout]   |                              ^^^^^^^ could not find `hashmap` in `problems`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/problems/arrays_hashing.rs - problems::arrays_hashing::longest_palindrome (line 605) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `leetcode_rust::problems::hashmap`
[INFO] [stdout]  --> src/problems/arrays_hashing.rs:607:30
[INFO] [stdout]   |
[INFO] [stdout] 5 | use leetcode_rust::problems::hashmap::longest_palindrome;
[INFO] [stdout]   |                              ^^^^^^^ could not find `hashmap` in `problems`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/problems/arrays_hashing.rs - problems::arrays_hashing::can_construct (line 537)
[INFO] [stdout]     src/problems/arrays_hashing.rs - problems::arrays_hashing::can_construct (line 545)
[INFO] [stdout]     src/problems/arrays_hashing.rs - problems::arrays_hashing::can_construct (line 553)
[INFO] [stdout]     src/problems/arrays_hashing.rs - problems::arrays_hashing::flood_fill (line 458)
[INFO] [stdout]     src/problems/arrays_hashing.rs - problems::arrays_hashing::is_valid (line 372)
[INFO] [stdout]     src/problems/arrays_hashing.rs - problems::arrays_hashing::is_valid (line 379)
[INFO] [stdout]     src/problems/arrays_hashing.rs - problems::arrays_hashing::is_valid (line 386)
[INFO] [stdout]     src/problems/arrays_hashing.rs - problems::arrays_hashing::is_valid (line 393)
[INFO] [stdout]     src/problems/arrays_hashing.rs - problems::arrays_hashing::is_valid (line 400)
[INFO] [stdout]     src/problems/arrays_hashing.rs - problems::arrays_hashing::longest_palindrome (line 605)
[INFO] [stdout]     src/problems/arrays_hashing.rs - problems::arrays_hashing::longest_palindrome (line 612)
[INFO] [stdout]     src/problems/arrays_hashing.rs - problems::arrays_hashing::longest_palindrome (line 619)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 21 passed; 12 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.16s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "313a86edbd039f78c27cc0a1a70df6a614df75010d0a01eb83cc930a4867df36", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "313a86edbd039f78c27cc0a1a70df6a614df75010d0a01eb83cc930a4867df36", kill_on_drop: false }`
[INFO] [stdout] 313a86edbd039f78c27cc0a1a70df6a614df75010d0a01eb83cc930a4867df36
