# rustc version rustc 1.89.0-nightly (1bbd62e54 2025-05-29)
# docs.rs version docsrs 0.6.0 (d2911047 2025-05-28)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/parse-rs-0.2.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/parse-rs-0.2.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250529-1.89.0-nightly-1bbd62e54\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu" "--config" "build.rustdocflags=[\"-Zmetrics-dir=/opt/rustwide/target/metrics\"]", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] af0fb52babac9b9a8e8e072d4d92348d2999d71413ad0192e2a987eb869c7a0d [INFO] running `Command { std: "docker" "start" "-a" "af0fb52babac9b9a8e8e072d4d92348d2999d71413ad0192e2a987eb869c7a0d", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting parse-rs v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: Rust code block is empty [INFO] [stderr] --> src/query.rs:257:9 [INFO] [stderr] | [INFO] [stderr] 257 | /// ``` [INFO] [stderr] | _________^ [INFO] [stderr] 258 | | /// // let post_pointer = Pointer::new("Post", "postId123"); [INFO] [stderr] 259 | | /// // let mut comment_query = ParseQuery::new("Comment"); [INFO] [stderr] 260 | | /// // comment_query.related_to(&post_pointer, "comments"); [INFO] [stderr] 261 | | /// ``` [INFO] [stderr] | |___________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default [INFO] [stderr] help: mark blocks that do not contain Rust code as text [INFO] [stderr] | [INFO] [stderr] 257 | /// ```text [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/session.rs:74:50 [INFO] [stderr] | [INFO] [stderr] 74 | /// A vector containing the [`ParseSession`](crate::session::ParseSession) objects retrieved. [INFO] [stderr] | -------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 74 - /// A vector containing the [`ParseSession`](crate::session::ParseSession) objects retrieved. [INFO] [stderr] 74 + /// A vector containing the [`ParseSession`] objects retrieved. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/session.rs:116:52 [INFO] [stderr] | [INFO] [stderr] 116 | /// A `Result` containing the [`ParseSession`](crate::session::ParseSession) object for the current session [INFO] [stderr] | -------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 116 - /// A `Result` containing the [`ParseSession`](crate::session::ParseSession) object for the current session [INFO] [stderr] 116 + /// A `Result` containing the [`ParseSession`] object for the current session [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/session.rs:175:52 [INFO] [stderr] | [INFO] [stderr] 175 | /// A `Result` containing the [`ParseSession`](crate::session::ParseSession) object if found and the Master Key is valid, [INFO] [stderr] | -------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 175 - /// A `Result` containing the [`ParseSession`](crate::session::ParseSession) object if found and the Master Key is valid, [INFO] [stderr] 175 + /// A `Result` containing the [`ParseSession`] object if found and the Master Key is valid, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/session.rs:295:59 [INFO] [stderr] | [INFO] [stderr] 295 | /// A `Result` containing a [`SessionUpdateResponse`](crate::session::SessionUpdateResponse) (which typically includes the `updatedAt... [INFO] [stderr] | ----------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 295 - /// A `Result` containing a [`SessionUpdateResponse`](crate::session::SessionUpdateResponse) (which typically includes the `updatedAt` timestamp) [INFO] [stderr] 295 + /// A `Result` containing a [`SessionUpdateResponse`] (which typically includes the `updatedAt` timestamp) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `Utc` [INFO] [stderr] --> src/types/date.rs:36:56 [INFO] [stderr] | [INFO] [stderr] 36 | /// Creates a new ParseDate from a chrono::DateTime<Utc> object. [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 36 | /// Creates a new ParseDate from a `chrono::DateTime<Utc>` object. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `Utc` [INFO] [stderr] --> src/types/date.rs:44:65 [INFO] [stderr] | [INFO] [stderr] 44 | /// Attempts to parse the ISO string into a chrono::DateTime<Utc> object. [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 44 | /// Attempts to parse the ISO string into a `chrono::DateTime<Utc>` object. [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/user.rs:129:52 [INFO] [stderr] | [INFO] [stderr] 129 | /// Commonly, this will be [`SignupRequest`](crate::user::SignupRequest) for standard username/password/email signups, [INFO] [stderr] | --------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 129 - /// Commonly, this will be [`SignupRequest`](crate::user::SignupRequest) for standard username/password/email signups, [INFO] [stderr] 129 + /// Commonly, this will be [`SignupRequest`] for standard username/password/email signups, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/user.rs:140:52 [INFO] [stderr] | [INFO] [stderr] 140 | /// A `Result` containing a [`SignupResponse`](crate::user::SignupResponse) if the signup is successful, [INFO] [stderr] | ---------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 140 - /// A `Result` containing a [`SignupResponse`](crate::user::SignupResponse) if the signup is successful, [INFO] [stderr] 140 + /// A `Result` containing a [`SignupResponse`] if the signup is successful, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/user.rs:219:51 [INFO] [stderr] | [INFO] [stderr] 219 | /// Commonly, this will be [`LoginRequest`](crate::user::LoginRequest) for standard username/password logins. [INFO] [stderr] | -------------- ^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 219 - /// Commonly, this will be [`LoginRequest`](crate::user::LoginRequest) for standard username/password logins. [INFO] [stderr] 219 + /// Commonly, this will be [`LoginRequest`] for standard username/password logins. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/user.rs:229:54 [INFO] [stderr] | [INFO] [stderr] 229 | /// A `Result` containing the full [`ParseUser`](crate::user::ParseUser) object if the login is successful, [INFO] [stderr] | ----------- ^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 229 - /// A `Result` containing the full [`ParseUser`](crate::user::ParseUser) object if the login is successful, [INFO] [stderr] 229 + /// A `Result` containing the full [`ParseUser`] object if the login is successful, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/user.rs:292:49 [INFO] [stderr] | [INFO] [stderr] 292 | /// A `Result` containing the [`ParseUser`](crate::user::ParseUser) object for the currently [INFO] [stderr] | ----------- ^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 292 - /// A `Result` containing the [`ParseUser`](crate::user::ParseUser) object for the currently [INFO] [stderr] 292 + /// A `Result` containing the [`ParseUser`] object for the currently [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/user.rs:422:59 [INFO] [stderr] | [INFO] [stderr] 422 | /// Commonly, this will be [`PasswordResetRequest`](crate::user::PasswordResetRequest). [INFO] [stderr] | ---------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 422 - /// Commonly, this will be [`PasswordResetRequest`](crate::user::PasswordResetRequest). [INFO] [stderr] 422 + /// Commonly, this will be [`PasswordResetRequest`]. [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: redundant explicit link target [INFO] [stderr] --> src/user.rs:499:49 [INFO] [stderr] | [INFO] [stderr] 499 | /// A `Result` containing the [`ParseUser`](crate::user::ParseUser) object for the user [INFO] [stderr] | ----------- ^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stderr] | | [INFO] [stderr] | because label contains path that resolves to same destination [INFO] [stderr] | [INFO] [stderr] = note: when a link's destination is not specified, [INFO] [stderr] the label is used to resolve intra-doc links [INFO] [stderr] help: remove explicit link target [INFO] [stderr] | [INFO] [stderr] 499 - /// A `Result` containing the [`ParseUser`](crate::user::ParseUser) object for the user [INFO] [stderr] 499 + /// A `Result` containing the [`ParseUser`] object for the user [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `parse-rs` (lib doc) generated 14 warnings (run `cargo fix --lib -p parse-rs` to apply 1 suggestion) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/parse_rs/index.html [INFO] running `Command { std: "docker" "inspect" "af0fb52babac9b9a8e8e072d4d92348d2999d71413ad0192e2a987eb869c7a0d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af0fb52babac9b9a8e8e072d4d92348d2999d71413ad0192e2a987eb869c7a0d", kill_on_drop: false }` [INFO] [stdout] af0fb52babac9b9a8e8e072d4d92348d2999d71413ad0192e2a987eb869c7a0d