[INFO] cloning repository https://github.com/iskyrainy/my-leetcode
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/iskyrainy/my-leetcode" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiskyrainy%2Fmy-leetcode", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiskyrainy%2Fmy-leetcode'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a1df1b3a63e7fd293918ae4c42992aaa5a6ce4a6
[INFO] testing iskyrainy/my-leetcode against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiskyrainy%2Fmy-leetcode" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/iskyrainy/my-leetcode
[INFO] finished tweaking git repo https://github.com/iskyrainy/my-leetcode
[INFO] tweaked toml for git repo https://github.com/iskyrainy/my-leetcode written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/iskyrainy/my-leetcode on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/iskyrainy/my-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.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 36f7039b0bc9f7d59bc29649f4acbb2bfb3d636e4473f0a6ce2f7ed38e557c99
[INFO] running `Command { std: "docker" "start" "36f7039b0bc9f7d59bc29649f4acbb2bfb3d636e4473f0a6ce2f7ed38e557c99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "36f7039b0bc9f7d59bc29649f4acbb2bfb3d636e4473f0a6ce2f7ed38e557c99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "36f7039b0bc9f7d59bc29649f4acbb2bfb3d636e4473f0a6ce2f7ed38e557c99" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "36f7039b0bc9f7d59bc29649f4acbb2bfb3d636e4473f0a6ce2f7ed38e557c99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "36f7039b0bc9f7d59bc29649f4acbb2bfb3d636e4473f0a6ce2f7ed38e557c99" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.184
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling rand_core v0.10.0
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling chacha20 v0.10.0
[INFO] [stderr]    Compiling rand v0.10.0
[INFO] [stderr]    Compiling my-leetcode v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]  --> src/lc/lc_050.rs:1:15
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub fn my_pow(x: f64, n: i32) -> f64 {
[INFO] [stdout]   |               ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]  --> src/lc/lc_050.rs:1:23
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub fn my_pow(x: f64, n: i32) -> f64 {
[INFO] [stdout]   |                       ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `queries`
[INFO] [stdout]  --> src/lc/lc_399.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     queries: Vec<Vec<String>>,
[INFO] [stdout]   |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_queries`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `dfs` is never used
[INFO] [stdout]   --> src/lc/lc_399.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn dfs() {}
[INFO] [stdout]    |        ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.95s
[INFO] running `Command { std: "docker" "inspect" "36f7039b0bc9f7d59bc29649f4acbb2bfb3d636e4473f0a6ce2f7ed38e557c99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "36f7039b0bc9f7d59bc29649f4acbb2bfb3d636e4473f0a6ce2f7ed38e557c99" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling my-leetcode v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]  --> src/lc/lc_050.rs:1:15
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub fn my_pow(x: f64, n: i32) -> f64 {
[INFO] [stdout]   |               ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]  --> src/lc/lc_050.rs:1:23
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub fn my_pow(x: f64, n: i32) -> f64 {
[INFO] [stdout]   |                       ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `queries`
[INFO] [stdout]  --> src/lc/lc_399.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     queries: Vec<Vec<String>>,
[INFO] [stdout]   |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_queries`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `dfs` is never used
[INFO] [stdout]   --> src/lc/lc_399.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn dfs() {}
[INFO] [stdout]    |        ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]  --> src/lc/lc_050.rs:1:15
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub fn my_pow(x: f64, n: i32) -> f64 {
[INFO] [stdout]   |               ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]  --> src/lc/lc_050.rs:1:23
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub fn my_pow(x: f64, n: i32) -> f64 {
[INFO] [stdout]   |                       ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `queries`
[INFO] [stdout]  --> src/lc/lc_399.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     queries: Vec<Vec<String>>,
[INFO] [stdout]   |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_queries`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `dfs` is never used
[INFO] [stdout]   --> src/lc/lc_399.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 19 |     fn dfs() {}
[INFO] [stdout]    |        ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.74s
[INFO] running `Command { std: "docker" "inspect" "36f7039b0bc9f7d59bc29649f4acbb2bfb3d636e4473f0a6ce2f7ed38e557c99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "36f7039b0bc9f7d59bc29649f4acbb2bfb3d636e4473f0a6ce2f7ed38e557c99" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `x`
[INFO] [stderr]  --> src/lc/lc_050.rs:1:15
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub fn my_pow(x: f64, n: i32) -> f64 {
[INFO] [stderr]   |               ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `n`
[INFO] [stderr]  --> src/lc/lc_050.rs:1:23
[INFO] [stderr]   |
[INFO] [stderr] 1 | pub fn my_pow(x: f64, n: i32) -> f64 {
[INFO] [stderr]   |                       ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `queries`
[INFO] [stderr]  --> src/lc/lc_399.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 |     queries: Vec<Vec<String>>,
[INFO] [stderr]   |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_queries`
[INFO] [stderr] 
[INFO] [stderr] warning: function `dfs` is never used
[INFO] [stderr]   --> src/lc/lc_399.rs:19:8
[INFO] [stderr]    |
[INFO] [stderr] 19 |     fn dfs() {}
[INFO] [stderr]    |        ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `my-leetcode` (lib) generated 4 warnings (run `cargo fix --lib -p my-leetcode` to apply 3 suggestions)
[INFO] [stderr] warning: `my-leetcode` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/my_leetcode-7a624fae8a75e6da)
[INFO] [stdout] 
[INFO] [stdout] running 124 tests
[INFO] [stdout] test lc::lc_003::test::test_length_of_longest_substring_1 ... ok
[INFO] [stdout] test lc::lc_005::test::test_longest_palindrome_1 ... ok
[INFO] [stdout] test lc::lc_003::test::test_length_of_longest_substring_2 ... ok
[INFO] [stdout] test lc::lc_005::test::test_longest_palindrome_2 ... ok
[INFO] [stdout] test lc::lc_006::tests::test_convert_1 ... ok
[INFO] [stdout] test lc::lc_014::tests::test_longest_common_prefix_1 ... ok
[INFO] [stdout] test lc::lc_017::test::test_letter_combinations_1 ... ok
[INFO] [stdout] test lc::lc_025::test::test_reverse_k_group_1 ... ok
[INFO] [stdout] test lc::lc_025::test::test_reverse_k_group_2 ... ok
[INFO] [stdout] test lc::lc_033::test::test_search_1 ... ok
[INFO] [stdout] test lc::lc_028::test::test_str_str_1 ... ok
[INFO] [stdout] test lc::lc_035::test::test_search_insert_1 ... ok
[INFO] [stdout] test lc::lc_019::test::test_remove_nth_from_end_1 ... ok
[INFO] [stdout] test lc::lc_019::test::test_remove_nth_from_end_2 ... ok
[INFO] [stdout] test lc::lc_028::test::test_str_str_2 ... ok
[INFO] [stdout] test lc::lc_035::test::test_search_insert_2 ... ok
[INFO] [stdout] test lc::lc_035::test::test_search_insert_3 ... ok
[INFO] [stdout] test lc::lc_036::test::test_is_valid_sudoku_1 ... ok
[INFO] [stdout] test lc::lc_048::test::test_rotate_1 ... ok
[INFO] [stdout] test lc::lc_054::test::test_spiral_order_1 ... ok
[INFO] [stdout] test lc::lc_054::test::test_spiral_order_2 ... ok
[INFO] [stdout] test lc::lc_057::test::test_insert_1 ... ok
[INFO] [stdout] test lc::lc_061::test::test_rotate_right_1 ... ok
[INFO] [stdout] test lc::lc_061::test::test_rotate_right_2 ... ok
[INFO] [stdout] test lc::lc_056::test::test_merge_1 ... ok
[INFO] [stdout] test lc::lc_064::test::test_min_path_sum_1 ... ok
[INFO] [stdout] test lc::lc_063::test::test_unique_paths_with_obstacles_1 ... ok
[INFO] [stdout] test lc::lc_063::test::test_unique_paths_with_obstacles_2 ... ok
[INFO] [stdout] test lc::lc_066::tests::test_plus_one_1 ... ok
[INFO] [stdout] test lc::lc_069::test::test_my_sqrt_1 ... ok
[INFO] [stdout] test lc::lc_064::test::test_min_path_sum_2 ... ok
[INFO] [stdout] test lc::lc_072::test::test_min_distance_1 ... ok
[INFO] [stdout] test lc::lc_072::test::test_min_distance_2 ... ok
[INFO] [stdout] test lc::lc_069::test::test_my_sqrt_2 ... ok
[INFO] [stdout] test lc::lc_074::test::test_search_matrix_1 ... ok
[INFO] [stdout] test lc::lc_074::test::test_search_matrix_2 ... ok
[INFO] [stdout] test lc::lc_077::test::test_combine_1 ... ok
[INFO] [stdout] test lc::lc_086::tests::test_partition_1 ... ok
[INFO] [stdout] test lc::lc_097::test::test_is_interleave_1 ... ok
[INFO] [stdout] test lc::lc_097::test::test_is_interleave_3 ... ok
[INFO] [stdout] test lc::lc_097::test::test_is_interleave_2 ... ok
[INFO] [stdout] test lc::lc_077::test::test_combine_2 ... ok
[INFO] [stdout] test lc::lc_120::test::test_minimun_total_1 ... ok
[INFO] [stdout] test lc::lc_114::tests::test_flatten_1 ... ok
[INFO] [stdout] test lc::lc_120::test::test_minimun_total_2 ... ok
[INFO] [stdout] test lc::lc_136::tests::test_single_number_1 ... ok
[INFO] [stdout] test lc::lc_136::tests::test_single_number_2 ... ok
[INFO] [stdout] test lc::lc_092::tests::test_reverse_between_1 ... ok
[INFO] [stdout] test lc::lc_136::tests::test_single_number_3 ... ok
[INFO] [stdout] test lc::lc_137::tests::test_single_number_1 ... ok
[INFO] [stdout] test lc::lc_139::tests::test_word_break ... ok
[INFO] [stdout] test lc::lc_151::tests::test_reverse_words_1 ... ok
[INFO] [stdout] test lc::lc_172::tests::test_trailing_zeros_2 ... ok
[INFO] [stdout] test lc::lc_162::test::test_find_peak_element_1 ... ok
[INFO] [stdout] test lc::lc_162::test::test_find_peak_element_2 ... ok
[INFO] [stdout] test lc::lc_172::tests::test_trailing_zeros_1 ... ok
[INFO] [stdout] test lc::lc_190::tests::test_reverse_bits_1 ... ok
[INFO] [stdout] test lc::lc_190::tests::test_reverse_bits_2 ... ok
[INFO] [stdout] test lc::lc_191::tests::test_hamming_weight_2 ... ok
[INFO] [stdout] test lc::lc_198::tests::test_rob_1 ... ok
[INFO] [stdout] test lc::lc_191::tests::test_hamming_weight_3 ... ok
[INFO] [stdout] test lc::lc_206::test::test_reverse_list_1 ... ok
[INFO] [stdout] test lc::lc_205::test::test_is_isomorphic_1 ... ok
[INFO] [stdout] test lc::lc_207::test::test_can_finish_1 ... ok
[INFO] [stdout] test lc::lc_191::tests::test_hamming_weight_1 ... ok
[INFO] [stdout] test lc::lc_208::test::test_trie_1 ... ok
[INFO] [stdout] test lc::lc_210::test::test_find_order_1 ... ok
[INFO] [stdout] test lc::lc_211::test::test_word_dictionary_1 ... ok
[INFO] [stdout] test lc::lc_210::test::test_find_order_2 ... ok
[INFO] [stdout] test lc::lc_207::test::test_can_finish_2 ... ok
[INFO] [stdout] test lc::lc_201::tests::test_range_bitwise_and_1 ... ok
[INFO] [stdout] test lc::lc_215::test::test_find_kth_largest_1 ... ok
[INFO] [stdout] test lc::lc_228::test::test_summary_ranges_1 ... ok
[INFO] [stdout] test lc::lc_215::test::test_find_kth_largest_2 ... ok
[INFO] [stdout] test lc::lc_283::test::test_move_zeroes_1 ... ok
[INFO] [stdout] test lc::lc_300::tests::test_length_of_lis_2 ... ok
[INFO] [stdout] test lc::lc_289::test::test_game_of_life_1 ... ok
[INFO] [stdout] test lc::lc_283::test::test_move_zeroes_2 ... ok
[INFO] [stdout] test lc::lc_322::tests::test_coin_change_1 ... ok
[INFO] [stdout] test lc::lc_322::tests::test_coin_change_2 ... ok
[INFO] [stdout] test lc::lc_322::tests::test_coin_change_3 ... ok
[INFO] [stdout] test lc::lc_328::test::test_odd_even_list_1 ... ok
[INFO] [stdout] test lc::lc_345::test::test_reverse_vowels_1 ... ok
[INFO] [stdout] test lc::lc_295::test::test_find_median_1 ... ok
[INFO] [stdout] test lc::lc_300::tests::test_length_of_lis_1 ... ok
[INFO] [stdout] test lc::lc_300::tests::test_length_of_lis_3 ... ok
[INFO] [stdout] test lc::lc_373::test::test_k_smallest_pairs_1 ... ok
[INFO] [stdout] test lc::lc_394::test::test_decode_string_1 ... ok
[INFO] [stdout] test lc::lc_373::test::test_k_smallest_pairs_2 ... ok
[INFO] [stdout] test lc::lc_435::test::test_erase_overlap_intervals_1 ... ok
[INFO] [stdout] test lc::lc_383::tests::test_can_construct_1 ... ok
[INFO] [stdout] test lc::lc_547::test::test_find_circle_num_1 ... ok
[INFO] [stdout] test lc::lc_605::test::test_can_place_flowers_1 ... ok
[INFO] [stdout] test lc::lc_649::test::test_predict_party_victory_1 ... ok
[INFO] [stdout] test lc::lc_450::test::test_delete_node_1 ... ok
[INFO] [stdout] test lc::lc_724::test::test_pivot_index_1 ... ok
[INFO] [stdout] test lc::lc_452::test::test_find_min_arrow_shots_1 ... ok
[INFO] [stdout] test lc::lc_502::test::test_find_maximized_capital_1 ... ok
[INFO] [stdout] test lc::lc_502::test::test_find_maximized_capital_2 ... ok
[INFO] [stdout] test lc::lc_746::test::test_min_cost_climbing_stairs_1 ... ok
[INFO] [stdout] test lc::lc_724::test::test_pivot_index_3 ... ok
[INFO] [stdout] test lc::lc_735::test::test_asteroid_collision_1 ... ok
[INFO] [stdout] test lc::lc_724::test::test_pivot_index_2 ... ok
[INFO] [stdout] test lc::lc_790::test::test_num_tilings_1 ... ok
[INFO] [stdout] test lc::lc_739::test::test_daily_temperatures_1 ... ok
[INFO] [stdout] test lc::lc_841::test::test_can_visit_all_rooms_1 ... ok
[INFO] [stdout] test lc::lc_901::test::test_stockspanner ... ok
[INFO] [stdout] test lc::lc_912::test::test_sort_array_1 ... ok
[INFO] [stdout] test lc_1k::lc_1161::test::test_max_level_sum_1 ... ok
[INFO] [stdout] test lc::lc_933::test::test_rc_1 ... ok
[INFO] [stdout] test lc_1k::lc_1268::test::test_suggested_products_1 ... ok
[INFO] [stdout] test lc_1k::lc_1318::test::test_min_flips_1 ... ok
[INFO] [stdout] test lc_2k::lc_2095::test::test_delete_middle_1 ... ok
[INFO] [stdout] test lc_2k::lc_2130::test::test_pair_sum_1 ... ok
[INFO] [stdout] test lc_2k::lc_2390::test::test_remove_stars_1 ... ok
[INFO] [stdout] test lc_2k::lc_2462::test::test_total_cost_1 ... ok
[INFO] [stdout] test lc_2k::lc_2542::test::test_max_score_1 ... ok
[INFO] [stdout] test lc_2k::lc_2336::test::test_smallest_infinite_set_1 ... ok
[INFO] [stdout] test lc_2k::lc_2352::test::test_equal_pairs_1 ... ok
[INFO] [stdout] test lc_1k::lc_1466::test::test_min_reorder_1 ... ok
[INFO] [stdout] test lc_1k::lc_1431::test::test_kids_with_candies_1 ... ok
[INFO] [stdout] test lc::lc_073::test::test_set_zeroes_1 ... ok
[INFO] [stdout] test lc::lc_050::test::test_my_pow_1 ... FAILED
[INFO] [stdout] test lc::lc_399::test::test_calc_equation_1 ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- lc::lc_050::test::test_my_pow_1 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lc::lc_050::test::test_my_pow_1' (318) panicked at src/lc/lc_050.rs:2:5:
[INFO] [stdout] not yet implemented
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621eb640a578 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621eb640a578 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621eb640a578 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621eb640a578 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621eb641e92a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621eb641e92a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x621eb640ed92 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x621eb640ed92 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x621eb63e9736 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621eb63e9736 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621eb6402ac9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621eb639eb7c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x621eb639eb7c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x621eb6402c82 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x621eb6402c82 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621eb63e9824 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x621eb63de9f9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621eb63ea50d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621eb641f0ec - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621eb641f0b2 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x621eb6378327 - my_leetcode[2af6c1754e73f2f9]::lc::lc_050::my_pow
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lc/lc_050.rs:2:5
[INFO] [stdout]   21:     0x621eb6381cf6 - my_leetcode[2af6c1754e73f2f9]::lc::lc_050::test::test_my_pow_1
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lc/lc_050.rs:11:32
[INFO] [stdout]   22:     0x621eb63804d7 - my_leetcode[2af6c1754e73f2f9]::lc::lc_050::test::test_my_pow_1::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lc/lc_050.rs:10:23
[INFO] [stdout]   23:     0x621eb6361876 - <my_leetcode[2af6c1754e73f2f9]::lc::lc_050::test::test_my_pow_1::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x621eb6391c5b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x621eb6391c5b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x621eb639f4d5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x621eb639f4d5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x621eb639f4d5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x621eb639f4d5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x621eb639f4d5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x621eb639f4d5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x621eb639f4d5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x621eb6398de4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x621eb6398de4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x621eb63a2552 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x621eb63a2552 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x621eb63a2552 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x621eb63a2552 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621eb63a2552 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621eb63a2552 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x621eb63a2552 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x621eb6409edf - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   43:     0x621eb6409edf - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x7b8aeb593aa4 - <unknown>
[INFO] [stdout]   45:     0x7b8aeb620a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- lc::lc_399::test::test_calc_equation_1 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'lc::lc_399::test::test_calc_equation_1' (391) panicked at src/lc/lc_399.rs:20:5:
[INFO] [stdout] not yet implemented
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x621eb640a578 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x621eb640a578 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x621eb640a578 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x621eb640a578 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x621eb641e92a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x621eb641e92a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x621eb640ed92 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x621eb640ed92 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x621eb63e9736 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x621eb63e9736 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x621eb6402ac9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x621eb639eb7c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x621eb639eb7c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x621eb6402c82 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x621eb6402c82 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x621eb63e9824 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x621eb63de9f9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x621eb63ea50d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x621eb641f0ec - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x621eb641f0b2 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x621eb631d0ff - my_leetcode[2af6c1754e73f2f9]::lc::lc_399::calc_equation
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lc/lc_399.rs:20:5
[INFO] [stdout]   21:     0x621eb630c1ae - my_leetcode[2af6c1754e73f2f9]::lc::lc_399::test::test_calc_equation_1
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lc/lc_399.rs:31:13
[INFO] [stdout]   22:     0x621eb63061a7 - my_leetcode[2af6c1754e73f2f9]::lc::lc_399::test::test_calc_equation_1::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lc/lc_399.rs:28:30
[INFO] [stdout]   23:     0x621eb6362ab6 - <my_leetcode[2af6c1754e73f2f9]::lc::lc_399::test::test_calc_equation_1::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x621eb6391c5b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x621eb6391c5b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x621eb639f4d5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x621eb639f4d5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x621eb639f4d5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x621eb639f4d5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x621eb639f4d5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x621eb639f4d5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x621eb639f4d5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x621eb6398de4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x621eb6398de4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x621eb63a2552 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x621eb63a2552 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x621eb63a2552 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x621eb63a2552 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x621eb63a2552 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x621eb63a2552 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x621eb63a2552 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x621eb6409edf - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   43:     0x621eb6409edf - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x7b8aeb593aa4 - <unknown>
[INFO] [stdout]   45:     0x7b8aeb620a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     lc::lc_050::test::test_my_pow_1
[INFO] [stdout]     lc::lc_399::test::test_calc_equation_1
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 122 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "36f7039b0bc9f7d59bc29649f4acbb2bfb3d636e4473f0a6ce2f7ed38e557c99", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "36f7039b0bc9f7d59bc29649f4acbb2bfb3d636e4473f0a6ce2f7ed38e557c99", kill_on_drop: false }`
[INFO] [stdout] 36f7039b0bc9f7d59bc29649f4acbb2bfb3d636e4473f0a6ce2f7ed38e557c99
