[INFO] fetching crate skyscraper 0.1.2... [INFO] documenting skyscraper-0.1.2 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate skyscraper 0.1.2 into /workspace/builds/worker-15/source [INFO] validating manifest of crates.io crate skyscraper 0.1.2 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 skyscraper 0.1.2 [INFO] finished tweaking crates.io crate skyscraper 0.1.2 [INFO] tweaked toml for crates.io crate skyscraper 0.1.2 written to /workspace/builds/worker-15/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] 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-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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] 8ea9a9ae7d39ba40002e8ea9a271b9ceaa8badc0563b7ac86ed75ff8934e60b8 [INFO] running `Command { std: "docker" "start" "-a" "8ea9a9ae7d39ba40002e8ea9a271b9ceaa8badc0563b7ac86ed75ff8934e60b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8ea9a9ae7d39ba40002e8ea9a271b9ceaa8badc0563b7ac86ed75ff8934e60b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ea9a9ae7d39ba40002e8ea9a271b9ceaa8badc0563b7ac86ed75ff8934e60b8", kill_on_drop: false }` [INFO] [stdout] 8ea9a9ae7d39ba40002e8ea9a271b9ceaa8badc0563b7ac86ed75ff8934e60b8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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] 4d199edca9b9b3b4b29a95d53a239d7d1bdf7a13c54c57ca5c609fc9041f6b1e [INFO] running `Command { std: "docker" "start" "-a" "4d199edca9b9b3b4b29a95d53a239d7d1bdf7a13c54c57ca5c609fc9041f6b1e", kill_on_drop: false }` [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking indextree v4.4.0 [INFO] [stderr] Documenting skyscraper v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `TextPointer` [INFO] [stdout] --> src/xpath/tokenizer.rs:116:33 [INFO] [stdout] | [INFO] [stdout] 116 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a DoubleSlash [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/xpath/tokenizer.rs:127:33 [INFO] [stdout] | [INFO] [stdout] 127 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a Slash [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/xpath/tokenizer.rs:137:33 [INFO] [stdout] | [INFO] [stdout] 137 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a OpenSquareBracket [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/xpath/tokenizer.rs:147:33 [INFO] [stdout] | [INFO] [stdout] 147 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a CloseSquareBracket [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/xpath/tokenizer.rs:157:33 [INFO] [stdout] | [INFO] [stdout] 157 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a OpenBracket [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/xpath/tokenizer.rs:167:33 [INFO] [stdout] | [INFO] [stdout] 167 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a CloseBracket [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/xpath/tokenizer.rs:177:33 [INFO] [stdout] | [INFO] [stdout] 177 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a Wildcard [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/xpath/tokenizer.rs:187:33 [INFO] [stdout] | [INFO] [stdout] 187 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a DoubleDot [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/xpath/tokenizer.rs:198:33 [INFO] [stdout] | [INFO] [stdout] 198 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a DoubleDot [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/xpath/tokenizer.rs:208:33 [INFO] [stdout] | [INFO] [stdout] 208 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a AssignmentSign [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/xpath/tokenizer.rs:218:33 [INFO] [stdout] | [INFO] [stdout] 218 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a AtSign [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/xpath/tokenizer.rs:228:33 [INFO] [stdout] | [INFO] [stdout] 228 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a AddSign [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/xpath/tokenizer.rs:238:33 [INFO] [stdout] | [INFO] [stdout] 238 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a MinusSign [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/xpath/tokenizer.rs:248:33 [INFO] [stdout] | [INFO] [stdout] 248 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a GreaterThanSign [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/xpath/tokenizer.rs:258:33 [INFO] [stdout] | [INFO] [stdout] 258 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a LessThanSign [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/xpath/tokenizer.rs:268:33 [INFO] [stdout] | [INFO] [stdout] 268 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a Number [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/xpath/tokenizer.rs:300:33 [INFO] [stdout] | [INFO] [stdout] 300 | /// Checks if the [TextPointer](TextPointer) is currently pointing to an Identifier [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/xpath/tokenizer.rs:321:33 [INFO] [stdout] | [INFO] [stdout] 321 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a Text [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/html/tokenizer.rs:77:33 [INFO] [stdout] | [INFO] [stdout] 77 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a StartTag [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/html/tokenizer.rs:106:33 [INFO] [stdout] | [INFO] [stdout] 106 | /// Checks if the [TextPointer](TextPointer) is currently pointing to an EndTag [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/html/tokenizer.rs:131:33 [INFO] [stdout] | [INFO] [stdout] 131 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a Comment [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/html/tokenizer.rs:151:33 [INFO] [stdout] | [INFO] [stdout] 151 | /// Checks if the [TextPointer](TextPointer) is currently pointing to the end of a Comment [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/html/tokenizer.rs:166:33 [INFO] [stdout] | [INFO] [stdout] 166 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a TagClose [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/html/tokenizer.rs:178:33 [INFO] [stdout] | [INFO] [stdout] 178 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a TagCloseAndEnd [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/html/tokenizer.rs:190:33 [INFO] [stdout] | [INFO] [stdout] 190 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a AssignmentSign [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/html/tokenizer.rs:202:33 [INFO] [stdout] | [INFO] [stdout] 202 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a Literal [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/html/tokenizer.rs:249:33 [INFO] [stdout] | [INFO] [stdout] 249 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a Identifier [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/html/tokenizer.rs:284:33 [INFO] [stdout] | [INFO] [stdout] 284 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a Text [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.58s [INFO] running `Command { std: "docker" "inspect" "4d199edca9b9b3b4b29a95d53a239d7d1bdf7a13c54c57ca5c609fc9041f6b1e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4d199edca9b9b3b4b29a95d53a239d7d1bdf7a13c54c57ca5c609fc9041f6b1e", kill_on_drop: false }` [INFO] [stdout] 4d199edca9b9b3b4b29a95d53a239d7d1bdf7a13c54c57ca5c609fc9041f6b1e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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] dd992d8b5ef6104650b1e0eaa5756b75fa30dee1a160b2cf2409a2fb2d7a4198 [INFO] running `Command { std: "docker" "start" "-a" "dd992d8b5ef6104650b1e0eaa5756b75fa30dee1a160b2cf2409a2fb2d7a4198", kill_on_drop: false }` [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking indextree v4.4.0 [INFO] [stderr] Documenting skyscraper v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `TextPointer` [INFO] [stdout] --> src/xpath/tokenizer.rs:116:33 [INFO] [stdout] | [INFO] [stdout] 116 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a DoubleSlash [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/xpath/tokenizer.rs:127:33 [INFO] [stdout] | [INFO] [stdout] 127 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a Slash [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/xpath/tokenizer.rs:137:33 [INFO] [stdout] | [INFO] [stdout] 137 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a OpenSquareBracket [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/xpath/tokenizer.rs:147:33 [INFO] [stdout] | [INFO] [stdout] 147 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a CloseSquareBracket [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/xpath/tokenizer.rs:157:33 [INFO] [stdout] | [INFO] [stdout] 157 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a OpenBracket [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/xpath/tokenizer.rs:167:33 [INFO] [stdout] | [INFO] [stdout] 167 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a CloseBracket [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/xpath/tokenizer.rs:177:33 [INFO] [stdout] | [INFO] [stdout] 177 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a Wildcard [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/xpath/tokenizer.rs:187:33 [INFO] [stdout] | [INFO] [stdout] 187 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a DoubleDot [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/xpath/tokenizer.rs:198:33 [INFO] [stdout] | [INFO] [stdout] 198 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a DoubleDot [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/xpath/tokenizer.rs:208:33 [INFO] [stdout] | [INFO] [stdout] 208 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a AssignmentSign [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/xpath/tokenizer.rs:218:33 [INFO] [stdout] | [INFO] [stdout] 218 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a AtSign [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/xpath/tokenizer.rs:228:33 [INFO] [stdout] | [INFO] [stdout] 228 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a AddSign [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/xpath/tokenizer.rs:238:33 [INFO] [stdout] | [INFO] [stdout] 238 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a MinusSign [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/xpath/tokenizer.rs:248:33 [INFO] [stdout] | [INFO] [stdout] 248 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a GreaterThanSign [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/xpath/tokenizer.rs:258:33 [INFO] [stdout] | [INFO] [stdout] 258 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a LessThanSign [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/xpath/tokenizer.rs:268:33 [INFO] [stdout] | [INFO] [stdout] 268 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a Number [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/xpath/tokenizer.rs:300:33 [INFO] [stdout] | [INFO] [stdout] 300 | /// Checks if the [TextPointer](TextPointer) is currently pointing to an Identifier [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/xpath/tokenizer.rs:321:33 [INFO] [stdout] | [INFO] [stdout] 321 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a Text [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/html/tokenizer.rs:77:33 [INFO] [stdout] | [INFO] [stdout] 77 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a StartTag [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/html/tokenizer.rs:106:33 [INFO] [stdout] | [INFO] [stdout] 106 | /// Checks if the [TextPointer](TextPointer) is currently pointing to an EndTag [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/html/tokenizer.rs:131:33 [INFO] [stdout] | [INFO] [stdout] 131 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a Comment [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/html/tokenizer.rs:151:33 [INFO] [stdout] | [INFO] [stdout] 151 | /// Checks if the [TextPointer](TextPointer) is currently pointing to the end of a Comment [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/html/tokenizer.rs:166:33 [INFO] [stdout] | [INFO] [stdout] 166 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a TagClose [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/html/tokenizer.rs:178:33 [INFO] [stdout] | [INFO] [stdout] 178 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a TagCloseAndEnd [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/html/tokenizer.rs:190:33 [INFO] [stdout] | [INFO] [stdout] 190 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a AssignmentSign [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/html/tokenizer.rs:202:33 [INFO] [stdout] | [INFO] [stdout] 202 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a Literal [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/html/tokenizer.rs:249:33 [INFO] [stdout] | [INFO] [stdout] 249 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a Identifier [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` 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 `TextPointer` [INFO] [stdout] --> src/html/tokenizer.rs:284:33 [INFO] [stdout] | [INFO] [stdout] 284 | /// Checks if the [TextPointer](TextPointer) is currently pointing to a Text [Symbol](Symbol). [INFO] [stdout] | ^^^^^^^^^^^ no item named `TextPointer` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.38s [INFO] running `Command { std: "docker" "inspect" "dd992d8b5ef6104650b1e0eaa5756b75fa30dee1a160b2cf2409a2fb2d7a4198", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd992d8b5ef6104650b1e0eaa5756b75fa30dee1a160b2cf2409a2fb2d7a4198", kill_on_drop: false }` [INFO] [stdout] dd992d8b5ef6104650b1e0eaa5756b75fa30dee1a160b2cf2409a2fb2d7a4198