[INFO] cloning repository https://github.com/elderica/algo-method-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/elderica/algo-method-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felderica%2Falgo-method-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felderica%2Falgo-method-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4df54bc4c0915af9ac4e36ba03615a9c4a5b04b0
[INFO] documenting elderica/algo-method-rust against 1.98.0-beta.1 for beta-rustdoc-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felderica%2Falgo-method-rust" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/elderica/algo-method-rust
[INFO] finished tweaking git repo https://github.com/elderica/algo-method-rust
[INFO] tweaked toml for git repo https://github.com/elderica/algo-method-rust written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/elderica/algo-method-rust on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/elderica/algo-method-rust already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 56cfbd0bbee13247fc4a3c0d17f424371803025122bd1bce3d5afb60c687ea57
[INFO] running `Command { std: "docker" "start" "56cfbd0bbee13247fc4a3c0d17f424371803025122bd1bce3d5afb60c687ea57", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "56cfbd0bbee13247fc4a3c0d17f424371803025122bd1bce3d5afb60c687ea57", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "56cfbd0bbee13247fc4a3c0d17f424371803025122bd1bce3d5afb60c687ea57" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "56cfbd0bbee13247fc4a3c0d17f424371803025122bd1bce3d5afb60c687ea57", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "56cfbd0bbee13247fc4a3c0d17f424371803025122bd1bce3d5afb60c687ea57" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]  Documenting daily-algo-method v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `new`
[INFO] [stdout]    --> src/bin/task906_2.rs:157:41
[INFO] [stdout]     |
[INFO] [stdout] 157 |         /// For more information, see [`new`].
[INFO] [stdout]     |                                         ^^^ no item named `new` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `new`
[INFO] [stdout]    --> src/bin/task906_2.rs:186:41
[INFO] [stdout]     |
[INFO] [stdout] 186 |         /// For more information, see [`new`].
[INFO] [stdout]     |                                         ^^^ no item named `new` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task906_2.rs:199:62
[INFO] [stdout]     |
[INFO] [stdout] 199 |         /// If you are unsure if there is a next line, see [`has_next_line`].
[INFO] [stdout]     |                                                              ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task906_2.rs:249:59
[INFO] [stdout]     |
[INFO] [stdout] 249 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task906_2.rs:261:59
[INFO] [stdout]     |
[INFO] [stdout] 261 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task906_2.rs:276:59
[INFO] [stdout]     |
[INFO] [stdout] 276 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task906_2.rs:298:59
[INFO] [stdout]     |
[INFO] [stdout] 298 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task906_2.rs:332:59
[INFO] [stdout]     |
[INFO] [stdout] 332 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task906_2.rs:352:59
[INFO] [stdout]     |
[INFO] [stdout] 352 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task906_2.rs:377:59
[INFO] [stdout]     |
[INFO] [stdout] 377 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task906_2.rs:390:59
[INFO] [stdout]     |
[INFO] [stdout] 390 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` 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 `new`
[INFO] [stdout]    --> src/bin/task907.rs:185:41
[INFO] [stdout]     |
[INFO] [stdout] 185 |         /// For more information, see [`new`].
[INFO] [stdout]     |                                         ^^^ no item named `new` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `new`
[INFO] [stdout]    --> src/bin/task907.rs:214:41
[INFO] [stdout]     |
[INFO] [stdout] 214 |         /// For more information, see [`new`].
[INFO] [stdout]     |                                         ^^^ no item named `new` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task907.rs:227:62
[INFO] [stdout]     |
[INFO] [stdout] 227 |         /// If you are unsure if there is a next line, see [`has_next_line`].
[INFO] [stdout]     |                                                              ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task907.rs:277:59
[INFO] [stdout]     |
[INFO] [stdout] 277 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task907.rs:289:59
[INFO] [stdout]     |
[INFO] [stdout] 289 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task907.rs:304:59
[INFO] [stdout]     |
[INFO] [stdout] 304 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task907.rs:326:59
[INFO] [stdout]     |
[INFO] [stdout] 326 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task907.rs:360:59
[INFO] [stdout]     |
[INFO] [stdout] 360 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task907.rs:380:59
[INFO] [stdout]     |
[INFO] [stdout] 380 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task907.rs:405:59
[INFO] [stdout]     |
[INFO] [stdout] 405 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task907.rs:418:59
[INFO] [stdout]     |
[INFO] [stdout] 418 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` 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 `new`
[INFO] [stdout]    --> src/bin/task909.rs:161:41
[INFO] [stdout]     |
[INFO] [stdout] 161 |         /// For more information, see [`new`].
[INFO] [stdout]     |                                         ^^^ no item named `new` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `new`
[INFO] [stdout]    --> src/bin/task909.rs:190:41
[INFO] [stdout]     |
[INFO] [stdout] 190 |         /// For more information, see [`new`].
[INFO] [stdout]     |                                         ^^^ no item named `new` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task909.rs:203:62
[INFO] [stdout]     |
[INFO] [stdout] 203 |         /// If you are unsure if there is a next line, see [`has_next_line`].
[INFO] [stdout]     |                                                              ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task909.rs:253:59
[INFO] [stdout]     |
[INFO] [stdout] 253 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task909.rs:265:59
[INFO] [stdout]     |
[INFO] [stdout] 265 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task909.rs:280:59
[INFO] [stdout]     |
[INFO] [stdout] 280 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task909.rs:302:59
[INFO] [stdout]     |
[INFO] [stdout] 302 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task909.rs:336:59
[INFO] [stdout]     |
[INFO] [stdout] 336 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task909.rs:356:59
[INFO] [stdout]     |
[INFO] [stdout] 356 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task909.rs:381:59
[INFO] [stdout]     |
[INFO] [stdout] 381 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task909.rs:394:59
[INFO] [stdout]     |
[INFO] [stdout] 394 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` 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 `new`
[INFO] [stdout]    --> src/bin/task889_5.rs:123:41
[INFO] [stdout]     |
[INFO] [stdout] 123 |         /// For more information, see [`new`].
[INFO] [stdout]     |                                         ^^^ no item named `new` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `new`
[INFO] [stdout]    --> src/bin/task889_5.rs:152:41
[INFO] [stdout]     |
[INFO] [stdout] 152 |         /// For more information, see [`new`].
[INFO] [stdout]     |                                         ^^^ no item named `new` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task889_5.rs:165:62
[INFO] [stdout]     |
[INFO] [stdout] 165 |         /// If you are unsure if there is a next line, see [`has_next_line`].
[INFO] [stdout]     |                                                              ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task889_5.rs:215:59
[INFO] [stdout]     |
[INFO] [stdout] 215 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task889_5.rs:227:59
[INFO] [stdout]     |
[INFO] [stdout] 227 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task889_5.rs:242:59
[INFO] [stdout]     |
[INFO] [stdout] 242 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task889_5.rs:264:59
[INFO] [stdout]     |
[INFO] [stdout] 264 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task889_5.rs:298:59
[INFO] [stdout]     |
[INFO] [stdout] 298 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task889_5.rs:318:59
[INFO] [stdout]     |
[INFO] [stdout] 318 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task889_5.rs:343:59
[INFO] [stdout]     |
[INFO] [stdout] 343 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task889_5.rs:356:59
[INFO] [stdout]     |
[INFO] [stdout] 356 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` 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 `new`
[INFO] [stdout]    --> src/bin/task908.rs:189:41
[INFO] [stdout]     |
[INFO] [stdout] 189 |         /// For more information, see [`new`].
[INFO] [stdout]     |                                         ^^^ no item named `new` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `new`
[INFO] [stdout]    --> src/bin/task908.rs:218:41
[INFO] [stdout]     |
[INFO] [stdout] 218 |         /// For more information, see [`new`].
[INFO] [stdout]     |                                         ^^^ no item named `new` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task908.rs:231:62
[INFO] [stdout]     |
[INFO] [stdout] 231 |         /// If you are unsure if there is a next line, see [`has_next_line`].
[INFO] [stdout]     |                                                              ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task908.rs:281:59
[INFO] [stdout]     |
[INFO] [stdout] 281 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task908.rs:293:59
[INFO] [stdout]     |
[INFO] [stdout] 293 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task908.rs:308:59
[INFO] [stdout]     |
[INFO] [stdout] 308 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task908.rs:330:59
[INFO] [stdout]     |
[INFO] [stdout] 330 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task908.rs:364:59
[INFO] [stdout]     |
[INFO] [stdout] 364 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task908.rs:384:59
[INFO] [stdout]     |
[INFO] [stdout] 384 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task908.rs:409:59
[INFO] [stdout]     |
[INFO] [stdout] 409 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` 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 `has_next_line`
[INFO] [stdout]    --> src/bin/task908.rs:422:59
[INFO] [stdout]     |
[INFO] [stdout] 422 |         /// If there is no more data in the buffer. See [`has_next_line`].
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^ no item named `has_next_line` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.49s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/hl01/index.html and 80 other files
[INFO] running `Command { std: "docker" "inspect" "56cfbd0bbee13247fc4a3c0d17f424371803025122bd1bce3d5afb60c687ea57", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "56cfbd0bbee13247fc4a3c0d17f424371803025122bd1bce3d5afb60c687ea57", kill_on_drop: false }`
[INFO] [stdout] 56cfbd0bbee13247fc4a3c0d17f424371803025122bd1bce3d5afb60c687ea57
