[INFO] fetching crate contest-algorithms 0.3.0... [INFO] documenting contest-algorithms-0.3.0 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate contest-algorithms 0.3.0 into /workspace/builds/worker-58/source [INFO] validating manifest of crates.io crate contest-algorithms 0.3.0 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 crates.io crate contest-algorithms 0.3.0 [INFO] finished tweaking crates.io crate contest-algorithms 0.3.0 [INFO] tweaked toml for crates.io crate contest-algorithms 0.3.0 written to /workspace/builds/worker-58/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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-58/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-58/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] 336d2224099a37c157e716a1af83d09015a8c622f49e44e53dce598b8f21f76e [INFO] running `Command { std: "docker" "start" "-a" "336d2224099a37c157e716a1af83d09015a8c622f49e44e53dce598b8f21f76e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "336d2224099a37c157e716a1af83d09015a8c622f49e44e53dce598b8f21f76e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "336d2224099a37c157e716a1af83d09015a8c622f49e44e53dce598b8f21f76e", kill_on_drop: false }` [INFO] [stdout] 336d2224099a37c157e716a1af83d09015a8c622f49e44e53dce598b8f21f76e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-58/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-58/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] c7f680048abcf3c24b229854a5b75905467f04f1e6e9805bec4cf3d0bfc654da [INFO] running `Command { std: "docker" "start" "-a" "c7f680048abcf3c24b229854a5b75905467f04f1e6e9805bec4cf3d0bfc654da", kill_on_drop: false }` [INFO] [stderr] Documenting contest-algorithms v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `i` [INFO] [stdout] --> src/math/fft.rs:165:45 [INFO] [stdout] | [INFO] [stdout] 165 | /// Given two polynomials (vectors) sum_i a[i] x^i and sum_i b[i] x^i, [INFO] [stdout] | ^ no item named `i` 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 `i` [INFO] [stdout] --> src/math/fft.rs:165:64 [INFO] [stdout] | [INFO] [stdout] 165 | /// Given two polynomials (vectors) sum_i a[i] x^i and sum_i b[i] x^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 `k` [INFO] [stdout] --> src/math/fft.rs:166:44 [INFO] [stdout] | [INFO] [stdout] 166 | /// computes their product (convolution) c[k] = sum_(i+j=k) a[i]*b[j]. [INFO] [stdout] | ^ no item named `k` 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/math/fft.rs:166:63 [INFO] [stdout] | [INFO] [stdout] 166 | /// computes their product (convolution) c[k] = sum_(i+j=k) a[i]*b[j]. [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 `j` [INFO] [stdout] --> src/math/fft.rs:166:68 [INFO] [stdout] | [INFO] [stdout] 166 | /// computes their product (convolution) c[k] = sum_(i+j=k) a[i]*b[j]. [INFO] [stdout] | ^ no item named `j` 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/order.rs:18:11 [INFO] [stdout] | [INFO] [stdout] 18 | /// slice[i] >= key, or slice.len() if no such i exists [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/order.rs:26:11 [INFO] [stdout] | [INFO] [stdout] 26 | /// slice[i] > key, or slice.len() if no such i exists [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/string_proc.rs:52:43 [INFO] [stdout] | [INFO] [stdout] 52 | /// KMP match failure automaton. fail[i] is the length of the longest [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/string_proc.rs:95:37 [INFO] [stdout] | [INFO] [stdout] 95 | /// KMP algorithm, sets @return[i] = length of longest prefix of pattern [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/string_proc.rs:122:46 [INFO] [stdout] | [INFO] [stdout] 122 | /// Aho-Corasick failure automaton. fail[i] is the node corresponding to the [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/string_proc.rs:173:46 [INFO] [stdout] | [INFO] [stdout] 173 | /// Aho-Corasick algorithm, sets @return[i] = node corresponding to [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 `j` [INFO] [stdout] --> src/string_proc.rs:205:17 [INFO] [stdout] | [INFO] [stdout] 205 | /// rank[i][j] = rank of the j'th suffix, considering only 2^i chars. [INFO] [stdout] | ^ no item named `j` 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/string_proc.rs:206:30 [INFO] [stdout] | [INFO] [stdout] 206 | /// In other words, rank[i] is a ranking of the substrings text[j..j+2^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 `v` [INFO] [stdout] --> src/string_proc.rs:212:60 [INFO] [stdout] | [INFO] [stdout] 212 | /// Items v in vals are sorted according to val_to_key[v]. [INFO] [stdout] | ^ no item named `v` 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*i` [INFO] [stdout] --> src/string_proc.rs:287:9 [INFO] [stdout] | [INFO] [stdout] 287 | /// pal[2*i] = odd length of palindrome centred at text[i]. [INFO] [stdout] | ^^^ no item named `2*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/string_proc.rs:287:57 [INFO] [stdout] | [INFO] [stdout] 287 | /// pal[2*i] = odd length of palindrome centred at text[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/range_query/specs.rs:98:31 [INFO] [stdout] | [INFO] [stdout] 98 | /// Supply & Demand, based on https://codeforces.com/gym/102218/problem/F [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/range_query/static_arq.rs:12:6 [INFO] [stdout] | [INFO] [stdout] 12 | /// (http://codeforces.com/blog/entry/18051). All nodes have 0 or 2 children. [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: 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.11s [INFO] running `Command { std: "docker" "inspect" "c7f680048abcf3c24b229854a5b75905467f04f1e6e9805bec4cf3d0bfc654da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c7f680048abcf3c24b229854a5b75905467f04f1e6e9805bec4cf3d0bfc654da", kill_on_drop: false }` [INFO] [stdout] c7f680048abcf3c24b229854a5b75905467f04f1e6e9805bec4cf3d0bfc654da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-58/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-58/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] 1521cd821369bab50a49b0864b89f9c28fb8075f3c9dc7c5aacdcd51a8097c1b [INFO] running `Command { std: "docker" "start" "-a" "1521cd821369bab50a49b0864b89f9c28fb8075f3c9dc7c5aacdcd51a8097c1b", kill_on_drop: false }` [INFO] [stderr] Documenting contest-algorithms v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `i` [INFO] [stdout] --> src/math/fft.rs:165:45 [INFO] [stdout] | [INFO] [stdout] 165 | /// Given two polynomials (vectors) sum_i a[i] x^i and sum_i b[i] x^i, [INFO] [stdout] | ^ no item named `i` 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 `i` [INFO] [stdout] --> src/math/fft.rs:165:64 [INFO] [stdout] | [INFO] [stdout] 165 | /// Given two polynomials (vectors) sum_i a[i] x^i and sum_i b[i] x^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 `k` [INFO] [stdout] --> src/math/fft.rs:166:44 [INFO] [stdout] | [INFO] [stdout] 166 | /// computes their product (convolution) c[k] = sum_(i+j=k) a[i]*b[j]. [INFO] [stdout] | ^ no item named `k` 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/math/fft.rs:166:63 [INFO] [stdout] | [INFO] [stdout] 166 | /// computes their product (convolution) c[k] = sum_(i+j=k) a[i]*b[j]. [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 `j` [INFO] [stdout] --> src/math/fft.rs:166:68 [INFO] [stdout] | [INFO] [stdout] 166 | /// computes their product (convolution) c[k] = sum_(i+j=k) a[i]*b[j]. [INFO] [stdout] | ^ no item named `j` 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/order.rs:18:11 [INFO] [stdout] | [INFO] [stdout] 18 | /// slice[i] >= key, or slice.len() if no such i exists [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/order.rs:26:11 [INFO] [stdout] | [INFO] [stdout] 26 | /// slice[i] > key, or slice.len() if no such i exists [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/string_proc.rs:52:43 [INFO] [stdout] | [INFO] [stdout] 52 | /// KMP match failure automaton. fail[i] is the length of the longest [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/string_proc.rs:95:37 [INFO] [stdout] | [INFO] [stdout] 95 | /// KMP algorithm, sets @return[i] = length of longest prefix of pattern [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/string_proc.rs:122:46 [INFO] [stdout] | [INFO] [stdout] 122 | /// Aho-Corasick failure automaton. fail[i] is the node corresponding to the [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/string_proc.rs:173:46 [INFO] [stdout] | [INFO] [stdout] 173 | /// Aho-Corasick algorithm, sets @return[i] = node corresponding to [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 `j` [INFO] [stdout] --> src/string_proc.rs:205:17 [INFO] [stdout] | [INFO] [stdout] 205 | /// rank[i][j] = rank of the j'th suffix, considering only 2^i chars. [INFO] [stdout] | ^ no item named `j` 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/string_proc.rs:206:30 [INFO] [stdout] | [INFO] [stdout] 206 | /// In other words, rank[i] is a ranking of the substrings text[j..j+2^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 `v` [INFO] [stdout] --> src/string_proc.rs:212:60 [INFO] [stdout] | [INFO] [stdout] 212 | /// Items v in vals are sorted according to val_to_key[v]. [INFO] [stdout] | ^ no item named `v` 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*i` [INFO] [stdout] --> src/string_proc.rs:287:9 [INFO] [stdout] | [INFO] [stdout] 287 | /// pal[2*i] = odd length of palindrome centred at text[i]. [INFO] [stdout] | ^^^ no item named `2*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/string_proc.rs:287:57 [INFO] [stdout] | [INFO] [stdout] 287 | /// pal[2*i] = odd length of palindrome centred at text[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/range_query/specs.rs:98:31 [INFO] [stdout] | [INFO] [stdout] 98 | /// Supply & Demand, based on https://codeforces.com/gym/102218/problem/F [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/range_query/static_arq.rs:12:6 [INFO] [stdout] | [INFO] [stdout] 12 | /// (http://codeforces.com/blog/entry/18051). All nodes have 0 or 2 children. [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: 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.38s [INFO] running `Command { std: "docker" "inspect" "1521cd821369bab50a49b0864b89f9c28fb8075f3c9dc7c5aacdcd51a8097c1b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1521cd821369bab50a49b0864b89f9c28fb8075f3c9dc7c5aacdcd51a8097c1b", kill_on_drop: false }` [INFO] [stdout] 1521cd821369bab50a49b0864b89f9c28fb8075f3c9dc7c5aacdcd51a8097c1b