[INFO] fetching crate advent-of-code 2019.12.442... [INFO] documenting advent-of-code-2019.12.442 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate advent-of-code 2019.12.442 into /workspace/builds/worker-54/source [INFO] validating manifest of crates.io crate advent-of-code 2019.12.442 on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate advent-of-code 2019.12.442 [INFO] finished tweaking crates.io crate advent-of-code 2019.12.442 [INFO] tweaked toml for crates.io crate advent-of-code 2019.12.442 written to /workspace/builds/worker-54/source/Cargo.toml [INFO] crate crates.io crate advent-of-code 2019.12.442 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded allocation-counter v0.5.0 [INFO] [stderr] Downloaded iai v0.1.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/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" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b247186c1c4573a505e2660e6c9cdf9da08dbb87565f5ef764fa8750f6762140 [INFO] running `Command { std: "docker" "start" "-a" "b247186c1c4573a505e2660e6c9cdf9da08dbb87565f5ef764fa8750f6762140", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b247186c1c4573a505e2660e6c9cdf9da08dbb87565f5ef764fa8750f6762140", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b247186c1c4573a505e2660e6c9cdf9da08dbb87565f5ef764fa8750f6762140", kill_on_drop: false }` [INFO] [stdout] b247186c1c4573a505e2660e6c9cdf9da08dbb87565f5ef764fa8750f6762140 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/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" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b91e2aef71401c3ff6f258a3d2f1fe0e3fd495e2669c358272266dd155d32162 [INFO] running `Command { std: "docker" "start" "-a" "b91e2aef71401c3ff6f258a3d2f1fe0e3fd495e2669c358272266dd155d32162", kill_on_drop: false }` [INFO] [stderr] Documenting advent-of-code v2019.12.442 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `i` [INFO] [stdout] --> src/year2020/day13.rs:70:18 [INFO] [stdout] | [INFO] [stdout] 70 | /// remainders[i] == T % divisors[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/year2020/day13.rs:70:37 [INFO] [stdout] | [INFO] [stdout] 70 | /// remainders[i] == T % divisors[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/mod_exp.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | /// From https://docs.rs/mod_exp/1.0.1/mod_exp, specialised to i128. [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/year2017/day11.rs:3:43 [INFO] [stdout] | [INFO] [stdout] 3 | /// Using double-height coordinates - see https://www.redblobgames.com/grids/hexagons/ [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/year2018/day11.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | /// See https://en.wikipedia.org/wiki/Summed-area_table [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/year2018/day23.rs:249:7 [INFO] [stdout] | [INFO] [stdout] 249 | /// - https://en.wikipedia.org/wiki/Octree [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/year2020/day13.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | /// See https://en.wikipedia.org/wiki/Extended_Euclidean_algorithm [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/year2020/day13.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | /// and https://cp-algorithms.com/algebra/extended-euclid-algorithm.html#toc-tgt-0 [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/year2020/day13.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | /// See https://en.wikipedia.org/wiki/Chinese_remainder_theorem [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/year2020/day13.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | /// and https://www.youtube.com/watch?v=ru7mWZJlRQg. [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/year2020/day24.rs:4:42 [INFO] [stdout] | [INFO] [stdout] 4 | /// Using double-width coordinates - see https://www.redblobgames.com/grids/hexagons/ [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/year2020/day25.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | /// See https://en.wikipedia.org/wiki/Baby-step_giant-step [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: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.77s [INFO] running `Command { std: "docker" "inspect" "b91e2aef71401c3ff6f258a3d2f1fe0e3fd495e2669c358272266dd155d32162", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b91e2aef71401c3ff6f258a3d2f1fe0e3fd495e2669c358272266dd155d32162", kill_on_drop: false }` [INFO] [stdout] b91e2aef71401c3ff6f258a3d2f1fe0e3fd495e2669c358272266dd155d32162 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/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" "+1.61.0" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 58fc0843144b143458333b924192e69de97450c49ce4611d4b4bd9c506267ed8 [INFO] running `Command { std: "docker" "start" "-a" "58fc0843144b143458333b924192e69de97450c49ce4611d4b4bd9c506267ed8", kill_on_drop: false }` [INFO] [stderr] Documenting advent-of-code v2019.12.442 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `i` [INFO] [stdout] --> src/year2020/day13.rs:70:18 [INFO] [stdout] | [INFO] [stdout] 70 | /// remainders[i] == T % divisors[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/year2020/day13.rs:70:37 [INFO] [stdout] | [INFO] [stdout] 70 | /// remainders[i] == T % divisors[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/mod_exp.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | /// From https://docs.rs/mod_exp/1.0.1/mod_exp, specialised to i128. [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/year2017/day11.rs:3:43 [INFO] [stdout] | [INFO] [stdout] 3 | /// Using double-height coordinates - see https://www.redblobgames.com/grids/hexagons/ [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/year2018/day11.rs:5:9 [INFO] [stdout] | [INFO] [stdout] 5 | /// See https://en.wikipedia.org/wiki/Summed-area_table [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/year2018/day23.rs:249:7 [INFO] [stdout] | [INFO] [stdout] 249 | /// - https://en.wikipedia.org/wiki/Octree [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/year2020/day13.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | /// See https://en.wikipedia.org/wiki/Extended_Euclidean_algorithm [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/year2020/day13.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | /// and https://cp-algorithms.com/algebra/extended-euclid-algorithm.html#toc-tgt-0 [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/year2020/day13.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | /// See https://en.wikipedia.org/wiki/Chinese_remainder_theorem [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/year2020/day13.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | /// and https://www.youtube.com/watch?v=ru7mWZJlRQg. [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/year2020/day24.rs:4:42 [INFO] [stdout] | [INFO] [stdout] 4 | /// Using double-width coordinates - see https://www.redblobgames.com/grids/hexagons/ [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/year2020/day25.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | /// See https://en.wikipedia.org/wiki/Baby-step_giant-step [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: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.95s [INFO] running `Command { std: "docker" "inspect" "58fc0843144b143458333b924192e69de97450c49ce4611d4b4bd9c506267ed8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "58fc0843144b143458333b924192e69de97450c49ce4611d4b4bd9c506267ed8", kill_on_drop: false }` [INFO] [stdout] 58fc0843144b143458333b924192e69de97450c49ce4611d4b4bd9c506267ed8