[INFO] cloning repository https://github.com/akrisrn/leet-code-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/akrisrn/leet-code-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fakrisrn%2Fleet-code-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fakrisrn%2Fleet-code-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 23ba0505e5ddc5b0a790c2080dc49416623f08a9 [INFO] documenting akrisrn/leet-code-rust against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fakrisrn%2Fleet-code-rust" "/workspace/builds/worker-23/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-23/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/akrisrn/leet-code-rust on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/akrisrn/leet-code-rust [INFO] finished tweaking git repo https://github.com/akrisrn/leet-code-rust [INFO] tweaked toml for git repo https://github.com/akrisrn/leet-code-rust written to /workspace/builds/worker-23/source/Cargo.toml [INFO] crate git repo https://github.com/akrisrn/leet-code-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 173ec46b8d493f17007ed5d549f89d2fce6e5611158afe8dccfff0201798eca9 [INFO] running `Command { std: "docker" "start" "-a" "173ec46b8d493f17007ed5d549f89d2fce6e5611158afe8dccfff0201798eca9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "173ec46b8d493f17007ed5d549f89d2fce6e5611158afe8dccfff0201798eca9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "173ec46b8d493f17007ed5d549f89d2fce6e5611158afe8dccfff0201798eca9", kill_on_drop: false }` [INFO] [stdout] 173ec46b8d493f17007ed5d549f89d2fce6e5611158afe8dccfff0201798eca9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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" "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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f2b3f5edd9c18a0aad2f719f3c6dd3faf50b1873bc0546365b1b1d1a71b1c4ec [INFO] running `Command { std: "docker" "start" "-a" "f2b3f5edd9c18a0aad2f719f3c6dd3faf50b1873bc0546365b1b1d1a71b1c4ec", kill_on_drop: false }` [INFO] [stderr] Documenting leet-code-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `0` [INFO] [stdout] --> src/solution/easy/p0001_two_sum.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | /// > Because nums[0] + nums[1] = 2 + 7 = 9, [INFO] [stdout] | ^ no item named `0` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `1` [INFO] [stdout] --> src/solution/easy/p0001_two_sum.rs:13:30 [INFO] [stdout] | [INFO] [stdout] 13 | /// > Because nums[0] + nums[1] = 2 + 7 = 9, [INFO] [stdout] | ^ no item named `1` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `i` [INFO] [stdout] --> src/solution/easy/p0026_remove_duplicates_from_sorted_array.rs:23:22 [INFO] [stdout] | [INFO] [stdout] 23 | /// > print(nums[i]); [INFO] [stdout] | ^ no item named `i` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `i` [INFO] [stdout] --> src/solution/easy/p0027_remove_element.rs:24:22 [INFO] [stdout] | [INFO] [stdout] 24 | /// > print(nums[i]); [INFO] [stdout] | ^ no item named `i` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0001_two_sum.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | /// https://leetcode.com/problems/two-sum/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0009_palindrome_number.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | /// https://leetcode.com/problems/palindrome-number/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0013_roman_to_integer.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | /// https://leetcode.com/problems/roman-to-integer/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0014_longest_common_prefix.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | /// https://leetcode.com/problems/longest-common-prefix/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0020_valid_parentheses.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | /// https://leetcode.com/problems/valid-parentheses/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0021_merge_two_sorted_lists.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | /// https://leetcode.com/problems/merge-two-sorted-lists/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0026_remove_duplicates_from_sorted_array.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | /// https://leetcode.com/problems/remove-duplicates-from-sorted-array/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0027_remove_element.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | /// https://leetcode.com/problems/remove-element/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0028_implement_strstr.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | /// https://leetcode.com/problems/implement-strstr/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0035_search_insert_position.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | /// https://leetcode.com/problems/search-insert-position/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0053_maximum_subarray.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | /// https://leetcode.com/problems/maximum-subarray/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0058_length_of_last_word.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | /// https://leetcode.com/problems/length-of-last-word/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0066_plus_one.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | /// https://leetcode.com/problems/plus-one/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0067_add_binary.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | /// https://leetcode.com/problems/add-binary/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0069_sqrtx.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | /// https://leetcode.com/problems/sqrtx/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0070_climbing_stairs.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | /// https://leetcode.com/problems/climbing-stairs/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0083_remove_duplicates_from_sorted_list.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | /// https://leetcode.com/problems/remove-duplicates-from-sorted-list/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0088_merge_sorted_array.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | /// https://leetcode.com/problems/merge-sorted-array/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0101_symmetric_tree.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | /// https://leetcode.com/problems/symmetric-tree/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0104_maximum_depth_of_binary_tree.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | /// https://leetcode.com/problems/maximum-depth-of-binary-tree/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0121_best_time_to_buy_and_sell_stock.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | /// https://leetcode.com/problems/best-time-to-buy-and-sell-stock/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0136_single_number.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | /// https://leetcode.com/problems/single-number/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0167_two_sum_ii.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | /// https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0169_majority_element.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | /// https://leetcode.com/problems/majority-element/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0653_two_sum_iv.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | /// https://leetcode.com/problems/two-sum-iv-input-is-a-bst/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/medium/p0007_reverse_integer.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | /// https://leetcode.com/problems/reverse-integer/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/medium/p0038_count_and_say.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | /// https://leetcode.com/problems/count-and-say/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/medium/p0038_count_and_say.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | /// https://leetcode.com/problems/count-and-say/discuss/16015/Please-change-the-misleading-description [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 32 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.93s [INFO] running `Command { std: "docker" "inspect" "f2b3f5edd9c18a0aad2f719f3c6dd3faf50b1873bc0546365b1b1d1a71b1c4ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f2b3f5edd9c18a0aad2f719f3c6dd3faf50b1873bc0546365b1b1d1a71b1c4ec", kill_on_drop: false }` [INFO] [stdout] f2b3f5edd9c18a0aad2f719f3c6dd3faf50b1873bc0546365b1b1d1a71b1c4ec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 01641572d9e8fccf552c37bec8bb8b27820fe5347f67ca33145d5e067f25df73 [INFO] running `Command { std: "docker" "start" "-a" "01641572d9e8fccf552c37bec8bb8b27820fe5347f67ca33145d5e067f25df73", kill_on_drop: false }` [INFO] [stderr] Documenting leet-code-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `0` [INFO] [stdout] --> src/solution/easy/p0001_two_sum.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | /// > Because nums[0] + nums[1] = 2 + 7 = 9, [INFO] [stdout] | ^ no item named `0` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `1` [INFO] [stdout] --> src/solution/easy/p0001_two_sum.rs:13:30 [INFO] [stdout] | [INFO] [stdout] 13 | /// > Because nums[0] + nums[1] = 2 + 7 = 9, [INFO] [stdout] | ^ no item named `1` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `i` [INFO] [stdout] --> src/solution/easy/p0026_remove_duplicates_from_sorted_array.rs:23:22 [INFO] [stdout] | [INFO] [stdout] 23 | /// > print(nums[i]); [INFO] [stdout] | ^ no item named `i` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `i` [INFO] [stdout] --> src/solution/easy/p0027_remove_element.rs:24:22 [INFO] [stdout] | [INFO] [stdout] 24 | /// > print(nums[i]); [INFO] [stdout] | ^ no item named `i` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0001_two_sum.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | /// https://leetcode.com/problems/two-sum/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0009_palindrome_number.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | /// https://leetcode.com/problems/palindrome-number/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0013_roman_to_integer.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | /// https://leetcode.com/problems/roman-to-integer/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0014_longest_common_prefix.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | /// https://leetcode.com/problems/longest-common-prefix/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0020_valid_parentheses.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | /// https://leetcode.com/problems/valid-parentheses/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0021_merge_two_sorted_lists.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | /// https://leetcode.com/problems/merge-two-sorted-lists/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0026_remove_duplicates_from_sorted_array.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | /// https://leetcode.com/problems/remove-duplicates-from-sorted-array/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0027_remove_element.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | /// https://leetcode.com/problems/remove-element/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0028_implement_strstr.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | /// https://leetcode.com/problems/implement-strstr/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0035_search_insert_position.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | /// https://leetcode.com/problems/search-insert-position/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0053_maximum_subarray.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | /// https://leetcode.com/problems/maximum-subarray/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0058_length_of_last_word.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | /// https://leetcode.com/problems/length-of-last-word/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0066_plus_one.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | /// https://leetcode.com/problems/plus-one/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0067_add_binary.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | /// https://leetcode.com/problems/add-binary/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0069_sqrtx.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | /// https://leetcode.com/problems/sqrtx/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0070_climbing_stairs.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | /// https://leetcode.com/problems/climbing-stairs/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0083_remove_duplicates_from_sorted_list.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | /// https://leetcode.com/problems/remove-duplicates-from-sorted-list/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0088_merge_sorted_array.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | /// https://leetcode.com/problems/merge-sorted-array/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0101_symmetric_tree.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | /// https://leetcode.com/problems/symmetric-tree/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0104_maximum_depth_of_binary_tree.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | /// https://leetcode.com/problems/maximum-depth-of-binary-tree/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0121_best_time_to_buy_and_sell_stock.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | /// https://leetcode.com/problems/best-time-to-buy-and-sell-stock/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0136_single_number.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | /// https://leetcode.com/problems/single-number/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0167_two_sum_ii.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | /// https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0169_majority_element.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | /// https://leetcode.com/problems/majority-element/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/easy/p0653_two_sum_iv.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | /// https://leetcode.com/problems/two-sum-iv-input-is-a-bst/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/medium/p0007_reverse_integer.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | /// https://leetcode.com/problems/reverse-integer/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/medium/p0038_count_and_say.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | /// https://leetcode.com/problems/count-and-say/ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/solution/medium/p0038_count_and_say.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | /// https://leetcode.com/problems/count-and-say/discuss/16015/Please-change-the-misleading-description [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 32 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.09s [INFO] running `Command { std: "docker" "inspect" "01641572d9e8fccf552c37bec8bb8b27820fe5347f67ca33145d5e067f25df73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "01641572d9e8fccf552c37bec8bb8b27820fe5347f67ca33145d5e067f25df73", kill_on_drop: false }` [INFO] [stdout] 01641572d9e8fccf552c37bec8bb8b27820fe5347f67ca33145d5e067f25df73