[INFO] cloning repository https://github.com/HsYihung/rust-leetcode
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/HsYihung/rust-leetcode" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHsYihung%2Frust-leetcode", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHsYihung%2Frust-leetcode'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9f870255db68e9e8c170f415696993f1bc821d20
[INFO] testing HsYihung/rust-leetcode against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHsYihung%2Frust-leetcode" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/HsYihung/rust-leetcode
[INFO] finished tweaking git repo https://github.com/HsYihung/rust-leetcode
[INFO] tweaked toml for git repo https://github.com/HsYihung/rust-leetcode written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/HsYihung/rust-leetcode on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/HsYihung/rust-leetcode 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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dc0cb05547c1ed88790770c593d8079a296d2b0f7443c47ed16a5785c64ab09a
[INFO] running `Command { std: "docker" "start" "-a" "dc0cb05547c1ed88790770c593d8079a296d2b0f7443c47ed16a5785c64ab09a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dc0cb05547c1ed88790770c593d8079a296d2b0f7443c47ed16a5785c64ab09a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dc0cb05547c1ed88790770c593d8079a296d2b0f7443c47ed16a5785c64ab09a", kill_on_drop: false }`
[INFO] [stdout] dc0cb05547c1ed88790770c593d8079a296d2b0f7443c47ed16a5785c64ab09a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 38534622f78046e91ff709186670af3eae6967d57b6d2be6798ccabb08adcacc
[INFO] running `Command { std: "docker" "start" "-a" "38534622f78046e91ff709186670af3eae6967d57b6d2be6798ccabb08adcacc", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling leetcode v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s
[INFO] running `Command { std: "docker" "inspect" "38534622f78046e91ff709186670af3eae6967d57b6d2be6798ccabb08adcacc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "38534622f78046e91ff709186670af3eae6967d57b6d2be6798ccabb08adcacc", kill_on_drop: false }`
[INFO] [stdout] 38534622f78046e91ff709186670af3eae6967d57b6d2be6798ccabb08adcacc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 341c64f00f15fc2aba45df6fcc6797afc57291a14d5dbdb4a7ee94bf2685c6bd
[INFO] running `Command { std: "docker" "start" "-a" "341c64f00f15fc2aba45df6fcc6797afc57291a14d5dbdb4a7ee94bf2685c6bd", kill_on_drop: false }`
[INFO] [stderr]    Compiling leetcode v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.03s
[INFO] running `Command { std: "docker" "inspect" "341c64f00f15fc2aba45df6fcc6797afc57291a14d5dbdb4a7ee94bf2685c6bd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "341c64f00f15fc2aba45df6fcc6797afc57291a14d5dbdb4a7ee94bf2685c6bd", kill_on_drop: false }`
[INFO] [stdout] 341c64f00f15fc2aba45df6fcc6797afc57291a14d5dbdb4a7ee94bf2685c6bd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 64789caca6b8968a620579f65d738a580a151c9120ba3903c70b5411e7b369f7
[INFO] running `Command { std: "docker" "start" "-a" "64789caca6b8968a620579f65d738a580a151c9120ba3903c70b5411e7b369f7", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/leetcode-1bf0fb5b26bfb525)
[INFO] [stdout] 
[INFO] [stdout] running 81 tests
[INFO] [stdout] test problems::easy::p0001_two_sum::tests::p0001_test_performance ... ignored
[INFO] [stdout] test problems::easy::p1304_find_n_unique_integers_sum_up_to_zero::tests::test_basic_cases ... ok
[INFO] [stdout] test problems::easy::p1317_convert_integer_to_the_sum_of_two_no_zero_integers::tests::test_basic_cases ... ok
[INFO] [stdout] test problems::easy::p1317_convert_integer_to_the_sum_of_two_no_zero_integers::tests::test_edge_cases ... ok
[INFO] [stdout] test problems::easy::p1800_maximum_ascending_subarray_sum::tests::test_max_ascending_sum ... ok
[INFO] [stdout] test problems::easy::p338_counting_bits::tests::test_basic_cases ... ok
[INFO] [stdout] test problems::easy::p3174_clear_digits::tests::p3174_test_clear_digits ... ok
[INFO] [stdout] test problems::easy::p338_counting_bits::tests::test_corner_cases ... ok
[INFO] [stdout] test problems::easy::p338_counting_bits::tests::test_edge_cases ... ok
[INFO] [stdout] test problems::easy::p0001_two_sum::tests::p0001_test_two_sum ... ok
[INFO] [stdout] test problems::easy::p3516_find_closest_person::tests::test_basic_cases ... ok
[INFO] [stdout] test problems::easy::p3516_find_closest_person::tests::test_boundary_cases ... ok
[INFO] [stdout] test problems::easy::p1304_find_n_unique_integers_sum_up_to_zero::tests::test_corner_cases ... ok
[INFO] [stdout] test problems::easy::p3516_find_closest_person::tests::test_corner_cases ... ok
[INFO] [stdout] test problems::easy::p3541_find_most_frequent_vowel_and_consonant::tests::test_basic_cases ... ok
[INFO] [stdout] test problems::easy::p509_fibonacci_number::tests::test_basic_cases ... ok
[INFO] [stdout] test problems::easy::p392_is_subsequence::tests::test_edge_cases ... ok
[INFO] [stdout] test problems::easy::p509_fibonacci_number::tests::test_boundary_cases ... ok
[INFO] [stdout] test problems::hard::p44_wildcard_matching::tests::test_basic_cases ... ok
[INFO] [stdout] test problems::medium::p1504_count_submatrices_with_all_ones::tests::test_basic_cases ... ok
[INFO] [stdout] test problems::easy::p392_is_subsequence::tests::test_corner_cases ... ok
[INFO] [stdout] test problems::hard::p44_wildcard_matching::tests::test_edge_cases ... ok
[INFO] [stdout] test problems::medium::p1504_count_submatrices_with_all_ones::tests::test_corner_cases ... ok
[INFO] [stdout] test problems::medium::p1504_count_submatrices_with_all_ones::tests::test_edge_cases ... ok
[INFO] [stdout] test problems::medium::p16_3sum_closest::tests::test_basic_cases ... ok
[INFO] [stdout] test problems::medium::p16_3sum_closest::tests::test_corner_cases ... ok
[INFO] [stdout] test problems::easy::p1304_find_n_unique_integers_sum_up_to_zero::tests::test_edge_cases ... ok
[INFO] [stdout] test problems::easy::p1317_convert_integer_to_the_sum_of_two_no_zero_integers::tests::test_corner_cases ... ok
[INFO] [stdout] test problems::hard::p679_24_game::tests::test_edge_cases ... ok
[INFO] [stdout] test problems::easy::p3541_find_most_frequent_vowel_and_consonant::tests::test_corner_cases ... ok
[INFO] [stdout] test problems::medium::p16_3sum_closest::tests::test_edge_cases ... ok
[INFO] [stdout] test problems::medium::p1733_minimum_number_of_people_to_teach::tests::test_basic_cases ... ok
[INFO] [stdout] test problems::medium::p1733_minimum_number_of_people_to_teach::tests::test_corner_cases ... ok
[INFO] [stdout] test problems::medium::p1733_minimum_number_of_people_to_teach::tests::test_edge_cases ... ok
[INFO] [stdout] test problems::medium::p2327_number_of_people_aware_of_a_secret::tests::test_basic_cases ... ok
[INFO] [stdout] test problems::medium::p2749_minimum_operations_to_make_the_integer_zero::tests::test_basic_cases ... ok
[INFO] [stdout] test problems::medium::p2749_minimum_operations_to_make_the_integer_zero::tests::test_corner_cases ... ok
[INFO] [stdout] test problems::medium::p2785_sort_vowels_in_a_string::tests::test_basic_cases ... ok
[INFO] [stdout] test problems::medium::p2749_minimum_operations_to_make_the_integer_zero::tests::test_edge_cases ... ok
[INFO] [stdout] test problems::medium::p2785_sort_vowels_in_a_string::tests::test_corner_cases ... ok
[INFO] [stdout] test problems::medium::p2785_sort_vowels_in_a_string::tests::test_edge_cases ... ok
[INFO] [stdout] test problems::medium::p3025_find_the_number_of_ways_to_place_people_i::tests::test_corner_cases ... ok
[INFO] [stdout] test problems::medium::p3025_find_the_number_of_ways_to_place_people_i::tests::test_basic_cases ... ok
[INFO] [stdout] test problems::medium::p3025_find_the_number_of_ways_to_place_people_i::tests::test_edge_cases ... ok
[INFO] [stdout] test problems::hard::p679_24_game::tests::test_judge_point24 ... ok
[INFO] [stdout] test problems::medium::p3227_vowels_game_in_a_string::tests::test_basic_cases ... ok
[INFO] [stdout] test problems::medium::p3227_vowels_game_in_a_string::tests::test_corner_cases ... ok
[INFO] [stdout] test problems::medium::p3362_zero_array_transformation_iii::tests::custom_case_2 ... ok
[INFO] [stdout] test problems::medium::p3362_zero_array_transformation_iii::tests::custom_case_large ... ok
[INFO] [stdout] test problems::medium::p3362_zero_array_transformation_iii::tests::example1 ... ok
[INFO] [stdout] test problems::medium::p3362_zero_array_transformation_iii::tests::example2 ... ok
[INFO] [stdout] test problems::medium::p3362_zero_array_transformation_iii::tests::example3 ... ok
[INFO] [stdout] test problems::medium::p498_diagonal_traverse::tests::test_basic_cases ... ok
[INFO] [stdout] test problems::medium::p498_diagonal_traverse::tests::test_corner_cases ... ok
[INFO] [stdout] test problems::medium::p2327_number_of_people_aware_of_a_secret::tests::test_corner_cases ... ok
[INFO] [stdout] test problems::medium::p3195_find_the_minimum_area_to_cover_all_ones_i::tests::test_basic_cases ... ok
[INFO] [stdout] test problems::medium::p3362_zero_array_transformation_iii::tests::custom_case_1 ... ok
[INFO] [stdout] test problems::medium::p62_unique_paths::tests::test_basic_cases ... ok
[INFO] [stdout] test problems::medium::p498_diagonal_traverse::tests::test_edge_cases ... ok
[INFO] [stdout] test problems::medium::p62_unique_paths::tests::test_corner_cases ... ok
[INFO] [stdout] test problems::medium::p62_unique_paths::tests::test_edge_cases ... ok
[INFO] [stdout] test problems::easy::p392_is_subsequence::tests::test_basic_cases ... ok
[INFO] [stdout] test problems::easy::p509_fibonacci_number::tests::test_medium_values ... ok
[INFO] [stdout] test problems::medium::p3195_find_the_minimum_area_to_cover_all_ones_i::tests::test_corner_cases ... ok
[INFO] [stdout] test problems::medium::p3195_find_the_minimum_area_to_cover_all_ones_i::tests::test_edge_cases ... ok
[INFO] [stdout] test problems::medium::p63_unique_paths_ii::tests::test_basic_cases ... ok
[INFO] [stdout] test problems::medium::p73_set_matrix_zeroes::tests::test_set_zeroes ... ok
[INFO] [stdout] test problems::medium::p8_string_to_integer_atoi_::tests::test_basic_cases ... ok
[INFO] [stdout] test problems::medium::p63_unique_paths_ii::tests::test_edge_cases ... ok
[INFO] [stdout] test problems::medium::p63_unique_paths_ii::tests::test_corner_cases ... ok
[INFO] [stdout] test problems::medium::p8_string_to_integer_atoi_::tests::test_edge_cases ... ok
[INFO] [stdout] test problems::medium::p8_string_to_integer_atoi_::tests::test_extreme_cases ... ok
[INFO] [stdout] test problems::medium::p8_string_to_integer_atoi_::tests::test_corner_cases ... ok
[INFO] [stdout] test problems::medium::p3227_vowels_game_in_a_string::tests::test_edge_cases ... ok
[INFO] [stdout] test problems::easy::p3541_find_most_frequent_vowel_and_consonant::tests::test_edge_cases ... ok
[INFO] [stdout] test problems::hard::p3027_find_the_number_of_ways_to_place_people_ii::tests::test_edge_cases ... FAILED
[INFO] [stdout] test utils::tests::test_measure_performance ... ok
[INFO] [stdout] test problems::medium::p2327_number_of_people_aware_of_a_secret::tests::test_edge_cases ... ok
[INFO] [stdout] test problems::hard::p3027_find_the_number_of_ways_to_place_people_ii::tests::test_corner_cases ... FAILED
[INFO] [stdout] test problems::hard::p3027_find_the_number_of_ways_to_place_people_ii::tests::test_basic_cases ... FAILED
[INFO] [stdout] test problems::hard::p44_wildcard_matching::tests::test_corner_cases ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- problems::hard::p3027_find_the_number_of_ways_to_place_people_ii::tests::test_edge_cases stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'problems::hard::p3027_find_the_number_of_ways_to_place_people_ii::tests::test_edge_cases' panicked at src/problems/hard/p3027_find_the_number_of_ways_to_place_people_ii.rs:61:9:
[INFO] [stdout] not yet implemented: 實現 Find the Number of Ways to Place People II 的解決方案 - 請先理解題目和測試案例
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64747f0884d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64747f0884d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64747f0884d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x64747f0884d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x64747f0ad8a3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x64747f0ad8a3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x64747f085453 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x64747f085453 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x64747f088322 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x64747f089a49 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x64747f08987e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x64747f051884 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x64747f051884 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x64747f08a41e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x64747f08a41e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x64747f08a1b6 - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x64747f0889c9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x64747f089e7d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x64747f0ac2f0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x64747f018270 - leetcode::problems::hard::p3027_find_the_number_of_ways_to_place_people_ii::Solution::number_of_points_in_the_rectangle::h7da1b0dffaf2e1a6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/problems/hard/p3027_find_the_number_of_ways_to_place_people_ii.rs:61:9
[INFO] [stdout]   20:     0x64747efdaaab - leetcode::problems::hard::p3027_find_the_number_of_ways_to_place_people_ii::tests::test_edge_cases::h4a81f898bca3d0ec
[INFO] [stdout]                                at /opt/rustwide/workdir/src/problems/hard/p3027_find_the_number_of_ways_to_place_people_ii.rs:98:20
[INFO] [stdout]   21:     0x64747efda837 - leetcode::problems::hard::p3027_find_the_number_of_ways_to_place_people_ii::tests::test_edge_cases::{{closure}}::h61cdc43ba7714fed
[INFO] [stdout]                                at /opt/rustwide/workdir/src/problems/hard/p3027_find_the_number_of_ways_to_place_people_ii.rs:93:25
[INFO] [stdout]   22:     0x64747effb606 - core::ops::function::FnOnce::call_once::h217e609fb84d8038
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   23:     0x64747f0570eb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x64747f0570eb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   25:     0x64747f056225 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   26:     0x64747f056225 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   27:     0x64747f056225 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   28:     0x64747f056225 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   29:     0x64747f056225 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x64747f056225 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   31:     0x64747f056225 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   32:     0x64747f019e24 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   33:     0x64747f019e24 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   34:     0x64747f01d7fa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   35:     0x64747f01d7fa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   36:     0x64747f01d7fa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   37:     0x64747f01d7fa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   38:     0x64747f01d7fa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x64747f01d7fa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   40:     0x64747f01d7fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   41:     0x64747f08d39f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   42:     0x64747f08d39f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   43:     0x7141d5fceaa4 - <unknown>
[INFO] [stdout]   44:     0x7141d605ba34 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- problems::hard::p3027_find_the_number_of_ways_to_place_people_ii::tests::test_corner_cases stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'problems::hard::p3027_find_the_number_of_ways_to_place_people_ii::tests::test_corner_cases' panicked at src/problems/hard/p3027_find_the_number_of_ways_to_place_people_ii.rs:61:9:
[INFO] [stdout] not yet implemented: 實現 Find the Number of Ways to Place People II 的解決方案 - 請先理解題目和測試案例
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64747f0884d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64747f0884d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64747f0884d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x64747f0884d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x64747f0ad8a3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x64747f0ad8a3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x64747f085453 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x64747f085453 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x64747f088322 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x64747f089a49 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x64747f08987e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x64747f051884 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x64747f051884 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x64747f08a41e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x64747f08a41e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x64747f08a1b6 - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x64747f0889c9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x64747f089e7d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x64747f0ac2f0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x64747f018270 - leetcode::problems::hard::p3027_find_the_number_of_ways_to_place_people_ii::Solution::number_of_points_in_the_rectangle::h7da1b0dffaf2e1a6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/problems/hard/p3027_find_the_number_of_ways_to_place_people_ii.rs:61:9
[INFO] [stdout]   20:     0x64747efdb957 - leetcode::problems::hard::p3027_find_the_number_of_ways_to_place_people_ii::tests::test_corner_cases::hf2d28eae4bf18a71
[INFO] [stdout]                                at /opt/rustwide/workdir/src/problems/hard/p3027_find_the_number_of_ways_to_place_people_ii.rs:128:13
[INFO] [stdout]   21:     0x64747efdb517 - leetcode::problems::hard::p3027_find_the_number_of_ways_to_place_people_ii::tests::test_corner_cases::{{closure}}::h6b017eb220092504
[INFO] [stdout]                                at /opt/rustwide/workdir/src/problems/hard/p3027_find_the_number_of_ways_to_place_people_ii.rs:121:27
[INFO] [stdout]   22:     0x64747effc116 - core::ops::function::FnOnce::call_once::h8e316bc43f847aad
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   23:     0x64747f0570eb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x64747f0570eb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   25:     0x64747f056225 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   26:     0x64747f056225 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   27:     0x64747f056225 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   28:     0x64747f056225 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   29:     0x64747f056225 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x64747f056225 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   31:     0x64747f056225 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   32:     0x64747f019e24 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   33:     0x64747f019e24 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   34:     0x64747f01d7fa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   35:     0x64747f01d7fa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   36:     0x64747f01d7fa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   37:     0x64747f01d7fa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   38:     0x64747f01d7fa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x64747f01d7fa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   40:     0x64747f01d7fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   41:     0x64747f08d39f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   42:     0x64747f08d39f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   43:     0x7141d5fceaa4 - <unknown>
[INFO] [stdout]   44:     0x7141d605ba34 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- problems::hard::p3027_find_the_number_of_ways_to_place_people_ii::tests::test_basic_cases stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'problems::hard::p3027_find_the_number_of_ways_to_place_people_ii::tests::test_basic_cases' panicked at src/problems/hard/p3027_find_the_number_of_ways_to_place_people_ii.rs:61:9:
[INFO] [stdout] not yet implemented: 實現 Find the Number of Ways to Place People II 的解決方案 - 請先理解題目和測試案例
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64747f0884d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64747f0884d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64747f0884d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x64747f0884d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x64747f0ad8a3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x64747f0ad8a3 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x64747f085453 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x64747f085453 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x64747f088322 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x64747f089a49 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x64747f08987e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x64747f051884 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x64747f051884 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x64747f08a41e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x64747f08a41e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x64747f08a1b6 - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x64747f0889c9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x64747f089e7d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x64747f0ac2f0 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x64747f018270 - leetcode::problems::hard::p3027_find_the_number_of_ways_to_place_people_ii::Solution::number_of_points_in_the_rectangle::h7da1b0dffaf2e1a6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/problems/hard/p3027_find_the_number_of_ways_to_place_people_ii.rs:61:9
[INFO] [stdout]   20:     0x64747efda078 - leetcode::problems::hard::p3027_find_the_number_of_ways_to_place_people_ii::tests::test_basic_cases::ha6f425327b787977
[INFO] [stdout]                                at /opt/rustwide/workdir/src/problems/hard/p3027_find_the_number_of_ways_to_place_people_ii.rs:79:20
[INFO] [stdout]   21:     0x64747efd9d57 - leetcode::problems::hard::p3027_find_the_number_of_ways_to_place_people_ii::tests::test_basic_cases::{{closure}}::h7c2475b3c36b3e16
[INFO] [stdout]                                at /opt/rustwide/workdir/src/problems/hard/p3027_find_the_number_of_ways_to_place_people_ii.rs:73:26
[INFO] [stdout]   22:     0x64747effc866 - core::ops::function::FnOnce::call_once::heb5190543236066b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   23:     0x64747f0570eb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x64747f0570eb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   25:     0x64747f056225 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   26:     0x64747f056225 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   27:     0x64747f056225 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   28:     0x64747f056225 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   29:     0x64747f056225 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x64747f056225 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   31:     0x64747f056225 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   32:     0x64747f019e24 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   33:     0x64747f019e24 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   34:     0x64747f01d7fa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   35:     0x64747f01d7fa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   36:     0x64747f01d7fa - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   37:     0x64747f01d7fa - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   38:     0x64747f01d7fa - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x64747f01d7fa - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   40:     0x64747f01d7fa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   41:     0x64747f08d39f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   42:     0x64747f08d39f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   43:     0x7141d5fceaa4 - <unknown>
[INFO] [stdout]   44:     0x7141d605ba34 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     problems::hard::p3027_find_the_number_of_ways_to_place_people_ii::tests::test_basic_cases
[INFO] [stdout]     problems::hard::p3027_find_the_number_of_ways_to_place_people_ii::tests::test_corner_cases
[INFO] [stdout]     problems::hard::p3027_find_the_number_of_ways_to_place_people_ii::tests::test_edge_cases
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 77 passed; 3 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.22s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin leetcode`
[INFO] running `Command { std: "docker" "inspect" "64789caca6b8968a620579f65d738a580a151c9120ba3903c70b5411e7b369f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "64789caca6b8968a620579f65d738a580a151c9120ba3903c70b5411e7b369f7", kill_on_drop: false }`
[INFO] [stdout] 64789caca6b8968a620579f65d738a580a151c9120ba3903c70b5411e7b369f7
