[INFO] cloning repository https://github.com/boycgit/leetcode-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/boycgit/leetcode-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fboycgit%2Fleetcode-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fboycgit%2Fleetcode-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2ab8f4fd69ce9906113011b23fcf73e438abe4a3 [INFO] testing boycgit/leetcode-rust/2ab8f4fd69ce9906113011b23fcf73e438abe4a3 against 1.82.0 for beta-1.83-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fboycgit%2Fleetcode-rust" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/boycgit/leetcode-rust on toolchain 1.82.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.82.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/boycgit/leetcode-rust [INFO] finished tweaking git repo https://github.com/boycgit/leetcode-rust [INFO] tweaked toml for git repo https://github.com/boycgit/leetcode-rust written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/boycgit/leetcode-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.82.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+1.82.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ce9264a64768a395a0026a3a3f957a875cbf776e7022f37decd08d7bea4e9a4c [INFO] running `Command { std: "docker" "start" "-a" "ce9264a64768a395a0026a3a3f957a875cbf776e7022f37decd08d7bea4e9a4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ce9264a64768a395a0026a3a3f957a875cbf776e7022f37decd08d7bea4e9a4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce9264a64768a395a0026a3a3f957a875cbf776e7022f37decd08d7bea4e9a4c", kill_on_drop: false }` [INFO] [stdout] ce9264a64768a395a0026a3a3f957a875cbf776e7022f37decd08d7bea4e9a4c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+1.82.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c82a9e14e8d20555e18bed9daadd9f9deb46da2a59fb22c786d72d34acc029e8 [INFO] running `Command { std: "docker" "start" "-a" "c82a9e14e8d20555e18bed9daadd9f9deb46da2a59fb22c786d72d34acc029e8", kill_on_drop: false }` [INFO] [stderr] Compiling leetcode v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/utils/linked_list.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 9 | impl ListNode { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 10 | #[inline] [INFO] [stdout] 11 | pub fn new(val: i32) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `to_list` is never used [INFO] [stdout] --> src/utils/linked_list.rs:17:8 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn to_list(vec: Vec) -> Link { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/utils/tree.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 11 | impl TreeNode { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 12 | #[inline] [INFO] [stdout] 13 | pub fn new(val: i32) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `to_tree` is never used [INFO] [stdout] --> src/utils/tree.rs:22:8 [INFO] [stdout] | [INFO] [stdout] 22 | pub fn to_tree(vec: Vec>) -> Option>> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `array_to_hashset` is never used [INFO] [stdout] --> src/utils/set.rs:28:8 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn array_to_hashset(arr: impl IntoIterator>) -> HashSet src/./二分查找_704.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 11 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 12 | pub fn search(nums: Vec, target: i32) -> i32 { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `sorted_squares` is never used [INFO] [stdout] --> src/./有序数组的平方_977.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 11 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 12 | pub fn sorted_squares(nums: Vec) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `remove_element` is never used [INFO] [stdout] --> src/./移除元素_27.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 11 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 12 | pub fn remove_element(nums: &mut Vec, val: i32) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `min_sub_array_len` is never used [INFO] [stdout] --> src/./长度最小的子数组_209.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 12 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 13 | pub fn min_sub_array_len(target: i32, nums: Vec) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `generate_matrix` is never used [INFO] [stdout] --> src/./螺旋矩阵_ii_59.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 11 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 12 | pub fn generate_matrix(n: i32) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `remove_elements` is never used [INFO] [stdout] --> src/./移除链表元素_203.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 29 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 30 | pub fn remove_elements(head: Link, val: i32) -> Link { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `reverse_list` is never used [INFO] [stdout] --> src/./反转链表_206.rs:31:12 [INFO] [stdout] | [INFO] [stdout] 29 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 30 | // 遍历法 [INFO] [stdout] 31 | pub fn reverse_list(head: Option>) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `swap_pairs` is never used [INFO] [stdout] --> src/./两两交换链表中的节点_24.rs:30:12 [INFO] [stdout] | [INFO] [stdout] 29 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 30 | pub fn swap_pairs(head: Option>) -> Option> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `remove_nth_from_end` is never used [INFO] [stdout] --> src/./删除链表的倒数第_n_个结点_19.rs:29:12 [INFO] [stdout] | [INFO] [stdout] 28 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 29 | pub fn remove_nth_from_end(head: Option>, n: i32) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `is_anagram` is never used [INFO] [stdout] --> src/./有效的字母异位词_242.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 12 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 13 | pub fn is_anagram(s: String, t: String) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `intersection` is never used [INFO] [stdout] --> src/./两个数组的交集_349.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 11 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 12 | pub fn intersection(nums1: Vec, nums2: Vec) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `is_happy` is never used [INFO] [stdout] --> src/./快乐数_202.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 12 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 13 | pub fn is_happy(n: i32) -> bool { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `two_sum` is never used [INFO] [stdout] --> src/./两数之和_1.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 12 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 13 | pub fn two_sum(nums: Vec, target: i32) -> Vec { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `four_sum_count` is never used [INFO] [stdout] --> src/./四数相加_ii_454.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 12 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 13 | pub fn four_sum_count(nums1: Vec, nums2: Vec, nums3: Vec, nums4: Vec) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `can_construct` is never used [INFO] [stdout] --> src/./赎金信_383.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 11 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 12 | pub fn can_construct(ransom_note: String, magazine: String) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `three_sum` is never used [INFO] [stdout] --> src/./三数之和_15.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 11 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 12 | pub fn three_sum(nums: Vec) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `four_sum` is never used [INFO] [stdout] --> src/./四数之和_18.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 11 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 12 | pub fn four_sum(nums: Vec, target: i32) -> Vec> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `reverse`, `remove_extra_spaces`, and `reverse_words` are never used [INFO] [stdout] --> src/./反转字符串中的单词_151.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 11 | impl Solution { [INFO] [stdout] | ------------- associated functions in this implementation [INFO] [stdout] 12 | pub fn reverse(s: &mut Vec, mut begin: usize, mut end: usize){ [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 21 | pub fn remove_extra_spaces(s: &mut Vec) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 42 | pub fn reverse_words(s: String) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `get_next` and `str_str` are never used [INFO] [stdout] --> src/./找出字符串中第一个匹配项的下标_28.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 11 | impl Solution { [INFO] [stdout] | ------------- associated functions in this implementation [INFO] [stdout] 12 | pub fn get_next(needle: &Vec) -> Vec { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 33 | pub fn str_str(haystack: String, needle: String) -> i32 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `traversal` and `preorder_traversal` are never used [INFO] [stdout] --> src/./二叉树的前序遍历_144.rs:33:12 [INFO] [stdout] | [INFO] [stdout] 32 | impl Solution { [INFO] [stdout] | ------------- associated functions in this implementation [INFO] [stdout] 33 | pub fn traversal(node: Option>>, result:&mut Vec ) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 41 | pub fn preorder_traversal(root: Option>>) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `postorder_traversal` is never used [INFO] [stdout] --> src/./二叉树的后序遍历_145.rs:34:12 [INFO] [stdout] | [INFO] [stdout] 33 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 34 | pub fn postorder_traversal(root: Option>>) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `level_order` is never used [INFO] [stdout] --> src/./二叉树的层序遍历_102.rs:36:12 [INFO] [stdout] | [INFO] [stdout] 35 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 36 | pub fn level_order(root: Option>>) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `traversal` and `invert_tree` are never used [INFO] [stdout] --> src/./翻转二叉树_226.rs:34:12 [INFO] [stdout] | [INFO] [stdout] 32 | impl Solution { [INFO] [stdout] | ------------- associated functions in this implementation [INFO] [stdout] 33 | // 后续遍历: 左右中 [INFO] [stdout] 34 | pub fn traversal(node: Option>>) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 54 | pub fn invert_tree(root: Option>>) -> Option>> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `traversal_cmp` and `is_symmetric` are never used [INFO] [stdout] --> src/./对称二叉树_101.rs:36:12 [INFO] [stdout] | [INFO] [stdout] 33 | impl Solution { [INFO] [stdout] | ------------- associated functions in this implementation [INFO] [stdout] ... [INFO] [stdout] 36 | pub fn traversal_cmp(tree1: Option>>, tree2: Option>>) -> bool{ [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 48 | pub fn is_symmetric(root: Option>>) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `count_nodes` is never used [INFO] [stdout] --> src/./完全二叉树的节点个数_222.rs:35:12 [INFO] [stdout] | [INFO] [stdout] 33 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 34 | [INFO] [stdout] 35 | pub fn count_nodes(root: Option>>) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `has_path_sum` is never used [INFO] [stdout] --> src/./路径总和_112.rs:35:12 [INFO] [stdout] | [INFO] [stdout] 33 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 34 | [INFO] [stdout] 35 | pub fn has_path_sum(root: Option>>, target_sum: i32) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `build_tree` is never used [INFO] [stdout] --> src/./从中序与后序遍历序列构造二叉树_106.rs:34:12 [INFO] [stdout] | [INFO] [stdout] 33 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 34 | pub fn build_tree(inorder: Vec, postorder: Vec) -> Option>> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `build_tree` is never used [INFO] [stdout] --> src/./从前序与中序遍历序列构造二叉树_105.rs:34:12 [INFO] [stdout] | [INFO] [stdout] 33 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 34 | pub fn build_tree(preorder: Vec, inorder: Vec) -> Option>> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `merge_trees` is never used [INFO] [stdout] --> src/./合并二叉树_617.rs:33:12 [INFO] [stdout] | [INFO] [stdout] 32 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 33 | pub fn merge_trees(root1: Option>>, root2: Option>>) -> Option>> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `is_valid_bst` is never used [INFO] [stdout] --> src/./验证二叉搜索树_98.rs:35:12 [INFO] [stdout] | [INFO] [stdout] 33 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 34 | [INFO] [stdout] 35 | pub fn is_valid_bst(root: Option>>) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `lowest_common_ancestor` is never used [INFO] [stdout] --> src/./二叉树的最近公共祖先_236.rs:33:12 [INFO] [stdout] | [INFO] [stdout] 32 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 33 | pub fn lowest_common_ancestor(root: Option>>, p: Option>>, q: Option>>... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `delete_node` is never used [INFO] [stdout] --> src/./删除二叉搜索树中的节点_450.rs:36:12 [INFO] [stdout] | [INFO] [stdout] 33 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] ... [INFO] [stdout] 36 | pub fn delete_node(root: Option>>, key: i32) -> Option>> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `trim_bst` is never used [INFO] [stdout] --> src/./修剪二叉搜索树_669.rs:34:12 [INFO] [stdout] | [INFO] [stdout] 33 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 34 | pub fn trim_bst(root: Option>>, low: i32, high: i32) -> Option>> { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `backtracking` and `combine` are never used [INFO] [stdout] --> src/./组合_77.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 12 | impl Solution { [INFO] [stdout] | ------------- associated functions in this implementation [INFO] [stdout] 13 | // 回溯算法 [INFO] [stdout] 14 | pub fn backtracking(result: &mut Vec>, path: &mut Vec, n:i32, k: i32, start_idx: i32) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 36 | pub fn combine(n: i32, k: i32) -> Vec> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `backtracking` and `combination_sum3` are never used [INFO] [stdout] --> src/./组合总和_iii_216.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 12 | impl Solution { [INFO] [stdout] | ------------- associated functions in this implementation [INFO] [stdout] 13 | pub fn backtracking(result: &mut Vec>, path: &mut Vec, target_sum: i32, k: i32, start_index: i32) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 45 | pub fn combination_sum3(k: i32, n: i32) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `backtracking` and `letter_combinations` are never used [INFO] [stdout] --> src/./电话号码的字母组合_17.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 11 | impl Solution { [INFO] [stdout] | ------------- associated functions in this implementation [INFO] [stdout] 12 | [INFO] [stdout] 13 | pub fn backtracking(result: &mut Vec, path: &mut Vec, digits: &String,letter_map: &Vec<&str>, cur_index: i32) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 48 | pub fn letter_combinations(digits: String) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated functions `is_sym`, `backtracking`, and `partition` are never used [INFO] [stdout] --> src/./分割回文串_131.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 11 | impl Solution { [INFO] [stdout] | ------------- associated functions in this implementation [INFO] [stdout] ... [INFO] [stdout] 14 | pub fn is_sym(s: &Vec, start: usize, end: usize) -> bool { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 29 | pub fn backtracking(result: &mut Vec>, path: &mut Vec, origin_str: &Vec, start_idx: usize) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 55 | pub fn partition(s: String) -> Vec> { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `can_jump` is never used [INFO] [stdout] --> src/./跳跃游戏_55.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 12 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 13 | pub fn can_jump(nums: Vec) -> bool { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `fib` is never used [INFO] [stdout] --> src/./斐波那契数_509.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 11 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 12 | pub fn fib(n: i32) -> i32 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `climb_stairs` is never used [INFO] [stdout] --> src/./爬楼梯_70.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 11 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 12 | pub fn climb_stairs(n: i32) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `min_cost_climbing_stairs` is never used [INFO] [stdout] --> src/./使用最小花费爬楼梯_746.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 12 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 13 | pub fn min_cost_climbing_stairs(cost: Vec) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `unique_paths` is never used [INFO] [stdout] --> src/./不同路径_62.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 11 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 12 | pub fn unique_paths(m: i32, n: i32) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `integer_break` is never used [INFO] [stdout] --> src/./整数拆分_343.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 12 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 13 | pub fn integer_break(n: i32) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `can_partition` is never used [INFO] [stdout] --> src/./分割等和子集_416.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 11 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 12 | pub fn can_partition(nums: Vec) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `rob` is never used [INFO] [stdout] --> src/./打家劫舍_198.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 12 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 13 | pub fn rob(nums: Vec) -> i32 { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `daily_temperatures` is never used [INFO] [stdout] --> src/./每日温度_739.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 11 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 12 | pub fn daily_temperatures(temperatures: Vec) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `next_greater_element` is never used [INFO] [stdout] --> src/./下一个更大元素_i_496.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 12 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 13 | pub fn next_greater_element(nums1: Vec, nums2: Vec) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `next_greater_elements` is never used [INFO] [stdout] --> src/./下一个更大元素_ii_503.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 12 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 13 | pub fn next_greater_elements(nums: Vec) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `trap` is never used [INFO] [stdout] --> src/./接雨水_42.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 12 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 13 | pub fn trap(height: Vec) -> i32 { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `largest_rectangle_area` is never used [INFO] [stdout] --> src/./柱状图中最大的矩形_84.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 12 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 13 | pub fn largest_rectangle_area(heights: Vec) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `length_of_lis` is never used [INFO] [stdout] --> src/./最长递增子序列_300.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 11 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 12 | pub fn length_of_lis(nums: Vec) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `find_length_of_lcis` is never used [INFO] [stdout] --> src/./最长连续递增序列_674.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 11 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 12 | pub fn find_length_of_lcis(nums: Vec) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `find_length` is never used [INFO] [stdout] --> src/./最长重复子数组_718.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 11 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 12 | pub fn find_length(nums1: Vec, nums2: Vec) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `longest_common_subsequence` is never used [INFO] [stdout] --> src/./最长公共子序列_1143.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 11 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 12 | pub fn longest_common_subsequence(text1: String, text2: String) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `max_sub_array` is never used [INFO] [stdout] --> src/./最大子数组和_53.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 11 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 12 | pub fn max_sub_array(nums: Vec) -> i32 { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `is_subsequence` is never used [INFO] [stdout] --> src/./判断子序列_392.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 11 | impl Solution { [INFO] [stdout] | ------------- associated function in this implementation [INFO] [stdout] 12 | pub fn is_subsequence(s: String, t: String) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 61 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.29s [INFO] running `Command { std: "docker" "inspect" "c82a9e14e8d20555e18bed9daadd9f9deb46da2a59fb22c786d72d34acc029e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c82a9e14e8d20555e18bed9daadd9f9deb46da2a59fb22c786d72d34acc029e8", kill_on_drop: false }` [INFO] [stdout] c82a9e14e8d20555e18bed9daadd9f9deb46da2a59fb22c786d72d34acc029e8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+1.82.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6c958c39fcdbddf7b026e458e59b19f817b50ab337bcaa0cab42b048d6822faa [INFO] running `Command { std: "docker" "start" "-a" "6c958c39fcdbddf7b026e458e59b19f817b50ab337bcaa0cab42b048d6822faa", kill_on_drop: false }` [INFO] [stderr] Compiling leetcode v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.94s [INFO] running `Command { std: "docker" "inspect" "6c958c39fcdbddf7b026e458e59b19f817b50ab337bcaa0cab42b048d6822faa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c958c39fcdbddf7b026e458e59b19f817b50ab337bcaa0cab42b048d6822faa", kill_on_drop: false }` [INFO] [stdout] 6c958c39fcdbddf7b026e458e59b19f817b50ab337bcaa0cab42b048d6822faa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+1.82.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f4dfccb548d5e15682bdcc330deb3f2b07b7af6227e29aa2e98d757c4d780167 [INFO] running `Command { std: "docker" "start" "-a" "f4dfccb548d5e15682bdcc330deb3f2b07b7af6227e29aa2e98d757c4d780167", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.00s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/leetcode-71acf846b9e7de41) [INFO] [stdout] [INFO] [stdout] running 157 tests [INFO] [stdout] test tests::三数之和_15_test::三数之和_15_1 ... ok [INFO] [stdout] test tests::三数之和_15_test::三数之和_15_2 ... ok [INFO] [stdout] test tests::三数之和_15_test::三数之和_15_3 ... ok [INFO] [stdout] test tests::三数之和_15_test::三数之和_15_4 ... ok [INFO] [stdout] test tests::下一个更大元素_i_496_test::下一个更大元素_i_496_1 ... ok [INFO] [stdout] test tests::下一个更大元素_i_496_test::下一个更大元素_i_496_2 ... ok [INFO] [stdout] test tests::下一个更大元素_i_496_test::下一个更大元素_i_496_3 ... ok [INFO] [stdout] test tests::下一个更大元素_ii_503_test::下一个更大元素_ii_503_1 ... ok [INFO] [stdout] test tests::下一个更大元素_ii_503_test::下一个更大元素_ii_503_2 ... ok [INFO] [stdout] test tests::下一个更大元素_ii_503_test::下一个更大元素_ii_503_3 ... ok [INFO] [stdout] test tests::下一个更大元素_ii_503_test::下一个更大元素_ii_503_4 ... ok [INFO] [stdout] test tests::下一个更大元素_ii_503_test::下一个更大元素_ii_503_5 ... ok [INFO] [stdout] test tests::不同路径_62_test::不同路径_62_1 ... ok [INFO] [stdout] test tests::不同路径_62_test::不同路径_62_2 ... ok [INFO] [stdout] test tests::不同路径_62_test::不同路径_62_3 ... ok [INFO] [stdout] test tests::不同路径_62_test::不同路径_62_4 ... ok [INFO] [stdout] test tests::两两交换链表中的节点_24_test::两两交换链表中的节点_24_1 ... ok [INFO] [stdout] test tests::两两交换链表中的节点_24_test::两两交换链表中的节点_24_2 ... ok [INFO] [stdout] test tests::两两交换链表中的节点_24_test::两两交换链表中的节点_24_4 ... ok [INFO] [stdout] test tests::两两交换链表中的节点_24_test::两两交换链表中的节点_24_3 ... ok [INFO] [stdout] test tests::两个数组的交集_349_test::两个数组的交集_349_1 ... ok [INFO] [stdout] test tests::两个数组的交集_349_test::两个数组的交集_349_2 ... ok [INFO] [stdout] test tests::两数之和_1_test::两数之和_1_2 ... ok [INFO] [stdout] test tests::两数之和_1_test::两数之和_1_1 ... ok [INFO] [stdout] test tests::二分查找_704_test::二分查找_2 ... ok [INFO] [stdout] test tests::两数之和_1_test::两数之和_1_3 ... ok [INFO] [stdout] test tests::二叉树的前序遍历_144_test::二叉树的前序遍历_144_3 ... ok [INFO] [stdout] test tests::二叉树的前序遍历_144_test::二叉树的前序遍历_144_1 ... ok [INFO] [stdout] test tests::二分查找_704_test::二分查找_1 ... ok [INFO] [stdout] test tests::二叉树的后序遍历_145_test::二叉树的后序遍历_145_2 ... ok [INFO] [stdout] test tests::二叉树的层序遍历_102_test::二叉树的层序遍历_102_2 ... ok [INFO] [stdout] test tests::二叉树的最近公共祖先_236_test::二叉树的最近公共祖先_236_2 ... ok [INFO] [stdout] test tests::从中序与后序遍历序列构造二叉树_106_test::从中序与后序遍历序列构造二叉树_106_1 ... ok [INFO] [stdout] test tests::二叉树的前序遍历_144_test::二叉树的前序遍历_144_2 ... ok [INFO] [stdout] test tests::从中序与后序遍历序列构造二叉树_106_test::从中序与后序遍历序列构造二叉树_106_2 ... ok [INFO] [stdout] test tests::使用最小花费爬楼梯_746_test::使用最小花费爬楼梯_746_1 ... ok [INFO] [stdout] test tests::二叉树的前序遍历_144_test::二叉树的前序遍历_144_4 ... ok [INFO] [stdout] test tests::二叉树的后序遍历_145_test::二叉树的后序遍历_145_1 ... ok [INFO] [stdout] test tests::修剪二叉搜索树_669_test::修剪二叉搜索树_669_1 ... ok [INFO] [stdout] test tests::使用最小花费爬楼梯_746_test::使用最小花费爬楼梯_746_2 ... ok [INFO] [stdout] test tests::二叉树的层序遍历_102_test::二叉树的层序遍历_102_1 ... ok [INFO] [stdout] test tests::二叉树的层序遍历_102_test::二叉树的层序遍历_102_3 ... ok [INFO] [stdout] test tests::二叉树的后序遍历_145_test::二叉树的后序遍历_145_3 ... ok [INFO] [stdout] test tests::二叉树的最近公共祖先_236_test::二叉树的最近公共祖先_236_1 ... ok [INFO] [stdout] test tests::修剪二叉搜索树_669_test::修剪二叉搜索树_669_3 ... ok [INFO] [stdout] test tests::二叉树的最近公共祖先_236_test::二叉树的最近公共祖先_236_3 ... ok [INFO] [stdout] test tests::修剪二叉搜索树_669_test::修剪二叉搜索树_669_4 ... ok [INFO] [stdout] test tests::分割回文串_131_test::分割回文串_131_2 ... ok [INFO] [stdout] test tests::分割回文串_131_test::分割回文串_131_1 ... ok [INFO] [stdout] test tests::分割等和子集_416_test::分割等和子集_416_1 ... ok [INFO] [stdout] test tests::分割等和子集_416_test::分割等和子集_416_2 ... ok [INFO] [stdout] test tests::从前序与中序遍历序列构造二叉树_105_test::从前序与中序遍历序列构造二叉树_105_2 ... ok [INFO] [stdout] test tests::从前序与中序遍历序列构造二叉树_105_test::从前序与中序遍历序列构造二叉树_105_1 ... ok [INFO] [stdout] test tests::删除二叉搜索树中的节点_450_test::删除二叉搜索树中的节点_450_2 ... ok [INFO] [stdout] test tests::删除二叉搜索树中的节点_450_test::删除二叉搜索树中的节点_450_1 ... ok [INFO] [stdout] test tests::删除二叉搜索树中的节点_450_test::删除二叉搜索树中的节点_450_3 ... ok [INFO] [stdout] test tests::修剪二叉搜索树_669_test::修剪二叉搜索树_669_2 ... ok [INFO] [stdout] test tests::删除链表的倒数第_n_个结点_19_test::删除链表的倒数第_n_个结点_19_1 ... ok [INFO] [stdout] test tests::删除链表的倒数第_n_个结点_19_test::删除链表的倒数第_n_个结点_19_2 ... ok [INFO] [stdout] test tests::删除链表的倒数第_n_个结点_19_test::删除链表的倒数第_n_个结点_19_3 ... ok [INFO] [stdout] test tests::反转字符串中的单词_151_test::反转字符串中的单词_151_1 ... ok [INFO] [stdout] test tests::判断子序列_392_test::判断子序列_392_1 ... ok [INFO] [stdout] test tests::判断子序列_392_test::判断子序列_392_2 ... ok [INFO] [stdout] test tests::反转字符串中的单词_151_test::反转字符串中的单词_151_2 ... ok [INFO] [stdout] test tests::反转链表_206_test::反转链表_206_2 ... ok [INFO] [stdout] test tests::判断子序列_392_test::判断子序列_392_3 ... ok [INFO] [stdout] test tests::反转字符串中的单词_151_test::反转字符串中的单词_151_3 ... ok [INFO] [stdout] test tests::合并二叉树_617_test::合并二叉树_617_1 ... ok [INFO] [stdout] test tests::合并二叉树_617_test::合并二叉树_617_2 ... ok [INFO] [stdout] test tests::四数之和_18_test::四数之和_18_1 ... ok [INFO] [stdout] test tests::四数之和_18_test::四数之和_18_2 ... ok [INFO] [stdout] test tests::四数之和_18_test::四数之和_18_4 ... ok [INFO] [stdout] test tests::反转链表_206_test::反转链表_206_1 ... ok [INFO] [stdout] test tests::四数相加_ii_454_test::四数相加_ii_454_1 ... ok [INFO] [stdout] test tests::完全二叉树的节点个数_222_test::完全二叉树的节点个数_222_1 ... ok [INFO] [stdout] test tests::完全二叉树的节点个数_222_test::完全二叉树的节点个数_222_2 ... ok [INFO] [stdout] test tests::四数相加_ii_454_test::四数相加_ii_454_2 ... ok [INFO] [stdout] test tests::完全二叉树的节点个数_222_test::完全二叉树的节点个数_222_3 ... ok [INFO] [stdout] test tests::四数之和_18_test::四数之和_18_3 ... ok [INFO] [stdout] test tests::对称二叉树_101_test::对称二叉树_101_1 ... ok [INFO] [stdout] test tests::快乐数_202_test::快乐数_202_1 ... ok [INFO] [stdout] test tests::对称二叉树_101_test::对称二叉树_101_2 ... ok [INFO] [stdout] test tests::快乐数_202_test::快乐数_202_2 ... ok [INFO] [stdout] test tests::打家劫舍_198_test::打家劫舍_198_1 ... ok [INFO] [stdout] test tests::打家劫舍_198_test::打家劫舍_198_2 ... ok [INFO] [stdout] test tests::找出字符串中第一个匹配项的下标_28_test::找出字符串中第一个匹配项的下标_28_1 ... ok [INFO] [stdout] test tests::找出字符串中第一个匹配项的下标_28_test::找出字符串中第一个匹配项的下标_28_2 ... ok [INFO] [stdout] test tests::找出字符串中第一个匹配项的下标_28_test::找出字符串中第一个匹配项的下标_28_3 ... ok [INFO] [stdout] test tests::找出字符串中第一个匹配项的下标_28_test::找出字符串中第一个匹配项的下标_28_4 ... ok [INFO] [stdout] test tests::接雨水_42_test::接雨水_42_1 ... ok [INFO] [stdout] test tests::接雨水_42_test::接雨水_42_2 ... ok [INFO] [stdout] test tests::整数拆分_343_test::整数拆分_343_2 ... ok [INFO] [stdout] test tests::整数拆分_343_test::整数拆分_343_1 ... ok [INFO] [stdout] test tests::斐波那契数_509_test::斐波那契数_509_2 ... ok [INFO] [stdout] test tests::斐波那契数_509_test::斐波那契数_509_1 ... ok [INFO] [stdout] test tests::最大子数组和_53_test::最大子数组和_53_1 ... ok [INFO] [stdout] test tests::斐波那契数_509_test::斐波那契数_509_3 ... ok [INFO] [stdout] test tests::最大子数组和_53_test::最大子数组和_53_2 ... ok [INFO] [stdout] test tests::最长公共子序列_1143_test::最长公共子序列_1143_2 ... ok [INFO] [stdout] test tests::最长公共子序列_1143_test::最长公共子序列_1143_3 ... ok [INFO] [stdout] test tests::最长公共子序列_1143_test::最长公共子序列_1143_1 ... ok [INFO] [stdout] test tests::最长连续递增序列_674_test::最长连续递增序列_674_2 ... ok [INFO] [stdout] test tests::最长递增子序列_300_test::最长递增子序列_300_1 ... ok [INFO] [stdout] test tests::最长递增子序列_300_test::最长递增子序列_300_3 ... ok [INFO] [stdout] test tests::最长递增子序列_300_test::最长递增子序列_300_2 ... ok [INFO] [stdout] test tests::最长递增子序列_300_test::最长递增子序列_300_4 ... ok [INFO] [stdout] test tests::最长递增子序列_300_test::最长递增子序列_300_5 ... ok [INFO] [stdout] test tests::最长连续递增序列_674_test::最长连续递增序列_674_1 ... ok [INFO] [stdout] test tests::最长重复子数组_718_test::最长重复子数组_718_1 ... ok [INFO] [stdout] test tests::最长重复子数组_718_test::最长重复子数组_718_2 ... ok [INFO] [stdout] test tests::有效的字母异位词_242_test::有效的字母异位词_242_1 ... ok [INFO] [stdout] test tests::有效的字母异位词_242_test::有效的字母异位词_242_2 ... ok [INFO] [stdout] test tests::柱状图中最大的矩形_84_test::柱状图中最大的矩形_84_1 ... ok [INFO] [stdout] test tests::每日温度_739_test::每日温度_739_2 ... ok [INFO] [stdout] test tests::每日温度_739_test::每日温度_739_3 ... ok [INFO] [stdout] test tests::柱状图中最大的矩形_84_test::柱状图中最大的矩形_84_2 ... ok [INFO] [stdout] test tests::爬楼梯_70_test::爬楼梯_70_1 ... ok [INFO] [stdout] test tests::爬楼梯_70_test::爬楼梯_70_2 ... ok [INFO] [stdout] test tests::电话号码的字母组合_17_test::电话号码的字母组合_17_1 ... ok [INFO] [stdout] test tests::每日温度_739_test::每日温度_739_1 ... ok [INFO] [stdout] test tests::电话号码的字母组合_17_test::电话号码的字母组合_17_2 ... ok [INFO] [stdout] test tests::电话号码的字母组合_17_test::电话号码的字母组合_17_3 ... ok [INFO] [stdout] test tests::移除元素_27_test::移除元素_1 ... ok [INFO] [stdout] test tests::移除链表元素_203_test::移除链表元素_203_2 ... ok [INFO] [stdout] test tests::移除链表元素_203_test::移除链表元素_203_1 ... ok [INFO] [stdout] test tests::组合_77_test::组合_77_1 ... ok [INFO] [stdout] test tests::移除链表元素_203_test::移除链表元素_203_3 ... ok [INFO] [stdout] test tests::移除元素_27_test::移除元素_2 ... ok [INFO] [stdout] test tests::组合_77_test::组合_77_2 ... ok [INFO] [stdout] test tests::组合总和_iii_216_test::组合总和_iii_216_3 ... ok [INFO] [stdout] test tests::组合总和_iii_216_test::组合总和_iii_216_4 ... ok [INFO] [stdout] test tests::翻转二叉树_226_test::翻转二叉树_226_1 ... ok [INFO] [stdout] test tests::翻转二叉树_226_test::翻转二叉树_226_2 ... ok [INFO] [stdout] test tests::螺旋矩阵_ii_59_test::螺旋矩阵_ii_59_2 ... ok [INFO] [stdout] test tests::螺旋矩阵_ii_59_test::螺旋矩阵_ii_59_1 ... ok [INFO] [stdout] test tests::赎金信_383_test::赎金信_383_1 ... ok [INFO] [stdout] test tests::组合总和_iii_216_test::组合总和_iii_216_2 ... ok [INFO] [stdout] test tests::赎金信_383_test::赎金信_383_2 ... ok [INFO] [stdout] test tests::组合总和_iii_216_test::组合总和_iii_216_1 ... ok [INFO] [stdout] test tests::赎金信_383_test::赎金信_383_3 ... ok [INFO] [stdout] test tests::路径总和_112_test::路径总和_112_1 ... ok [INFO] [stdout] test tests::路径总和_112_test::路径总和_112_2 ... ok [INFO] [stdout] test tests::路径总和_112_test::路径总和_112_3 ... ok [INFO] [stdout] test tests::跳跃游戏_55_test::跳跃游戏_55_1 ... ok [INFO] [stdout] test tests::跳跃游戏_55_test::跳跃游戏_55_2 ... ok [INFO] [stdout] test tests::跳跃游戏_55_test::跳跃游戏_55_3 ... ok [INFO] [stdout] test tests::跳跃游戏_55_test::跳跃游戏_55_4 ... ok [INFO] [stdout] test tests::长度最小的子数组_209_test::长度最小的子数组_209_1 ... ok [INFO] [stdout] test tests::长度最小的子数组_209_test::长度最小的子数组_209_2 ... ok [INFO] [stdout] test tests::长度最小的子数组_209_test::长度最小的子数组_209_3 ... ok [INFO] [stdout] test tests::验证二叉搜索树_98_test::验证二叉搜索树_98_1 ... ok [INFO] [stdout] test tests::验证二叉搜索树_98_test::验证二叉搜索树_98_4 ... ok [INFO] [stdout] test tests::验证二叉搜索树_98_test::验证二叉搜索树_98_3 ... ok [INFO] [stdout] test tests::验证二叉搜索树_98_test::验证二叉搜索树_98_5 ... ok [INFO] [stdout] test tests::验证二叉搜索树_98_test::验证二叉搜索树_98_2 ... ok [INFO] [stdout] test tests::有序数组的平方_977_test::有序数组的平方_977_2 ... FAILED [INFO] [stdout] test tests::有序数组的平方_977_test::有序数组的平方_977_1 ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- tests::有序数组的平方_977_test::有序数组的平方_977_2 stdout ---- [INFO] [stdout] thread 'tests::有序数组的平方_977_test::有序数组的平方_977_2' panicked at src/./有序数组的平方_977.rs:27:13: [INFO] [stdout] attempt to subtract with overflow [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6002b0ca9bea - std::backtrace_rs::backtrace::libunwind::trace::h99efb0985cae5d78 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x6002b0ca9bea - std::backtrace_rs::backtrace::trace_unsynchronized::he2c1aa63b3f7fad8 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x6002b0ca9bea - std::sys::backtrace::_print_fmt::h8a221d40f5e0f88b [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x6002b0ca9bea - ::fmt::h304520fd6a30aa07 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x6002b0ccfa1b - core::fmt::rt::Argument::fmt::h5da9c218ec984eaf [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x6002b0ccfa1b - core::fmt::write::hf5713710ce10ff22 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/fmt/mod.rs:1178:21 [INFO] [stdout] 6: 0x6002b0ca6e13 - std::io::Write::write_fmt::h786683024e26df0d [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/io/mod.rs:1823:15 [INFO] [stdout] 7: 0x6002b0cab3f2 - std::sys::backtrace::BacktraceLock::print::hbcdbec4d97c91528 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x6002b0cab3f2 - std::panicking::default_hook::{{closure}}::he1ad87607d0c11c5 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/panicking.rs:266:22 [INFO] [stdout] 9: 0x6002b0caaf33 - std::panicking::default_hook::h81c8cd2e7c59ee33 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/panicking.rs:290:9 [INFO] [stdout] 10: 0x6002b0c76e09 - as core::ops::function::Fn>::call::h6ef31d9fe3b4da7d [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/alloc/src/boxed.rs:2245:9 [INFO] [stdout] 11: 0x6002b0c76e09 - test::test_main::{{closure}}::h97736fed204a235d [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/test/src/lib.rs:132:21 [INFO] [stdout] 12: 0x6002b0cabcb2 - as core::ops::function::Fn>::call::h375ef7f99b271d16 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/alloc/src/boxed.rs:2245:9 [INFO] [stdout] 13: 0x6002b0cabcb2 - std::panicking::rust_panic_with_hook::had2118629c312a4a [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/panicking.rs:805:13 [INFO] [stdout] 14: 0x6002b0cab933 - std::panicking::begin_panic_handler::{{closure}}::h7fa5985d111bafa2 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/panicking.rs:664:13 [INFO] [stdout] 15: 0x6002b0caa0c9 - std::sys::backtrace::__rust_end_short_backtrace::h704d151dbefa09c5 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/sys/backtrace.rs:170:18 [INFO] [stdout] 16: 0x6002b0cab5f4 - rust_begin_unwind [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/panicking.rs:662:5 [INFO] [stdout] 17: 0x6002b0bc6bc3 - core::panicking::panic_fmt::h3eea515d05f7a35e [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/panicking.rs:74:14 [INFO] [stdout] 18: 0x6002b0bc7427 - core::panicking::panic_const::panic_const_sub_overflow::hc19f6e78060f2931 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/panicking.rs:181:21 [INFO] [stdout] 19: 0x6002b0c1125b - leetcode::有序数组的平方_977::Solution::sorted_squares::hfa9e5ed63897bf39 [INFO] [stdout] at /opt/rustwide/workdir/src/./有序数组的平方_977.rs:27:13 [INFO] [stdout] 20: 0x6002b0c034fc - leetcode::tests::有序数组的平方_977_test::test_target::h382b752f76f3c565 [INFO] [stdout] at /opt/rustwide/workdir/src/./tests/有序数组的平方_977_test.rs:5:9 [INFO] [stdout] 21: 0x6002b0c072c3 - leetcode::tests::有序数组的平方_977_test::有序数组的平方_977_2::hd6325d554a98d7a4 [INFO] [stdout] at /opt/rustwide/workdir/src/./tests/有序数组的平方_977_test.rs:17:5 [INFO] [stdout] 22: 0x6002b0c07187 - leetcode::tests::有序数组的平方_977_test::有序数组的平方_977_2::{{closure}}::h82e944ec9361225f [INFO] [stdout] at /opt/rustwide/workdir/src/./tests/有序数组的平方_977_test.rs:16:33 [INFO] [stdout] 23: 0x6002b0c30fc6 - core::ops::function::FnOnce::call_once::h04d1d83f538c6097 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x6002b0c7b70b - core::ops::function::FnOnce::call_once::h8cb4701a559728b6 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x6002b0c7b70b - test::__rust_begin_short_backtrace::hbd02dbd41797127f [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/test/src/lib.rs:620:18 [INFO] [stdout] 26: 0x6002b0c7aff8 - test::run_test_in_process::{{closure}}::h9b9c40b959cf4b0a [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/test/src/lib.rs:643:60 [INFO] [stdout] 27: 0x6002b0c7aff8 - as core::ops::function::FnOnce<()>>::call_once::h80ca0f237bf0daa4 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 28: 0x6002b0c7aff8 - std::panicking::try::do_call::h74ee75d3e2d7ba36 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/panicking.rs:554:40 [INFO] [stdout] 29: 0x6002b0c7aff8 - std::panicking::try::h2ae7db1dc2a281fc [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/panicking.rs:518:19 [INFO] [stdout] 30: 0x6002b0c7aff8 - std::panic::catch_unwind::h25732d5472f1001d [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/panic.rs:345:14 [INFO] [stdout] 31: 0x6002b0c7aff8 - test::run_test_in_process::h1e17135aacb29db6 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/test/src/lib.rs:643:27 [INFO] [stdout] 32: 0x6002b0c7aff8 - test::run_test::{{closure}}::h65f9c94bff1a7861 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/test/src/lib.rs:564:43 [INFO] [stdout] 33: 0x6002b0c403c4 - test::run_test::{{closure}}::ha23ee43b6be2939d [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/test/src/lib.rs:594:41 [INFO] [stdout] 34: 0x6002b0c403c4 - std::sys::backtrace::__rust_begin_short_backtrace::h160ed2f20abbd124 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/sys/backtrace.rs:154:18 [INFO] [stdout] 35: 0x6002b0c43a72 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h076d93a5dd61b367 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/thread/mod.rs:522:17 [INFO] [stdout] 36: 0x6002b0c43a72 - as core::ops::function::FnOnce<()>>::call_once::hb7dffecae4d2a0df [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 37: 0x6002b0c43a72 - std::panicking::try::do_call::h425c243d1cd119a5 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/panicking.rs:554:40 [INFO] [stdout] 38: 0x6002b0c43a72 - std::panicking::try::h5ff57b1fa4d0634d [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/panicking.rs:518:19 [INFO] [stdout] 39: 0x6002b0c43a72 - std::panic::catch_unwind::h69dc0395c7d606c8 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/panic.rs:345:14 [INFO] [stdout] 40: 0x6002b0c43a72 - std::thread::Builder::spawn_unchecked_::{{closure}}::hd987ad26725d6b64 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/thread/mod.rs:521:30 [INFO] [stdout] 41: 0x6002b0c43a72 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h262984108de629b4 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x6002b0cafccb - as core::ops::function::FnOnce>::call_once::hd6eefa32c9acf934 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/alloc/src/boxed.rs:2231:9 [INFO] [stdout] 43: 0x6002b0cafccb - as core::ops::function::FnOnce>::call_once::h6bca3a1f077b8c81 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/alloc/src/boxed.rs:2231:9 [INFO] [stdout] 44: 0x6002b0cafccb - std::sys::pal::unix::thread::Thread::new::thread_start::hcdbd1049068002f4 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/sys/pal/unix/thread.rs:105:17 [INFO] [stdout] 45: 0x759fffdebac3 - [INFO] [stdout] 46: 0x759fffe7ca04 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::有序数组的平方_977_test::有序数组的平方_977_1 stdout ---- [INFO] [stdout] thread 'tests::有序数组的平方_977_test::有序数组的平方_977_1' panicked at src/./有序数组的平方_977.rs:27:13: [INFO] [stdout] attempt to subtract with overflow [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x6002b0ca9bea - std::backtrace_rs::backtrace::libunwind::trace::h99efb0985cae5d78 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stdout] 1: 0x6002b0ca9bea - std::backtrace_rs::backtrace::trace_unsynchronized::he2c1aa63b3f7fad8 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x6002b0ca9bea - std::sys::backtrace::_print_fmt::h8a221d40f5e0f88b [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x6002b0ca9bea - ::fmt::h304520fd6a30aa07 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x6002b0ccfa1b - core::fmt::rt::Argument::fmt::h5da9c218ec984eaf [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/fmt/rt.rs:177:76 [INFO] [stdout] 5: 0x6002b0ccfa1b - core::fmt::write::hf5713710ce10ff22 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/fmt/mod.rs:1178:21 [INFO] [stdout] 6: 0x6002b0ca6e13 - std::io::Write::write_fmt::h786683024e26df0d [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/io/mod.rs:1823:15 [INFO] [stdout] 7: 0x6002b0cab3f2 - std::sys::backtrace::BacktraceLock::print::hbcdbec4d97c91528 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 8: 0x6002b0cab3f2 - std::panicking::default_hook::{{closure}}::he1ad87607d0c11c5 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/panicking.rs:266:22 [INFO] [stdout] 9: 0x6002b0caaf33 - std::panicking::default_hook::h81c8cd2e7c59ee33 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/panicking.rs:290:9 [INFO] [stdout] 10: 0x6002b0c76e09 - as core::ops::function::Fn>::call::h6ef31d9fe3b4da7d [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/alloc/src/boxed.rs:2245:9 [INFO] [stdout] 11: 0x6002b0c76e09 - test::test_main::{{closure}}::h97736fed204a235d [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/test/src/lib.rs:132:21 [INFO] [stdout] 12: 0x6002b0cabcb2 - as core::ops::function::Fn>::call::h375ef7f99b271d16 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/alloc/src/boxed.rs:2245:9 [INFO] [stdout] 13: 0x6002b0cabcb2 - std::panicking::rust_panic_with_hook::had2118629c312a4a [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/panicking.rs:805:13 [INFO] [stdout] 14: 0x6002b0cab933 - std::panicking::begin_panic_handler::{{closure}}::h7fa5985d111bafa2 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/panicking.rs:664:13 [INFO] [stdout] 15: 0x6002b0caa0c9 - std::sys::backtrace::__rust_end_short_backtrace::h704d151dbefa09c5 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/sys/backtrace.rs:170:18 [INFO] [stdout] 16: 0x6002b0cab5f4 - rust_begin_unwind [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/panicking.rs:662:5 [INFO] [stdout] 17: 0x6002b0bc6bc3 - core::panicking::panic_fmt::h3eea515d05f7a35e [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/panicking.rs:74:14 [INFO] [stdout] 18: 0x6002b0bc7427 - core::panicking::panic_const::panic_const_sub_overflow::hc19f6e78060f2931 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/panicking.rs:181:21 [INFO] [stdout] 19: 0x6002b0c1125b - leetcode::有序数组的平方_977::Solution::sorted_squares::hfa9e5ed63897bf39 [INFO] [stdout] at /opt/rustwide/workdir/src/./有序数组的平方_977.rs:27:13 [INFO] [stdout] 20: 0x6002b0c034fc - leetcode::tests::有序数组的平方_977_test::test_target::h382b752f76f3c565 [INFO] [stdout] at /opt/rustwide/workdir/src/./tests/有序数组的平方_977_test.rs:5:9 [INFO] [stdout] 21: 0x6002b0c07143 - leetcode::tests::有序数组的平方_977_test::有序数组的平方_977_1::h9244aa08b6f02464 [INFO] [stdout] at /opt/rustwide/workdir/src/./tests/有序数组的平方_977_test.rs:12:5 [INFO] [stdout] 22: 0x6002b0c07007 - leetcode::tests::有序数组的平方_977_test::有序数组的平方_977_1::{{closure}}::h83df5ef7a8e6a930 [INFO] [stdout] at /opt/rustwide/workdir/src/./tests/有序数组的平方_977_test.rs:11:33 [INFO] [stdout] 23: 0x6002b0c319d6 - core::ops::function::FnOnce::call_once::h4061c966dfdbd150 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x6002b0c7b70b - core::ops::function::FnOnce::call_once::h8cb4701a559728b6 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x6002b0c7b70b - test::__rust_begin_short_backtrace::hbd02dbd41797127f [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/test/src/lib.rs:620:18 [INFO] [stdout] 26: 0x6002b0c7aff8 - test::run_test_in_process::{{closure}}::h9b9c40b959cf4b0a [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/test/src/lib.rs:643:60 [INFO] [stdout] 27: 0x6002b0c7aff8 - as core::ops::function::FnOnce<()>>::call_once::h80ca0f237bf0daa4 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 28: 0x6002b0c7aff8 - std::panicking::try::do_call::h74ee75d3e2d7ba36 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/panicking.rs:554:40 [INFO] [stdout] 29: 0x6002b0c7aff8 - std::panicking::try::h2ae7db1dc2a281fc [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/panicking.rs:518:19 [INFO] [stdout] 30: 0x6002b0c7aff8 - std::panic::catch_unwind::h25732d5472f1001d [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/panic.rs:345:14 [INFO] [stdout] 31: 0x6002b0c7aff8 - test::run_test_in_process::h1e17135aacb29db6 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/test/src/lib.rs:643:27 [INFO] [stdout] 32: 0x6002b0c7aff8 - test::run_test::{{closure}}::h65f9c94bff1a7861 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/test/src/lib.rs:564:43 [INFO] [stdout] 33: 0x6002b0c403c4 - test::run_test::{{closure}}::ha23ee43b6be2939d [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/test/src/lib.rs:594:41 [INFO] [stdout] 34: 0x6002b0c403c4 - std::sys::backtrace::__rust_begin_short_backtrace::h160ed2f20abbd124 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/sys/backtrace.rs:154:18 [INFO] [stdout] 35: 0x6002b0c43a72 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h076d93a5dd61b367 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/thread/mod.rs:522:17 [INFO] [stdout] 36: 0x6002b0c43a72 - as core::ops::function::FnOnce<()>>::call_once::hb7dffecae4d2a0df [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 37: 0x6002b0c43a72 - std::panicking::try::do_call::h425c243d1cd119a5 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/panicking.rs:554:40 [INFO] [stdout] 38: 0x6002b0c43a72 - std::panicking::try::h5ff57b1fa4d0634d [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/panicking.rs:518:19 [INFO] [stdout] 39: 0x6002b0c43a72 - std::panic::catch_unwind::h69dc0395c7d606c8 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/panic.rs:345:14 [INFO] [stdout] 40: 0x6002b0c43a72 - std::thread::Builder::spawn_unchecked_::{{closure}}::hd987ad26725d6b64 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/thread/mod.rs:521:30 [INFO] [stdout] 41: 0x6002b0c43a72 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h262984108de629b4 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x6002b0cafccb - as core::ops::function::FnOnce>::call_once::hd6eefa32c9acf934 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/alloc/src/boxed.rs:2231:9 [INFO] [stdout] 43: 0x6002b0cafccb - as core::ops::function::FnOnce>::call_once::h6bca3a1f077b8c81 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/alloc/src/boxed.rs:2231:9 [INFO] [stdout] 44: 0x6002b0cafccb - std::sys::pal::unix::thread::Thread::new::thread_start::hcdbd1049068002f4 [INFO] [stdout] at /rustc/f6e511eec7342f59a25f7c0534f1dbea00d01b14/library/std/src/sys/pal/unix/thread.rs:105:17 [INFO] [stdout] 45: 0x759fffdebac3 - [INFO] [stdout] 46: 0x759fffe7ca04 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tests::有序数组的平方_977_test::有序数组的平方_977_1 [INFO] [stdout] tests::有序数组的平方_977_test::有序数组的平方_977_2 [INFO] [stdout] [INFO] [stdout] test result: FAILED. 155 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--bin leetcode` [INFO] running `Command { std: "docker" "inspect" "f4dfccb548d5e15682bdcc330deb3f2b07b7af6227e29aa2e98d757c4d780167", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f4dfccb548d5e15682bdcc330deb3f2b07b7af6227e29aa2e98d757c4d780167", kill_on_drop: false }` [INFO] [stdout] f4dfccb548d5e15682bdcc330deb3f2b07b7af6227e29aa2e98d757c4d780167