[INFO] cloning repository https://github.com/qyuzh/rust-practice
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/qyuzh/rust-practice" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqyuzh%2Frust-practice", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqyuzh%2Frust-practice'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cac1be460c5ea007d0e5455ecda135009b1cd2a7
[INFO] testing qyuzh/rust-practice against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqyuzh%2Frust-practice" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/qyuzh/rust-practice on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/qyuzh/rust-practice
[INFO] finished tweaking git repo https://github.com/qyuzh/rust-practice
[INFO] tweaked toml for git repo https://github.com/qyuzh/rust-practice written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/qyuzh/rust-practice 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" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1735c1b753061f2a3be6fdd4f4b154a83433d6d9e4e56220e521bb87086cbf83
[INFO] running `Command { std: "docker" "start" "-a" "1735c1b753061f2a3be6fdd4f4b154a83433d6d9e4e56220e521bb87086cbf83", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1735c1b753061f2a3be6fdd4f4b154a83433d6d9e4e56220e521bb87086cbf83", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1735c1b753061f2a3be6fdd4f4b154a83433d6d9e4e56220e521bb87086cbf83", kill_on_drop: false }`
[INFO] [stdout] 1735c1b753061f2a3be6fdd4f4b154a83433d6d9e4e56220e521bb87086cbf83
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3002fc4af582c7e525f43050722c1c937dd2ab571b841949b314bc5b73a65b20
[INFO] running `Command { std: "docker" "start" "-a" "3002fc4af582c7e525f43050722c1c937dd2ab571b841949b314bc5b73a65b20", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]    Compiling proc-macro2 v1.0.67
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]    Compiling futures-core v0.3.29
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling futures-task v0.3.29
[INFO] [stderr]    Compiling futures-channel v0.3.29
[INFO] [stderr]    Compiling futures-sink v0.3.29
[INFO] [stderr]    Compiling futures-util v0.3.29
[INFO] [stderr]    Compiling futures-io v0.3.29
[INFO] [stderr]    Compiling smallvec v1.11.1
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling parking_lot_core v0.9.8
[INFO] [stderr]    Compiling bytes v1.5.0
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling itoa v1.0.9
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling percent-encoding v2.3.0
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]    Compiling async-trait v0.1.74
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling time-macros v0.2.15
[INFO] [stderr]    Compiling anstyle-parse v0.2.2
[INFO] [stderr]    Compiling deranged v0.3.9
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling anstyle-query v1.0.0
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling anstyle v1.0.4
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling colorchoice v1.0.0
[INFO] [stderr]    Compiling num_threads v0.1.6
[INFO] [stderr]    Compiling crossbeam-channel v0.5.8
[INFO] [stderr]    Compiling openssl v0.10.59
[INFO] [stderr]    Compiling syn v2.0.37
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling anstream v0.6.4
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling http v0.2.9
[INFO] [stderr]    Compiling tracing-log v0.1.4
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling thread_local v1.1.7
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling bitflags v2.4.1
[INFO] [stderr]    Compiling integer-encoding v3.0.4
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling clap_lex v0.5.1
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling try-lock v0.2.4
[INFO] [stderr]    Compiling clap_builder v4.4.6
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling serde v1.0.190
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling form_urlencoded v1.2.0
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling mio v0.8.8
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling socket2 v0.5.4
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling threadpool v1.8.1
[INFO] [stderr]    Compiling ordered-float v1.1.1
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling thrift v0.15.0
[INFO] [stderr]    Compiling socket2 v0.4.10
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling unicode-bidi v0.3.13
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling openssl-sys v0.9.95
[INFO] [stderr]    Compiling time v0.3.30
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stderr]    Compiling rust-lang-learning v0.1.0 (/opt/rustwide/workdir/03_rust-lang-learning)
[INFO] [stderr]    Compiling encoding_rs v0.8.33
[INFO] [stderr]    Compiling base64 v0.21.5
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling iana-time-zone v0.1.58
[INFO] [stderr]    Compiling ipnet v2.9.0
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling idna v0.4.0
[INFO] [stderr]    Compiling chrono v0.4.31
[INFO] [stderr]    Compiling nix v0.23.2
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling scoped-tls v1.0.1
[INFO] [stderr]    Compiling whoami v1.4.1
[INFO] [stderr]    Compiling waker-fn v1.1.1
[INFO] [stderr]    Compiling leetcode-algorithm v0.1.0 (/opt/rustwide/workdir/00_leetcode-algorithm)
[INFO] [stderr]    Compiling url v2.4.1
[INFO] [stdout] warning: unexpected `cfg` condition value: `p2386-c1`
[INFO] [stdout]    --> 00_leetcode-algorithm/src/p2386.rs:142:7
[INFO] [stdout]     |
[INFO] [stdout] 142 | #[cfg(feature = "p2386-c1")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `p2386-c1` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `p2386-c1`
[INFO] [stdout]    --> 00_leetcode-algorithm/src/p2386.rs:172:7
[INFO] [stdout]     |
[INFO] [stdout] 172 | #[cfg(feature = "p2386-c1")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `p2386-c1` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling monkey-in-rust v0.1.0 (/opt/rustwide/workdir/04_monkey-in-rust)
[INFO] [stderr]    Compiling tracing-subscriber v0.3.17
[INFO] [stderr]    Compiling regex-automata v0.4.3
[INFO] [stderr]    Compiling futures-macro v0.3.29
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling pin-project-internal v1.1.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.50
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling clap_derive v4.4.2
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling tokio v1.32.0
[INFO] [stderr]    Compiling regex v1.10.2
[INFO] [stderr]    Compiling pin-project v1.1.3
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling clap v4.4.6
[INFO] [stderr]    Compiling futures-executor v0.3.29
[INFO] [stderr]    Compiling opentelemetry v0.17.0
[INFO] [stderr]    Compiling futures v0.3.29
[INFO] [stderr]    Compiling opentelemetry-semantic-conventions v0.9.0
[INFO] [stderr]    Compiling tracing-opentelemetry v0.17.4
[INFO] [stderr]    Compiling opentelemetry-jaeger v0.16.0
[INFO] [stderr]    Compiling tokio-util v0.7.10
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling mini-async-runtime-unix v0.1.0 (/opt/rustwide/workdir/02_mini-async-runtime-unix)
[INFO] [stderr]    Compiling h2 v0.3.21
[INFO] [stderr]    Compiling mini-redis v0.1.0 (/opt/rustwide/workdir/01_mini-redis)
[INFO] [stderr]    Compiling hyper v0.14.27
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.22
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.78s
[INFO] running `Command { std: "docker" "inspect" "3002fc4af582c7e525f43050722c1c937dd2ab571b841949b314bc5b73a65b20", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3002fc4af582c7e525f43050722c1c937dd2ab571b841949b314bc5b73a65b20", kill_on_drop: false }`
[INFO] [stdout] 3002fc4af582c7e525f43050722c1c937dd2ab571b841949b314bc5b73a65b20
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c015996a540cbed5e4b64c5088981f5bbfcaad1c2b5b6ac57c81469901129247
[INFO] running `Command { std: "docker" "start" "-a" "c015996a540cbed5e4b64c5088981f5bbfcaad1c2b5b6ac57c81469901129247", kill_on_drop: false }`
[INFO] [stdout] warning: unexpected `cfg` condition value: `p2386-c1`
[INFO] [stdout]    --> 00_leetcode-algorithm/src/p2386.rs:142:7
[INFO] [stdout]     |
[INFO] [stdout] 142 | #[cfg(feature = "p2386-c1")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `p2386-c1` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `p2386-c1`
[INFO] [stdout]    --> 00_leetcode-algorithm/src/p2386.rs:172:7
[INFO] [stdout]     |
[INFO] [stdout] 172 | #[cfg(feature = "p2386-c1")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `p2386-c1` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling monkey-in-rust v0.1.0 (/opt/rustwide/workdir/04_monkey-in-rust)
[INFO] [stderr]    Compiling leetcode-algorithm v0.1.0 (/opt/rustwide/workdir/00_leetcode-algorithm)
[INFO] [stderr]    Compiling rust-lang-learning v0.1.0 (/opt/rustwide/workdir/03_rust-lang-learning)
[INFO] [stderr]    Compiling mini-redis v0.1.0 (/opt/rustwide/workdir/01_mini-redis)
[INFO] [stderr]    Compiling mini-async-runtime-unix v0.1.0 (/opt/rustwide/workdir/02_mini-async-runtime-unix)
[INFO] [stdout] warning: unexpected `cfg` condition value: `p2386-c1`
[INFO] [stdout]    --> 00_leetcode-algorithm/src/p2386.rs:142:7
[INFO] [stdout]     |
[INFO] [stdout] 142 | #[cfg(feature = "p2386-c1")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `p2386-c1` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `p2386-c1`
[INFO] [stdout]    --> 00_leetcode-algorithm/src/p2386.rs:172:7
[INFO] [stdout]     |
[INFO] [stdout] 172 | #[cfg(feature = "p2386-c1")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `p2386-c1` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.78s
[INFO] running `Command { std: "docker" "inspect" "c015996a540cbed5e4b64c5088981f5bbfcaad1c2b5b6ac57c81469901129247", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c015996a540cbed5e4b64c5088981f5bbfcaad1c2b5b6ac57c81469901129247", kill_on_drop: false }`
[INFO] [stdout] c015996a540cbed5e4b64c5088981f5bbfcaad1c2b5b6ac57c81469901129247
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 6aefcb0e05d38efd3525b435fc240fe9d05f5a55a94cc85bd3792dc19392192e
[INFO] running `Command { std: "docker" "start" "-a" "6aefcb0e05d38efd3525b435fc240fe9d05f5a55a94cc85bd3792dc19392192e", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `p2386-c1`
[INFO] [stderr]    --> 00_leetcode-algorithm/src/p2386.rs:142:7
[INFO] [stderr]     |
[INFO] [stderr] 142 | #[cfg(feature = "p2386-c1")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]     |
[INFO] [stderr]     = note: no expected values for `feature`
[INFO] [stderr]     = help: consider adding `p2386-c1` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `p2386-c1`
[INFO] [stderr]    --> 00_leetcode-algorithm/src/p2386.rs:172:7
[INFO] [stderr]     |
[INFO] [stderr] 172 | #[cfg(feature = "p2386-c1")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]     |
[INFO] [stderr]     = note: no expected values for `feature`
[INFO] [stderr]     = help: consider adding `p2386-c1` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: `leetcode-algorithm` (lib) generated 2 warnings
[INFO] [stderr] warning: `leetcode-algorithm` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/leetcode_algorithm-372d3af0a8e4b63b)
[INFO] [stdout] 
[INFO] [stdout] running 48 tests
[INFO] [stdout] test bw_116::test::check_c ... ok
[INFO] [stdout] test p1334::test::test_2 ... ok
[INFO] [stdout] test p1235::test_upper_bound ... ok
[INFO] [stdout] test p1410::test::test ... ok
[INFO] [stdout] test p1670::test::test_case_1 ... ok
[INFO] [stdout] test p1334::test::test ... ok
[INFO] [stdout] test p1670::test::test_case_2 ... ok
[INFO] [stdout] test p1793::test::test_maximum_score2 ... ok
[INFO] [stdout] test p187::test::test ... ok
[INFO] [stdout] test p2003::test::test_v1 ... ok
[INFO] [stdout] test p2127::test::test_maximum_invitations ... ok
[INFO] [stdout] test p2304::test::test ... ok
[INFO] [stdout] test p2609::test::test ... ok
[INFO] [stdout] test p2698::test::test_can_partition ... ok
[INFO] [stdout] test p2698::test::test_punishment_number ... ok
[INFO] [stdout] test p2736::test::test_1 ... ok
[INFO] [stdout] test p275::test::test_0 ... ok
[INFO] [stdout] test p275::test::test_normal ... ok
[INFO] [stdout] test p331::test_is_valid_serialization ... ok
[INFO] [stdout] test p421::test::test_find_maximum_xor ... ok
[INFO] [stdout] test p715::test::test1 ... ok
[INFO] [stdout] test p901::test::should_work ... ok
[INFO] [stdout] test p715::test::test2 ... ok
[INFO] [stdout] test test::test::test1 ... ok
[INFO] [stdout] test wc374::test::test_c ... ok
[INFO] [stdout] test wc377::test::test_b ... ok
[INFO] [stdout] test test::test::test2 ... ok
[INFO] [stdout] test wc389::test::test_minimum_deletions ... ok
[INFO] [stdout] test wc378::test::test_b ... ok
[INFO] [stdout] test wc393::test::test_bit_ops ... ok
[INFO] [stdout] test wc378::test::test_c ... ok
[INFO] [stdout] test wc393::test::test_find_latest_time ... ok
[INFO] [stdout] test wc393::test::test_gcd ... ok
[INFO] [stdout] test wc_369::test::test_a ... ok
[INFO] [stdout] test wc_369::test::test_b ... ok
[INFO] [stdout] test wc_369::test::test_c ... ok
[INFO] [stdout] test wc_369::test::test_d ... ok
[INFO] [stdout] test wc_370::test::test_a ... ok
[INFO] [stdout] test wc_370::test::test_b ... ok
[INFO] [stdout] test wc393::test::test_lcm ... ok
[INFO] [stdout] test wc_370::test::test_d ... ok
[INFO] [stdout] test wc_373::test::test_d ... ok
[INFO] [stdout] test wc396::test::test_min_anagram_length ... ok
[INFO] [stdout] test wc_370::test::test_binary_representation ... ok
[INFO] [stdout] test wc_373::test::test_c ... ok
[INFO] [stdout] test wc_370::test::test_c ... ok
[INFO] [stdout] test wc377::test::test_c ... ok
[INFO] [stdout] test p1883::test_min_skip2 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.72s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mini_async_runtime_unix-e4200e94deb16f62)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mini_redis-4eb43100349eb3b3)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test frame::test::frame_check_array ... ok
[INFO] [stdout] test frame::test::frame_check_simple_str_failure ... ok
[INFO] [stdout] test frame::test::frame_parse_simple_string ... ok
[INFO] [stdout] test frame::test::frame_check_simple_str ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/cli.rs (/opt/rustwide/target/debug/deps/cli-eac6a3591ecfa199)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/client.rs (/opt/rustwide/target/debug/deps/client-731aed00e6511727)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/server.rs (/opt/rustwide/target/debug/deps/mini_redis_server-4c7d40cad1a8f708)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/monkey_in_rust-8b26323938054346)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test parser::test::test_parsing_identifier_expression ... ok
[INFO] [stdout] test evaluator::test::test_bang_operators ... ok
[INFO] [stdout] test parser::test::test_parsing_integer_literal ... ok
[INFO] [stdout] test parser::test::display ... ok
[INFO] [stdout] test parser::test::test_parsing_let_statement ... ok
[INFO] [stdout] test lexer::test::test_next_token ... ok
[INFO] [stdout] test parser::test::test_parsing_prefix_expression ... ok
[INFO] [stdout] test parser::test::test_parsing_infix_expression ... ok
[INFO] [stdout] test parser::test::test_parsing_return_statement ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rust_lang_learning-94469f687bdd2a7e)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test vec::test::test_zst ... ok
[INFO] [stdout] test vec::test::test_basic ... ok
[INFO] [stdout] test arc::test::test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests leetcode_algorithm
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test 00_leetcode-algorithm/src/wc393.rs - wc393::find_kth_smallest (line 82) ... FAILED
[INFO] [stdout] test 00_leetcode-algorithm/src/p322.rs - p322::coin_change2 (line 34) ... FAILED
[INFO] [stdout] test 00_leetcode-algorithm/src/p322.rs - p322::coin_change2 (line 39) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- 00_leetcode-algorithm/src/wc393.rs - wc393::find_kth_smallest (line 82) stdout ----
[INFO] [stdout] error: expected one of `.`, `;`, `?`, `}`, or an operator, found `:`
[INFO] [stdout]  --> 00_leetcode-algorithm/src/wc393.rs:83:2
[INFO] [stdout]   |
[INFO] [stdout] 3 | 2: 2 4 6 8  10 12 14   16     ...30
[INFO] [stdout]   |  ^ expected one of `.`, `;`, `?`, `}`, or an operator
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- 00_leetcode-algorithm/src/p322.rs - p322::coin_change2 (line 34) stdout ----
[INFO] [stdout] error: expected one of `,`, `:`, or `}`, found `[`
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:35:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i][j] = min{f[i][j-1], f[i-x][j-1] + 1, ..., f[i - kx][j-1] + k}, k = i / x, x = coins[j]
[INFO] [stdout]   |           --- -^ expected one of `,`, `:`, or `}`
[INFO] [stdout]   |           |   |
[INFO] [stdout]   |           |   while parsing this struct field
[INFO] [stdout]   |           while parsing this struct
[INFO] [stdout]   |
[INFO] [stdout] help: try naming a field
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i][j] = min{f: f[i][j-1], f[i-x][j-1] + 1, ..., f[i - kx][j-1] + k}, k = i / x, x = coins[j]
[INFO] [stdout]   |               ++
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `,`, `:`, or `}`, found `[`
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:35:27
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i][j] = min{f[i][j-1], f[i-x][j-1] + 1, ..., f[i - kx][j-1] + k}, k = i / x, x = coins[j]
[INFO] [stdout]   |           ---            -^ expected one of `,`, `:`, or `}`
[INFO] [stdout]   |           |              |
[INFO] [stdout]   |           |              while parsing this struct field
[INFO] [stdout]   |           while parsing this struct
[INFO] [stdout]   |
[INFO] [stdout] help: try naming a field
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i][j] = min{f[i][j-1], f: f[i-x][j-1] + 1, ..., f[i - kx][j-1] + k}, k = i / x, x = coins[j]
[INFO] [stdout]   |                          ++
[INFO] [stdout] 
[INFO] [stdout] error: expected `..`, found `...`
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:35:43
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i][j] = min{f[i][j-1], f[i-x][j-1] + 1, ..., f[i - kx][j-1] + k}, k = i / x, x = coins[j]
[INFO] [stdout]   |                                           ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: use `..` to fill in the rest of the fields
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i][j] = min{f[i][j-1], f[i-x][j-1] + 1, .., f[i - kx][j-1] + k}, k = i / x, x = coins[j]
[INFO] [stdout]   |                                           ~~
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found `,`
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:35:46
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i][j] = min{f[i][j-1], f[i-x][j-1] + 1, ..., f[i - kx][j-1] + k}, k = i / x, x = coins[j]
[INFO] [stdout]   |                                              ^ expected expression
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `.`, `;`, `?`, `}`, or an operator, found `,`
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:35:67
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i][j] = min{f[i][j-1], f[i-x][j-1] + 1, ..., f[i - kx][j-1] + k}, k = i / x, x = coins[j]
[INFO] [stdout]   |                                                                   ^ expected one of `.`, `;`, `?`, `}`, or an operator
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- 00_leetcode-algorithm/src/p322.rs - p322::coin_change2 (line 39) stdout ----
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:46
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |                                              ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, .., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |                                              ~~
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..=, f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |                                              ~~~
[INFO] [stdout] 
[INFO] [stdout] error[E0586]: inclusive range with no end
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:46
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |                                              ^^^ help: use `..` instead
[INFO] [stdout]   |
[INFO] [stdout]   = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`)
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:41:48
[INFO] [stdout]   |
[INFO] [stdout] 4 |           = min(f[i-x][j-1]+1, f[i-2x][j-1]+2, ..., f[i-kx][j-1] + k) - 1
[INFO] [stdout]   |                                                ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]   |
[INFO] [stdout] 4 |           = min(f[i-x][j-1]+1, f[i-2x][j-1]+2, .., f[i-kx][j-1] + k) - 1
[INFO] [stdout]   |                                                ~~
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]   |
[INFO] [stdout] 4 |           = min(f[i-x][j-1]+1, f[i-2x][j-1]+2, ..=, f[i-kx][j-1] + k) - 1
[INFO] [stdout]   |                                                ~~~
[INFO] [stdout] 
[INFO] [stdout] error[E0586]: inclusive range with no end
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:41:48
[INFO] [stdout]   |
[INFO] [stdout] 4 |           = min(f[i-x][j-1]+1, f[i-2x][j-1]+2, ..., f[i-kx][j-1] + k) - 1
[INFO] [stdout]   |                                                ^^^ help: use `..` instead
[INFO] [stdout]   |
[INFO] [stdout]   = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`)
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   | ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `i` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:3
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |   ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `x` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |     ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `j` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:8
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |        ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `min` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |             ^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 2 + use core::cmp::min;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::cmp::min;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:17
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |                 ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `i` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:19
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |                   ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `x` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:21
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |                     ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `j` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:24
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |                        ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:30
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |                              ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `i` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:32
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |                                ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `j` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:38
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |                                      ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:51
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |                                                   ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `i` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:53
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |                                                     ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kx` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:55
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |                                                       ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `j` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:59
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |                                                           ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `k` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:66
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |                                                                  ^ help: a tuple variant with a similar name exists: `Ok`
[INFO] [stdout]  --> /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/result.rs:506:5
[INFO] [stdout]   |
[INFO] [stdout]   = note: similarly named tuple variant `Ok` defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `min` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:41:13
[INFO] [stdout]   |
[INFO] [stdout] 4 |           = min(f[i-x][j-1]+1, f[i-2x][j-1]+2, ..., f[i-kx][j-1] + k) - 1
[INFO] [stdout]   |             ^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 2 + use core::cmp::min;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::cmp::min;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:41:17
[INFO] [stdout]   |
[INFO] [stdout] 4 |           = min(f[i-x][j-1]+1, f[i-2x][j-1]+2, ..., f[i-kx][j-1] + k) - 1
[INFO] [stdout]   |                 ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `i` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:41:19
[INFO] [stdout]   |
[INFO] [stdout] 4 |           = min(f[i-x][j-1]+1, f[i-2x][j-1]+2, ..., f[i-kx][j-1] + k) - 1
[INFO] [stdout]   |                   ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `x` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:41:21
[INFO] [stdout]   |
[INFO] [stdout] 4 |           = min(f[i-x][j-1]+1, f[i-2x][j-1]+2, ..., f[i-kx][j-1] + k) - 1
[INFO] [stdout]   |                     ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `j` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:41:24
[INFO] [stdout]   |
[INFO] [stdout] 4 |           = min(f[i-x][j-1]+1, f[i-2x][j-1]+2, ..., f[i-kx][j-1] + k) - 1
[INFO] [stdout]   |                        ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:41:32
[INFO] [stdout]   |
[INFO] [stdout] 4 |           = min(f[i-x][j-1]+1, f[i-2x][j-1]+2, ..., f[i-kx][j-1] + k) - 1
[INFO] [stdout]   |                                ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `i` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:41:34
[INFO] [stdout]   |
[INFO] [stdout] 4 |           = min(f[i-x][j-1]+1, f[i-2x][j-1]+2, ..., f[i-kx][j-1] + k) - 1
[INFO] [stdout]   |                                  ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `j` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:41:40
[INFO] [stdout]   |
[INFO] [stdout] 4 |           = min(f[i-x][j-1]+1, f[i-2x][j-1]+2, ..., f[i-kx][j-1] + k) - 1
[INFO] [stdout]   |                                        ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:41:53
[INFO] [stdout]   |
[INFO] [stdout] 4 |           = min(f[i-x][j-1]+1, f[i-2x][j-1]+2, ..., f[i-kx][j-1] + k) - 1
[INFO] [stdout]   |                                                     ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `i` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:41:55
[INFO] [stdout]   |
[INFO] [stdout] 4 |           = min(f[i-x][j-1]+1, f[i-2x][j-1]+2, ..., f[i-kx][j-1] + k) - 1
[INFO] [stdout]   |                                                       ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kx` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:41:57
[INFO] [stdout]   |
[INFO] [stdout] 4 |           = min(f[i-x][j-1]+1, f[i-2x][j-1]+2, ..., f[i-kx][j-1] + k) - 1
[INFO] [stdout]   |                                                         ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `j` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:41:61
[INFO] [stdout]   |
[INFO] [stdout] 4 |           = min(f[i-x][j-1]+1, f[i-2x][j-1]+2, ..., f[i-kx][j-1] + k) - 1
[INFO] [stdout]   |                                                             ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `k` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:41:68
[INFO] [stdout]   |
[INFO] [stdout] 4 |           = min(f[i-x][j-1]+1, f[i-2x][j-1]+2, ..., f[i-kx][j-1] + k) - 1
[INFO] [stdout]   |                                                                    ^ help: a tuple variant with a similar name exists: `Ok`
[INFO] [stdout]  --> /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/result.rs:506:5
[INFO] [stdout]   |
[INFO] [stdout]   = note: similarly named tuple variant `Ok` defined here
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `x` for number literal
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:34
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |                                  ^^ invalid suffix `x`
[INFO] [stdout]   |
[INFO] [stdout]   = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `x` for number literal
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:41:36
[INFO] [stdout]   |
[INFO] [stdout] 4 |           = min(f[i-x][j-1]+1, f[i-2x][j-1]+2, ..., f[i-kx][j-1] + k) - 1
[INFO] [stdout]   |                                    ^^ invalid suffix `x`
[INFO] [stdout]   |
[INFO] [stdout]   = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] error[E0070]: invalid left-hand side of assignment
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:41:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |             ----------------------------------------------------------- cannot assign to this expression
[INFO] [stdout] 4 |           = min(f[i-x][j-1]+1, f[i-2x][j-1]+2, ..., f[i-kx][j-1] + k) - 1
[INFO] [stdout]   |           ^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 37 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0070, E0425, E0586.
[INFO] [stdout] For more information about an error, try `rustc --explain E0070`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     00_leetcode-algorithm/src/p322.rs - p322::coin_change2 (line 34)
[INFO] [stdout]     00_leetcode-algorithm/src/p322.rs - p322::coin_change2 (line 39)
[INFO] [stdout]     00_leetcode-algorithm/src/wc393.rs - wc393::find_kth_smallest (line 82)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `-p leetcode-algorithm --doc`
[INFO] running `Command { std: "docker" "inspect" "6aefcb0e05d38efd3525b435fc240fe9d05f5a55a94cc85bd3792dc19392192e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6aefcb0e05d38efd3525b435fc240fe9d05f5a55a94cc85bd3792dc19392192e", kill_on_drop: false }`
[INFO] [stdout] 6aefcb0e05d38efd3525b435fc240fe9d05f5a55a94cc85bd3792dc19392192e
[INFO] testing qyuzh/rust-practice against try#b642703cf9526da1e72c0b6755753b939a9c6b6d for pr-125151
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqyuzh%2Frust-practice" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/qyuzh/rust-practice on toolchain b642703cf9526da1e72c0b6755753b939a9c6b6d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/qyuzh/rust-practice
[INFO] finished tweaking git repo https://github.com/qyuzh/rust-practice
[INFO] tweaked toml for git repo https://github.com/qyuzh/rust-practice written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/qyuzh/rust-practice 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" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c781db21c2b6e708ff0f199865a6a36bf63cf37914651e3fd8c2f82e4b062938
[INFO] running `Command { std: "docker" "start" "-a" "c781db21c2b6e708ff0f199865a6a36bf63cf37914651e3fd8c2f82e4b062938", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c781db21c2b6e708ff0f199865a6a36bf63cf37914651e3fd8c2f82e4b062938", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c781db21c2b6e708ff0f199865a6a36bf63cf37914651e3fd8c2f82e4b062938", kill_on_drop: false }`
[INFO] [stdout] c781db21c2b6e708ff0f199865a6a36bf63cf37914651e3fd8c2f82e4b062938
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 125b6810949b178f84c6ac717301bde12d814fdcab128395f550dc51574b03e1
[INFO] running `Command { std: "docker" "start" "-a" "125b6810949b178f84c6ac717301bde12d814fdcab128395f550dc51574b03e1", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]    Compiling proc-macro2 v1.0.67
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]    Compiling futures-core v0.3.29
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling futures-task v0.3.29
[INFO] [stderr]    Compiling futures-channel v0.3.29
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling futures-sink v0.3.29
[INFO] [stderr]    Compiling futures-util v0.3.29
[INFO] [stderr]    Compiling futures-io v0.3.29
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling smallvec v1.11.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.8
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling itoa v1.0.9
[INFO] [stderr]    Compiling bytes v1.5.0
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling percent-encoding v2.3.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling async-trait v0.1.74
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling time-macros v0.2.15
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling anstyle-parse v0.2.2
[INFO] [stderr]    Compiling deranged v0.3.9
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling openssl v0.10.59
[INFO] [stderr]    Compiling crossbeam-channel v0.5.8
[INFO] [stderr]    Compiling anstyle-query v1.0.0
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling anstyle v1.0.4
[INFO] [stderr]    Compiling colorchoice v1.0.0
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling num_threads v0.1.6
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling syn v2.0.37
[INFO] [stderr]    Compiling http v0.2.9
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling anstream v0.6.4
[INFO] [stderr]    Compiling tracing-log v0.1.4
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling thread_local v1.1.7
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling integer-encoding v3.0.4
[INFO] [stderr]    Compiling bitflags v2.4.1
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling clap_lex v0.5.1
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling try-lock v0.2.4
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling serde v1.0.190
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling socket2 v0.5.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling mio v0.8.8
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling threadpool v1.8.1
[INFO] [stderr]    Compiling ordered-float v1.1.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling socket2 v0.4.10
[INFO] [stderr]    Compiling thrift v0.15.0
[INFO] [stderr]    Compiling clap_builder v4.4.6
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling form_urlencoded v1.2.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling unicode-bidi v0.3.13
[INFO] [stderr]    Compiling openssl-sys v0.9.95
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling time v0.3.30
[INFO] [stderr]    Compiling polling v2.8.0
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stderr]    Compiling rust-lang-learning v0.1.0 (/opt/rustwide/workdir/03_rust-lang-learning)
[INFO] [stderr]    Compiling encoding_rs v0.8.33
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling ipnet v2.9.0
[INFO] [stderr]    Compiling base64 v0.21.5
[INFO] [stderr]    Compiling iana-time-zone v0.1.58
[INFO] [stderr]    Compiling idna v0.4.0
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling chrono v0.4.31
[INFO] [stderr]    Compiling nix v0.23.2
[INFO] [stderr]    Compiling scoped-tls v1.0.1
[INFO] [stderr]    Compiling whoami v1.4.1
[INFO] [stderr]    Compiling waker-fn v1.1.1
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling url v2.4.1
[INFO] [stderr]    Compiling leetcode-algorithm v0.1.0 (/opt/rustwide/workdir/00_leetcode-algorithm)
[INFO] [stderr]    Compiling monkey-in-rust v0.1.0 (/opt/rustwide/workdir/04_monkey-in-rust)
[INFO] [stdout] warning: unexpected `cfg` condition value: `p2386-c1`
[INFO] [stdout]    --> 00_leetcode-algorithm/src/p2386.rs:142:7
[INFO] [stdout]     |
[INFO] [stdout] 142 | #[cfg(feature = "p2386-c1")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `p2386-c1` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `p2386-c1`
[INFO] [stdout]    --> 00_leetcode-algorithm/src/p2386.rs:172:7
[INFO] [stdout]     |
[INFO] [stdout] 172 | #[cfg(feature = "p2386-c1")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `p2386-c1` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tracing-subscriber v0.3.17
[INFO] [stderr]    Compiling regex-automata v0.4.3
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling futures-macro v0.3.29
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling pin-project-internal v1.1.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.50
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling clap_derive v4.4.2
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tokio v1.32.0
[INFO] [stderr]    Compiling pin-project v1.1.3
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling regex v1.10.2
[INFO] [stderr]    Compiling clap v4.4.6
[INFO] [stderr]    Compiling futures-executor v0.3.29
[INFO] [stderr]    Compiling opentelemetry v0.17.0
[INFO] [stderr]    Compiling futures v0.3.29
[INFO] [stderr]    Compiling opentelemetry-semantic-conventions v0.9.0
[INFO] [stderr]    Compiling tracing-opentelemetry v0.17.4
[INFO] [stderr]    Compiling opentelemetry-jaeger v0.16.0
[INFO] [stderr]    Compiling tokio-util v0.7.10
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling mini-async-runtime-unix v0.1.0 (/opt/rustwide/workdir/02_mini-async-runtime-unix)
[INFO] [stderr]    Compiling mini-redis v0.1.0 (/opt/rustwide/workdir/01_mini-redis)
[INFO] [stderr]    Compiling h2 v0.3.21
[INFO] [stderr]    Compiling hyper v0.14.27
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.22
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.23s
[INFO] running `Command { std: "docker" "inspect" "125b6810949b178f84c6ac717301bde12d814fdcab128395f550dc51574b03e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "125b6810949b178f84c6ac717301bde12d814fdcab128395f550dc51574b03e1", kill_on_drop: false }`
[INFO] [stdout] 125b6810949b178f84c6ac717301bde12d814fdcab128395f550dc51574b03e1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 34a5e9d94aeb07140d6bf11a318c946e29067c71913ff9fffa42f2882e500aec
[INFO] running `Command { std: "docker" "start" "-a" "34a5e9d94aeb07140d6bf11a318c946e29067c71913ff9fffa42f2882e500aec", kill_on_drop: false }`
[INFO] [stdout] warning: unexpected `cfg` condition value: `p2386-c1`
[INFO] [stdout]    --> 00_leetcode-algorithm/src/p2386.rs:142:7
[INFO] [stdout]     |
[INFO] [stdout] 142 | #[cfg(feature = "p2386-c1")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `p2386-c1` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `p2386-c1`
[INFO] [stdout]    --> 00_leetcode-algorithm/src/p2386.rs:172:7
[INFO] [stdout]     |
[INFO] [stdout] 172 | #[cfg(feature = "p2386-c1")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `p2386-c1` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling leetcode-algorithm v0.1.0 (/opt/rustwide/workdir/00_leetcode-algorithm)
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling monkey-in-rust v0.1.0 (/opt/rustwide/workdir/04_monkey-in-rust)
[INFO] [stderr]    Compiling mini-async-runtime-unix v0.1.0 (/opt/rustwide/workdir/02_mini-async-runtime-unix)
[INFO] [stderr]    Compiling mini-redis v0.1.0 (/opt/rustwide/workdir/01_mini-redis)
[INFO] [stderr]    Compiling rust-lang-learning v0.1.0 (/opt/rustwide/workdir/03_rust-lang-learning)
[INFO] [stdout] warning: unexpected `cfg` condition value: `p2386-c1`
[INFO] [stdout]    --> 00_leetcode-algorithm/src/p2386.rs:142:7
[INFO] [stdout]     |
[INFO] [stdout] 142 | #[cfg(feature = "p2386-c1")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `p2386-c1` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `p2386-c1`
[INFO] [stdout]    --> 00_leetcode-algorithm/src/p2386.rs:172:7
[INFO] [stdout]     |
[INFO] [stdout] 172 | #[cfg(feature = "p2386-c1")]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]     |
[INFO] [stdout]     = note: no expected values for `feature`
[INFO] [stdout]     = help: consider adding `p2386-c1` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.52s
[INFO] running `Command { std: "docker" "inspect" "34a5e9d94aeb07140d6bf11a318c946e29067c71913ff9fffa42f2882e500aec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "34a5e9d94aeb07140d6bf11a318c946e29067c71913ff9fffa42f2882e500aec", kill_on_drop: false }`
[INFO] [stdout] 34a5e9d94aeb07140d6bf11a318c946e29067c71913ff9fffa42f2882e500aec
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 2b778d7d9249cd81b393af6519fd13089523c7592f0206a3faf6338509e87fc7
[INFO] running `Command { std: "docker" "start" "-a" "2b778d7d9249cd81b393af6519fd13089523c7592f0206a3faf6338509e87fc7", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `p2386-c1`
[INFO] [stderr]    --> 00_leetcode-algorithm/src/p2386.rs:142:7
[INFO] [stderr]     |
[INFO] [stderr] 142 | #[cfg(feature = "p2386-c1")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]     |
[INFO] [stderr]     = note: no expected values for `feature`
[INFO] [stderr]     = help: consider adding `p2386-c1` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `p2386-c1`
[INFO] [stderr]    --> 00_leetcode-algorithm/src/p2386.rs:172:7
[INFO] [stderr]     |
[INFO] [stderr] 172 | #[cfg(feature = "p2386-c1")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]     |
[INFO] [stderr]     = note: no expected values for `feature`
[INFO] [stderr]     = help: consider adding `p2386-c1` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: `leetcode-algorithm` (lib) generated 2 warnings
[INFO] [stderr] warning: `leetcode-algorithm` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/leetcode_algorithm-372d3af0a8e4b63b)
[INFO] [stdout] 
[INFO] [stdout] running 48 tests
[INFO] [stdout] test bw_116::test::check_c ... ok
[INFO] [stdout] test p1235::test_upper_bound ... ok
[INFO] [stdout] test p1334::test::test_2 ... ok
[INFO] [stdout] test p1334::test::test ... ok
[INFO] [stdout] test p1410::test::test ... ok
[INFO] [stdout] test p1670::test::test_case_1 ... ok
[INFO] [stdout] test p1793::test::test_maximum_score2 ... ok
[INFO] [stdout] test p1670::test::test_case_2 ... ok
[INFO] [stdout] test p187::test::test ... ok
[INFO] [stdout] test p2003::test::test_v1 ... ok
[INFO] [stdout] test p2127::test::test_maximum_invitations ... ok
[INFO] [stdout] test p2304::test::test ... ok
[INFO] [stdout] test p2609::test::test ... ok
[INFO] [stdout] test p2698::test::test_can_partition ... ok
[INFO] [stdout] test p275::test::test_0 ... ok
[INFO] [stdout] test p2698::test::test_punishment_number ... ok
[INFO] [stdout] test p331::test_is_valid_serialization ... ok
[INFO] [stdout] test p901::test::should_work ... ok
[INFO] [stdout] test p715::test::test2 ... ok
[INFO] [stdout] test p275::test::test_normal ... ok
[INFO] [stdout] test test::test::test1 ... ok
[INFO] [stdout] test test::test::test2 ... ok
[INFO] [stdout] test p421::test::test_find_maximum_xor ... ok
[INFO] [stdout] test wc374::test::test_c ... ok
[INFO] [stdout] test wc378::test::test_b ... ok
[INFO] [stdout] test wc377::test::test_b ... ok
[INFO] [stdout] test p2736::test::test_1 ... ok
[INFO] [stdout] test p715::test::test1 ... ok
[INFO] [stdout] test wc378::test::test_c ... ok
[INFO] [stdout] test wc393::test::test_bit_ops ... ok
[INFO] [stdout] test wc393::test::test_gcd ... ok
[INFO] [stdout] test wc393::test::test_lcm ... ok
[INFO] [stdout] test wc389::test::test_minimum_deletions ... ok
[INFO] [stdout] test wc_369::test::test_a ... ok
[INFO] [stdout] test wc396::test::test_min_anagram_length ... ok
[INFO] [stdout] test wc393::test::test_find_latest_time ... ok
[INFO] [stdout] test wc_369::test::test_d ... ok
[INFO] [stdout] test wc_369::test::test_b ... ok
[INFO] [stdout] test wc_370::test::test_binary_representation ... ok
[INFO] [stdout] test wc_369::test::test_c ... ok
[INFO] [stdout] test wc_370::test::test_d ... ok
[INFO] [stdout] test wc_373::test::test_d ... ok
[INFO] [stdout] test wc_373::test::test_c ... ok
[INFO] [stdout] test wc_370::test::test_a ... ok
[INFO] [stdout] test wc_370::test::test_c ... ok
[INFO] [stdout] test wc_370::test::test_b ... ok
[INFO] [stdout] test wc377::test::test_c ... ok
[INFO] [stdout] test p1883::test_min_skip2 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.80s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mini_async_runtime_unix-e4200e94deb16f62)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mini_redis-4eb43100349eb3b3)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test frame::test::frame_check_array ... ok
[INFO] [stdout] test frame::test::frame_check_simple_str_failure ... ok
[INFO] [stdout] test frame::test::frame_check_simple_str ... ok
[INFO] [stdout] test frame::test::frame_parse_simple_string ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/cli.rs (/opt/rustwide/target/debug/deps/cli-eac6a3591ecfa199)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/client.rs (/opt/rustwide/target/debug/deps/client-731aed00e6511727)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/server.rs (/opt/rustwide/target/debug/deps/mini_redis_server-4c7d40cad1a8f708)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/monkey_in_rust-8b26323938054346)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test lexer::test::test_next_token ... ok
[INFO] [stdout] test evaluator::test::test_bang_operators ... ok
[INFO] [stdout] test parser::test::display ... ok
[INFO] [stdout] test parser::test::test_parsing_identifier_expression ... ok
[INFO] [stdout] test parser::test::test_parsing_integer_literal ... ok
[INFO] [stdout] test parser::test::test_parsing_infix_expression ... ok
[INFO] [stdout] test parser::test::test_parsing_prefix_expression ... ok
[INFO] [stdout] test parser::test::test_parsing_let_statement ... ok
[INFO] [stdout] test parser::test::test_parsing_return_statement ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rust_lang_learning-94469f687bdd2a7e)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test vec::test::test_basic ... ok
[INFO] [stdout] test vec::test::test_zst ... ok
[INFO] [stdout] test arc::test::test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests leetcode_algorithm
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test 00_leetcode-algorithm/src/wc393.rs - wc393::find_kth_smallest (line 82) ... FAILED
[INFO] [stdout] test 00_leetcode-algorithm/src/p322.rs - p322::coin_change2 (line 34) ... FAILED
[INFO] [stdout] test 00_leetcode-algorithm/src/p322.rs - p322::coin_change2 (line 39) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- 00_leetcode-algorithm/src/wc393.rs - wc393::find_kth_smallest (line 82) stdout ----
[INFO] [stdout] error: expected one of `.`, `;`, `?`, `}`, or an operator, found `:`
[INFO] [stdout]  --> 00_leetcode-algorithm/src/wc393.rs:83:2
[INFO] [stdout]   |
[INFO] [stdout] 3 | 2: 2 4 6 8  10 12 14   16     ...30
[INFO] [stdout]   |  ^ expected one of `.`, `;`, `?`, `}`, or an operator
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- 00_leetcode-algorithm/src/p322.rs - p322::coin_change2 (line 34) stdout ----
[INFO] [stdout] error: expected one of `,`, `:`, or `}`, found `[`
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:35:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i][j] = min{f[i][j-1], f[i-x][j-1] + 1, ..., f[i - kx][j-1] + k}, k = i / x, x = coins[j]
[INFO] [stdout]   |           --- -^ expected one of `,`, `:`, or `}`
[INFO] [stdout]   |           |   |
[INFO] [stdout]   |           |   while parsing this struct field
[INFO] [stdout]   |           while parsing this struct
[INFO] [stdout]   |
[INFO] [stdout] help: try naming a field
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i][j] = min{f: f[i][j-1], f[i-x][j-1] + 1, ..., f[i - kx][j-1] + k}, k = i / x, x = coins[j]
[INFO] [stdout]   |               ++
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `,`, `:`, or `}`, found `[`
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:35:27
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i][j] = min{f[i][j-1], f[i-x][j-1] + 1, ..., f[i - kx][j-1] + k}, k = i / x, x = coins[j]
[INFO] [stdout]   |           ---            -^ expected one of `,`, `:`, or `}`
[INFO] [stdout]   |           |              |
[INFO] [stdout]   |           |              while parsing this struct field
[INFO] [stdout]   |           while parsing this struct
[INFO] [stdout]   |
[INFO] [stdout] help: try naming a field
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i][j] = min{f[i][j-1], f: f[i-x][j-1] + 1, ..., f[i - kx][j-1] + k}, k = i / x, x = coins[j]
[INFO] [stdout]   |                          ++
[INFO] [stdout] 
[INFO] [stdout] error: expected `..`, found `...`
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:35:43
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i][j] = min{f[i][j-1], f[i-x][j-1] + 1, ..., f[i - kx][j-1] + k}, k = i / x, x = coins[j]
[INFO] [stdout]   |                                           ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: use `..` to fill in the rest of the fields
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i][j] = min{f[i][j-1], f[i-x][j-1] + 1, .., f[i - kx][j-1] + k}, k = i / x, x = coins[j]
[INFO] [stdout]   |                                           ~~
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found `,`
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:35:46
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i][j] = min{f[i][j-1], f[i-x][j-1] + 1, ..., f[i - kx][j-1] + k}, k = i / x, x = coins[j]
[INFO] [stdout]   |                                              ^ expected expression
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `.`, `;`, `?`, `}`, or an operator, found `,`
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:35:67
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i][j] = min{f[i][j-1], f[i-x][j-1] + 1, ..., f[i - kx][j-1] + k}, k = i / x, x = coins[j]
[INFO] [stdout]   |                                                                   ^ expected one of `.`, `;`, `?`, `}`, or an operator
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- 00_leetcode-algorithm/src/p322.rs - p322::coin_change2 (line 39) stdout ----
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:46
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |                                              ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, .., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |                                              ~~
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..=, f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |                                              ~~~
[INFO] [stdout] 
[INFO] [stdout] error[E0586]: inclusive range with no end
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:46
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |                                              ^^^ help: use `..` instead
[INFO] [stdout]   |
[INFO] [stdout]   = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`)
[INFO] [stdout] 
[INFO] [stdout] error: unexpected token: `...`
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:41:48
[INFO] [stdout]   |
[INFO] [stdout] 4 |           = min(f[i-x][j-1]+1, f[i-2x][j-1]+2, ..., f[i-kx][j-1] + k) - 1
[INFO] [stdout]   |                                                ^^^
[INFO] [stdout]   |
[INFO] [stdout] help: use `..` for an exclusive range
[INFO] [stdout]   |
[INFO] [stdout] 4 |           = min(f[i-x][j-1]+1, f[i-2x][j-1]+2, .., f[i-kx][j-1] + k) - 1
[INFO] [stdout]   |                                                ~~
[INFO] [stdout] help: or `..=` for an inclusive range
[INFO] [stdout]   |
[INFO] [stdout] 4 |           = min(f[i-x][j-1]+1, f[i-2x][j-1]+2, ..=, f[i-kx][j-1] + k) - 1
[INFO] [stdout]   |                                                ~~~
[INFO] [stdout] 
[INFO] [stdout] error[E0586]: inclusive range with no end
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:41:48
[INFO] [stdout]   |
[INFO] [stdout] 4 |           = min(f[i-x][j-1]+1, f[i-2x][j-1]+2, ..., f[i-kx][j-1] + k) - 1
[INFO] [stdout]   |                                                ^^^ help: use `..` instead
[INFO] [stdout]   |
[INFO] [stdout]   = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`)
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   | ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `i` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:3
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |   ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `x` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |     ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `j` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:8
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |        ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `min` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |             ^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 2 + use core::cmp::min;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::cmp::min;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:17
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |                 ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `i` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:19
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |                   ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `x` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:21
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |                     ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `j` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:24
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |                        ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:30
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |                              ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `i` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:32
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |                                ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `j` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:38
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |                                      ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:51
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |                                                   ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `i` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:53
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |                                                     ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kx` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:55
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |                                                       ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `j` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:59
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |                                                           ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `k` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:66
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |                                                                  ^ help: a tuple variant with a similar name exists: `Ok`
[INFO] [stdout]  --> /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/result.rs:506:5
[INFO] [stdout]   |
[INFO] [stdout]   = note: similarly named tuple variant `Ok` defined here
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `min` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:41:13
[INFO] [stdout]   |
[INFO] [stdout] 4 |           = min(f[i-x][j-1]+1, f[i-2x][j-1]+2, ..., f[i-kx][j-1] + k) - 1
[INFO] [stdout]   |             ^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]   |
[INFO] [stdout] 2 + use core::cmp::min;
[INFO] [stdout]   |
[INFO] [stdout] 2 + use std::cmp::min;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:41:17
[INFO] [stdout]   |
[INFO] [stdout] 4 |           = min(f[i-x][j-1]+1, f[i-2x][j-1]+2, ..., f[i-kx][j-1] + k) - 1
[INFO] [stdout]   |                 ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `i` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:41:19
[INFO] [stdout]   |
[INFO] [stdout] 4 |           = min(f[i-x][j-1]+1, f[i-2x][j-1]+2, ..., f[i-kx][j-1] + k) - 1
[INFO] [stdout]   |                   ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `x` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:41:21
[INFO] [stdout]   |
[INFO] [stdout] 4 |           = min(f[i-x][j-1]+1, f[i-2x][j-1]+2, ..., f[i-kx][j-1] + k) - 1
[INFO] [stdout]   |                     ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `j` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:41:24
[INFO] [stdout]   |
[INFO] [stdout] 4 |           = min(f[i-x][j-1]+1, f[i-2x][j-1]+2, ..., f[i-kx][j-1] + k) - 1
[INFO] [stdout]   |                        ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:41:32
[INFO] [stdout]   |
[INFO] [stdout] 4 |           = min(f[i-x][j-1]+1, f[i-2x][j-1]+2, ..., f[i-kx][j-1] + k) - 1
[INFO] [stdout]   |                                ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `i` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:41:34
[INFO] [stdout]   |
[INFO] [stdout] 4 |           = min(f[i-x][j-1]+1, f[i-2x][j-1]+2, ..., f[i-kx][j-1] + k) - 1
[INFO] [stdout]   |                                  ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `j` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:41:40
[INFO] [stdout]   |
[INFO] [stdout] 4 |           = min(f[i-x][j-1]+1, f[i-2x][j-1]+2, ..., f[i-kx][j-1] + k) - 1
[INFO] [stdout]   |                                        ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:41:53
[INFO] [stdout]   |
[INFO] [stdout] 4 |           = min(f[i-x][j-1]+1, f[i-2x][j-1]+2, ..., f[i-kx][j-1] + k) - 1
[INFO] [stdout]   |                                                     ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `i` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:41:55
[INFO] [stdout]   |
[INFO] [stdout] 4 |           = min(f[i-x][j-1]+1, f[i-2x][j-1]+2, ..., f[i-kx][j-1] + k) - 1
[INFO] [stdout]   |                                                       ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kx` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:41:57
[INFO] [stdout]   |
[INFO] [stdout] 4 |           = min(f[i-x][j-1]+1, f[i-2x][j-1]+2, ..., f[i-kx][j-1] + k) - 1
[INFO] [stdout]   |                                                         ^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `j` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:41:61
[INFO] [stdout]   |
[INFO] [stdout] 4 |           = min(f[i-x][j-1]+1, f[i-2x][j-1]+2, ..., f[i-kx][j-1] + k) - 1
[INFO] [stdout]   |                                                             ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `k` in this scope
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:41:68
[INFO] [stdout]   |
[INFO] [stdout] 4 |           = min(f[i-x][j-1]+1, f[i-2x][j-1]+2, ..., f[i-kx][j-1] + k) - 1
[INFO] [stdout]   |                                                                    ^ help: a tuple variant with a similar name exists: `Ok`
[INFO] [stdout]  --> /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/result.rs:506:5
[INFO] [stdout]   |
[INFO] [stdout]   = note: similarly named tuple variant `Ok` defined here
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `x` for number literal
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:40:34
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |                                  ^^ invalid suffix `x`
[INFO] [stdout]   |
[INFO] [stdout]   = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `x` for number literal
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:41:36
[INFO] [stdout]   |
[INFO] [stdout] 4 |           = min(f[i-x][j-1]+1, f[i-2x][j-1]+2, ..., f[i-kx][j-1] + k) - 1
[INFO] [stdout]   |                                    ^^ invalid suffix `x`
[INFO] [stdout]   |
[INFO] [stdout]   = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] error[E0070]: invalid left-hand side of assignment
[INFO] [stdout]  --> 00_leetcode-algorithm/src/p322.rs:41:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | f[i-x][j] = min(f[i-x][j-1], f[i-2x][j-1]+1, ..., f[i-kx][j-1] + k - 1)
[INFO] [stdout]   |             ----------------------------------------------------------- cannot assign to this expression
[INFO] [stdout] 4 |           = min(f[i-x][j-1]+1, f[i-2x][j-1]+2, ..., f[i-kx][j-1] + k) - 1
[INFO] [stdout]   |           ^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 37 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0070, E0425, E0586.
[INFO] [stdout] For more information about an error, try `rustc --explain E0070`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     00_leetcode-algorithm/src/p322.rs - p322::coin_change2 (line 34)
[INFO] [stdout]     00_leetcode-algorithm/src/p322.rs - p322::coin_change2 (line 39)
[INFO] [stdout]     00_leetcode-algorithm/src/wc393.rs - wc393::find_kth_smallest (line 82)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `-p leetcode-algorithm --doc`
[INFO] running `Command { std: "docker" "inspect" "2b778d7d9249cd81b393af6519fd13089523c7592f0206a3faf6338509e87fc7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2b778d7d9249cd81b393af6519fd13089523c7592f0206a3faf6338509e87fc7", kill_on_drop: false }`
[INFO] [stdout] 2b778d7d9249cd81b393af6519fd13089523c7592f0206a3faf6338509e87fc7
