[INFO] cloning repository https://github.com/yumagulovrn/rust-dojo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yumagulovrn/rust-dojo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyumagulovrn%2Frust-dojo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyumagulovrn%2Frust-dojo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 69330e75acef60099764c2247efe3705f3ae7433 [INFO] documenting yumagulovrn/rust-dojo 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%2Fyumagulovrn%2Frust-dojo" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yumagulovrn/rust-dojo 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/yumagulovrn/rust-dojo [INFO] finished tweaking git repo https://github.com/yumagulovrn/rust-dojo [INFO] tweaked toml for git repo https://github.com/yumagulovrn/rust-dojo written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/yumagulovrn/rust-dojo 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0581795d7b050ee1b414444825999e1e03db4880000012b88fa5f9887265d222 [INFO] running `Command { std: "docker" "start" "-a" "0581795d7b050ee1b414444825999e1e03db4880000012b88fa5f9887265d222", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0581795d7b050ee1b414444825999e1e03db4880000012b88fa5f9887265d222", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0581795d7b050ee1b414444825999e1e03db4880000012b88fa5f9887265d222", kill_on_drop: false }` [INFO] [stdout] 0581795d7b050ee1b414444825999e1e03db4880000012b88fa5f9887265d222 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] be59b7dc5e52fc0a43185dde4403fc8cba4d3591233da586d986e3fe31ef09a0 [INFO] running `Command { std: "docker" "start" "-a" "be59b7dc5e52fc0a43185dde4403fc8cba4d3591233da586d986e3fe31ef09a0", kill_on_drop: false }` [INFO] [stderr] Documenting rust-dojo v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `0001` [INFO] [stdout] --> src/leetcode/p0001_two_sum.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | * [0001] Two Sum [INFO] [stdout] | ^^^^ no item named `0001` 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 `2,7,11,15` [INFO] [stdout] --> src/leetcode/p0001_two_sum.rs:9:19 [INFO] [stdout] | [INFO] [stdout] 9 | * Input: nums = [2,7,11,15], target = 9 [INFO] [stdout] | ^^^^^^^^^ no item named `2,7,11,15` 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 `0,1` [INFO] [stdout] --> src/leetcode/p0001_two_sum.rs:10:13 [INFO] [stdout] | [INFO] [stdout] 10 | * Output: [0,1] [INFO] [stdout] | ^^^ no item named `0,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 `0` [INFO] [stdout] --> src/leetcode/p0001_two_sum.rs:11:30 [INFO] [stdout] | [INFO] [stdout] 11 | * Explanation: Because nums[0] + nums[1] == 9, we return [0, 1]. [INFO] [stdout] | ^ no item named `0` 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 `1` [INFO] [stdout] --> src/leetcode/p0001_two_sum.rs:11:40 [INFO] [stdout] | [INFO] [stdout] 11 | * Explanation: Because nums[0] + nums[1] == 9, we return [0, 1]. [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 `3,2,4` [INFO] [stdout] --> src/leetcode/p0001_two_sum.rs:14:19 [INFO] [stdout] | [INFO] [stdout] 14 | * Input: nums = [3,2,4], target = 6 [INFO] [stdout] | ^^^^^ no item named `3,2,4` 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 `1,2` [INFO] [stdout] --> src/leetcode/p0001_two_sum.rs:15:13 [INFO] [stdout] | [INFO] [stdout] 15 | * Output: [1,2] [INFO] [stdout] | ^^^ no item named `1,2` 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 `3,3` [INFO] [stdout] --> src/leetcode/p0001_two_sum.rs:18:19 [INFO] [stdout] | [INFO] [stdout] 18 | * Input: nums = [3,3], target = 6 [INFO] [stdout] | ^^^ no item named `3,3` 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 `0,1` [INFO] [stdout] --> src/leetcode/p0001_two_sum.rs:19:13 [INFO] [stdout] | [INFO] [stdout] 19 | * Output: [0,1] [INFO] [stdout] | ^^^ no item named `0,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/leetcode/p0001_two_sum.rs:23:20 [INFO] [stdout] | [INFO] [stdout] 23 | * * -10^9 <= nums[i] <= 10^9 [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 `0004` [INFO] [stdout] --> src/leetcode/p0004_median_of_two_sorted_arrays.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | * [0004] Median of Two Sorted Arrays [INFO] [stdout] | ^^^^ no item named `0004` 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 `1,3` [INFO] [stdout] --> src/leetcode/p0004_median_of_two_sorted_arrays.rs:8:20 [INFO] [stdout] | [INFO] [stdout] 8 | * Input: nums1 = [1,3], nums2 = [2] [INFO] [stdout] | ^^^ no item named `1,3` 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 `2` [INFO] [stdout] --> src/leetcode/p0004_median_of_two_sorted_arrays.rs:8:35 [INFO] [stdout] | [INFO] [stdout] 8 | * Input: nums1 = [1,3], nums2 = [2] [INFO] [stdout] | ^ no item named `2` 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 `1,2,3` [INFO] [stdout] --> src/leetcode/p0004_median_of_two_sorted_arrays.rs:10:33 [INFO] [stdout] | [INFO] [stdout] 10 | * Explanation: merged array = [1,2,3] and median is 2. [INFO] [stdout] | ^^^^^ no item named `1,2,3` 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 `1,2` [INFO] [stdout] --> src/leetcode/p0004_median_of_two_sorted_arrays.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | * Input: nums1 = [1,2], nums2 = [3,4] [INFO] [stdout] | ^^^ no item named `1,2` 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 `3,4` [INFO] [stdout] --> src/leetcode/p0004_median_of_two_sorted_arrays.rs:13:35 [INFO] [stdout] | [INFO] [stdout] 13 | * Input: nums1 = [1,2], nums2 = [3,4] [INFO] [stdout] | ^^^ no item named `3,4` 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 `1,2,3,4` [INFO] [stdout] --> src/leetcode/p0004_median_of_two_sorted_arrays.rs:15:33 [INFO] [stdout] | [INFO] [stdout] 15 | * Explanation: merged array = [1,2,3,4] and median is (2 + 3) / 2 = 2.5. [INFO] [stdout] | ^^^^^^^ no item named `1,2,3,4` 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/leetcode/p0004_median_of_two_sorted_arrays.rs:23:21 [INFO] [stdout] | [INFO] [stdout] 23 | * * -10^6 <= nums1[i], nums2[i] <= 10^6 [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/leetcode/p0004_median_of_two_sorted_arrays.rs:23:31 [INFO] [stdout] | [INFO] [stdout] 23 | * * -10^6 <= nums1[i], nums2[i] <= 10^6 [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 `0006` [INFO] [stdout] --> src/leetcode/p0006_zigzag_conversion.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | * [0006] Zigzag Conversion [INFO] [stdout] | ^^^^ no item named `0006` 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 `0007` [INFO] [stdout] --> src/leetcode/p0007_reverse_integer.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | * [0007] Reverse Integer [INFO] [stdout] | ^^^^ no item named `0007` 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 `0008` [INFO] [stdout] --> src/leetcode/p0008_string_to_integer_atoi.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | * [0008] String to Integer (atoi) [INFO] [stdout] | ^^^^ no item named `0008` 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 `0009` [INFO] [stdout] --> src/leetcode/p0009_palindrome_number.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | * [0009] Palindrome Number [INFO] [stdout] | ^^^^ no item named `0009` 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 `0010` [INFO] [stdout] --> src/leetcode/p0010_regular_expression_matching.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | * [0010] Regular Expression Matching [INFO] [stdout] | ^^^^ no item named `0010` 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 `0011` [INFO] [stdout] --> src/leetcode/p0011_container_with_most_water.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | * [0011] Container With Most Water [INFO] [stdout] | ^^^^ no item named `0011` 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/leetcode/p0011_container_with_most_water.rs:4:158 [INFO] [stdout] | [INFO] [stdout] 4 | ... endpoints of the ith line are (i, 0) and (i, height[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 `1,8,6,2,5,4,8,3,7` [INFO] [stdout] --> src/leetcode/p0011_container_with_most_water.rs:10:21 [INFO] [stdout] | [INFO] [stdout] 10 | * Input: height = [1,8,6,2,5,4,8,3,7] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `1,8,6,2,5,4,8,3,7` 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 `1,8,6,2,5,4,8,3,7` [INFO] [stdout] --> src/leetcode/p0011_container_with_most_water.rs:12:68 [INFO] [stdout] | [INFO] [stdout] 12 | * Explanation: The above vertical lines are represented by array [1,8,6,2,5,4,8,3,7]. In this case, the max area of water (blue section)... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `1,8,6,2,5,4,8,3,7` 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 `1,1` [INFO] [stdout] --> src/leetcode/p0011_container_with_most_water.rs:15:21 [INFO] [stdout] | [INFO] [stdout] 15 | * Input: height = [1,1] [INFO] [stdout] | ^^^ no item named `1,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/leetcode/p0011_container_with_most_water.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | * * 0 <= height[i] <= 10^4 [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 `0012` [INFO] [stdout] --> src/leetcode/p0012_integer_to_roman.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | * [0012] Integer to Roman [INFO] [stdout] | ^^^^ no item named `0012` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 31 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.97s [INFO] running `Command { std: "docker" "inspect" "be59b7dc5e52fc0a43185dde4403fc8cba4d3591233da586d986e3fe31ef09a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be59b7dc5e52fc0a43185dde4403fc8cba4d3591233da586d986e3fe31ef09a0", kill_on_drop: false }` [INFO] [stdout] be59b7dc5e52fc0a43185dde4403fc8cba4d3591233da586d986e3fe31ef09a0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=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] 872de6c6caf6c3540e8a7cc401e9d3f0db0c93d3cbee08eaf004f27d1b0c9dd3 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "872de6c6caf6c3540e8a7cc401e9d3f0db0c93d3cbee08eaf004f27d1b0c9dd3", kill_on_drop: false }` [INFO] [stderr] Documenting rust-dojo v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `0001` [INFO] [stdout] --> src/leetcode/p0001_two_sum.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | * [0001] Two Sum [INFO] [stdout] | ^^^^ no item named `0001` 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 `2,7,11,15` [INFO] [stdout] --> src/leetcode/p0001_two_sum.rs:9:19 [INFO] [stdout] | [INFO] [stdout] 9 | * Input: nums = [2,7,11,15], target = 9 [INFO] [stdout] | ^^^^^^^^^ no item named `2,7,11,15` 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 `0,1` [INFO] [stdout] --> src/leetcode/p0001_two_sum.rs:10:13 [INFO] [stdout] | [INFO] [stdout] 10 | * Output: [0,1] [INFO] [stdout] | ^^^ no item named `0,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 `0` [INFO] [stdout] --> src/leetcode/p0001_two_sum.rs:11:30 [INFO] [stdout] | [INFO] [stdout] 11 | * Explanation: Because nums[0] + nums[1] == 9, we return [0, 1]. [INFO] [stdout] | ^ no item named `0` 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 `1` [INFO] [stdout] --> src/leetcode/p0001_two_sum.rs:11:40 [INFO] [stdout] | [INFO] [stdout] 11 | * Explanation: Because nums[0] + nums[1] == 9, we return [0, 1]. [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 `3,2,4` [INFO] [stdout] --> src/leetcode/p0001_two_sum.rs:14:19 [INFO] [stdout] | [INFO] [stdout] 14 | * Input: nums = [3,2,4], target = 6 [INFO] [stdout] | ^^^^^ no item named `3,2,4` 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 `1,2` [INFO] [stdout] --> src/leetcode/p0001_two_sum.rs:15:13 [INFO] [stdout] | [INFO] [stdout] 15 | * Output: [1,2] [INFO] [stdout] | ^^^ no item named `1,2` 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 `3,3` [INFO] [stdout] --> src/leetcode/p0001_two_sum.rs:18:19 [INFO] [stdout] | [INFO] [stdout] 18 | * Input: nums = [3,3], target = 6 [INFO] [stdout] | ^^^ no item named `3,3` 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 `0,1` [INFO] [stdout] --> src/leetcode/p0001_two_sum.rs:19:13 [INFO] [stdout] | [INFO] [stdout] 19 | * Output: [0,1] [INFO] [stdout] | ^^^ no item named `0,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/leetcode/p0001_two_sum.rs:23:20 [INFO] [stdout] | [INFO] [stdout] 23 | * * -10^9 <= nums[i] <= 10^9 [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 `0004` [INFO] [stdout] --> src/leetcode/p0004_median_of_two_sorted_arrays.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | * [0004] Median of Two Sorted Arrays [INFO] [stdout] | ^^^^ no item named `0004` 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 `1,3` [INFO] [stdout] --> src/leetcode/p0004_median_of_two_sorted_arrays.rs:8:20 [INFO] [stdout] | [INFO] [stdout] 8 | * Input: nums1 = [1,3], nums2 = [2] [INFO] [stdout] | ^^^ no item named `1,3` 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 `2` [INFO] [stdout] --> src/leetcode/p0004_median_of_two_sorted_arrays.rs:8:35 [INFO] [stdout] | [INFO] [stdout] 8 | * Input: nums1 = [1,3], nums2 = [2] [INFO] [stdout] | ^ no item named `2` 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 `1,2,3` [INFO] [stdout] --> src/leetcode/p0004_median_of_two_sorted_arrays.rs:10:33 [INFO] [stdout] | [INFO] [stdout] 10 | * Explanation: merged array = [1,2,3] and median is 2. [INFO] [stdout] | ^^^^^ no item named `1,2,3` 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 `1,2` [INFO] [stdout] --> src/leetcode/p0004_median_of_two_sorted_arrays.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | * Input: nums1 = [1,2], nums2 = [3,4] [INFO] [stdout] | ^^^ no item named `1,2` 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 `3,4` [INFO] [stdout] --> src/leetcode/p0004_median_of_two_sorted_arrays.rs:13:35 [INFO] [stdout] | [INFO] [stdout] 13 | * Input: nums1 = [1,2], nums2 = [3,4] [INFO] [stdout] | ^^^ no item named `3,4` 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 `1,2,3,4` [INFO] [stdout] --> src/leetcode/p0004_median_of_two_sorted_arrays.rs:15:33 [INFO] [stdout] | [INFO] [stdout] 15 | * Explanation: merged array = [1,2,3,4] and median is (2 + 3) / 2 = 2.5. [INFO] [stdout] | ^^^^^^^ no item named `1,2,3,4` 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/leetcode/p0004_median_of_two_sorted_arrays.rs:23:21 [INFO] [stdout] | [INFO] [stdout] 23 | * * -10^6 <= nums1[i], nums2[i] <= 10^6 [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/leetcode/p0004_median_of_two_sorted_arrays.rs:23:31 [INFO] [stdout] | [INFO] [stdout] 23 | * * -10^6 <= nums1[i], nums2[i] <= 10^6 [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 `0006` [INFO] [stdout] --> src/leetcode/p0006_zigzag_conversion.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | * [0006] Zigzag Conversion [INFO] [stdout] | ^^^^ no item named `0006` 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 `0007` [INFO] [stdout] --> src/leetcode/p0007_reverse_integer.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | * [0007] Reverse Integer [INFO] [stdout] | ^^^^ no item named `0007` 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 `0008` [INFO] [stdout] --> src/leetcode/p0008_string_to_integer_atoi.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | * [0008] String to Integer (atoi) [INFO] [stdout] | ^^^^ no item named `0008` 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 `0009` [INFO] [stdout] --> src/leetcode/p0009_palindrome_number.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | * [0009] Palindrome Number [INFO] [stdout] | ^^^^ no item named `0009` 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 `0010` [INFO] [stdout] --> src/leetcode/p0010_regular_expression_matching.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | * [0010] Regular Expression Matching [INFO] [stdout] | ^^^^ no item named `0010` 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 `0011` [INFO] [stdout] --> src/leetcode/p0011_container_with_most_water.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | * [0011] Container With Most Water [INFO] [stdout] | ^^^^ no item named `0011` 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/leetcode/p0011_container_with_most_water.rs:4:158 [INFO] [stdout] | [INFO] [stdout] 4 | ... endpoints of the ith line are (i, 0) and (i, height[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 `1,8,6,2,5,4,8,3,7` [INFO] [stdout] --> src/leetcode/p0011_container_with_most_water.rs:10:21 [INFO] [stdout] | [INFO] [stdout] 10 | * Input: height = [1,8,6,2,5,4,8,3,7] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `1,8,6,2,5,4,8,3,7` 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 `1,8,6,2,5,4,8,3,7` [INFO] [stdout] --> src/leetcode/p0011_container_with_most_water.rs:12:68 [INFO] [stdout] | [INFO] [stdout] 12 | * Explanation: The above vertical lines are represented by array [1,8,6,2,5,4,8,3,7]. In this case, the max area of water (blue section)... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `1,8,6,2,5,4,8,3,7` 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 `1,1` [INFO] [stdout] --> src/leetcode/p0011_container_with_most_water.rs:15:21 [INFO] [stdout] | [INFO] [stdout] 15 | * Input: height = [1,1] [INFO] [stdout] | ^^^ no item named `1,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/leetcode/p0011_container_with_most_water.rs:21:18 [INFO] [stdout] | [INFO] [stdout] 21 | * * 0 <= height[i] <= 10^4 [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 `0012` [INFO] [stdout] --> src/leetcode/p0012_integer_to_roman.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | * [0012] Integer to Roman [INFO] [stdout] | ^^^^ no item named `0012` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 31 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.94s [INFO] running `Command { std: "docker" "inspect" "872de6c6caf6c3540e8a7cc401e9d3f0db0c93d3cbee08eaf004f27d1b0c9dd3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "872de6c6caf6c3540e8a7cc401e9d3f0db0c93d3cbee08eaf004f27d1b0c9dd3", kill_on_drop: false }` [INFO] [stdout] 872de6c6caf6c3540e8a7cc401e9d3f0db0c93d3cbee08eaf004f27d1b0c9dd3