[INFO] cloning repository https://github.com/3mp8r3/semver_rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/3mp8r3/semver_rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F3mp8r3%2Fsemver_rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F3mp8r3%2Fsemver_rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7751d347721c452d506600eb544b61d4384ceb49
[INFO] documenting 3mp8r3/semver_rs against beta-2025-10-28 for beta-1.92-rustdoc-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F3mp8r3%2Fsemver_rs" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/3mp8r3/semver_rs
[INFO] finished tweaking git repo https://github.com/3mp8r3/semver_rs
[INFO] tweaked toml for git repo https://github.com/3mp8r3/semver_rs written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/3mp8r3/semver_rs on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/3mp8r3/semver_rs 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" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: `dev_dependencies` is deprecated in favor of `dev-dependencies` and will not work in the 2024 edition
[INFO] [stderr] (in the `semver_rs` package)
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 791744a3294df9af1ff7de5cd93e0e10c0f1714749fc8843498ca62bd832c60a
[INFO] running `Command { std: "docker" "start" "-a" "791744a3294df9af1ff7de5cd93e0e10c0f1714749fc8843498ca62bd832c60a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "791744a3294df9af1ff7de5cd93e0e10c0f1714749fc8843498ca62bd832c60a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "791744a3294df9af1ff7de5cd93e0e10c0f1714749fc8843498ca62bd832c60a", kill_on_drop: false }`
[INFO] [stdout] 791744a3294df9af1ff7de5cd93e0e10c0f1714749fc8843498ca62bd832c60a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 793316bee0ea8eb9ed162ca13fcdf9e375c1545966f6717650ea1f1b0d9ee502
[INFO] running `Command { std: "docker" "start" "-a" "793316bee0ea8eb9ed162ca13fcdf9e375c1545966f6717650ea1f1b0d9ee502", kill_on_drop: false }`
[INFO] [stderr] warning: `dev_dependencies` is deprecated in favor of `dev-dependencies` and will not work in the 2024 edition
[INFO] [stderr] (in the `semver_rs` package)
[INFO] [stderr]    Compiling proc-macro2 v1.0.32
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling syn v1.0.81
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]     Checking regex-syntax v0.6.25
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]     Checking aho-corasick v0.7.18
[INFO] [stderr]     Checking regex v1.5.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]     Checking thiserror v1.0.30
[INFO] [stderr]  Documenting semver_rs v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `create::version::Version`
[INFO] [stdout]   --> src/comparator.rs:34:92
[INFO] [stdout]    |
[INFO] [stdout] 34 | /// A `Comparator` is composed of an [Operator](crate::operator::Operator) and a [Version](create::version::Version).
[INFO] [stdout]    |                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `create` in scope
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:2:9
[INFO] [stdout]    |
[INFO] [stdout]  2 | #![deny(warnings, missing_debug_implementations)]
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` implied by `#[warn(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]  --> src/builder.rs:8:34
[INFO] [stdout]   |
[INFO] [stdout] 8 | /// Allows building an [Options](crate::Options) instance.
[INFO] [stdout]   |                         -------  ^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]   |                         |
[INFO] [stdout]   |                         because label contains path that resolves to same destination
[INFO] [stdout]   |
[INFO] [stdout]   = note: when a link's destination is not specified,
[INFO] [stdout]           the label is used to resolve intra-doc links
[INFO] [stdout]   = note: `#[warn(rustdoc::redundant_explicit_links)]` implied by `#[warn(warnings)]`
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]   |
[INFO] [stdout] 8 - /// Allows building an [Options](crate::Options) instance.
[INFO] [stdout] 8 + /// Allows building an [Options] instance.
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/builder.rs:66:60
[INFO] [stdout]    |
[INFO] [stdout] 66 |     /// Returns a builder that allows building a [Options](crate::Options) instance.    
[INFO] [stdout]    |                                                   -------  ^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                                                   |
[INFO] [stdout]    |                                                   because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 66 -     /// Returns a builder that allows building a [Options](crate::Options) instance.    
[INFO] [stdout] 66 +     /// Returns a builder that allows building a [Options] instance.    
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/builder.rs:78:44
[INFO] [stdout]    |
[INFO] [stdout] 78 | /// by also optionally supplying [Options](crate::Options).
[INFO] [stdout]    |                                   -------  ^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                                   |
[INFO] [stdout]    |                                   because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 78 - /// by also optionally supplying [Options](crate::Options).
[INFO] [stdout] 78 + /// by also optionally supplying [Options].
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/comparator.rs:34:49
[INFO] [stdout]    |
[INFO] [stdout] 34 | /// A `Comparator` is composed of an [Operator](crate::operator::Operator) and a [Version](create::version::Version).
[INFO] [stdout]    |                                       --------  ^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                                       |
[INFO] [stdout]    |                                       because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 34 - /// A `Comparator` is composed of an [Operator](crate::operator::Operator) and a [Version](create::version::Version).
[INFO] [stdout] 34 + /// A `Comparator` is composed of an [Operator] and a [Version](create::version::Version).
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/compare_fns.rs:10:38
[INFO] [stdout]    |
[INFO] [stdout] 10 | /// Parses a string into a [Version](crate::Version).
[INFO] [stdout]    |                             -------  ^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                             |
[INFO] [stdout]    |                             because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 10 - /// Parses a string into a [Version](crate::Version).
[INFO] [stdout] 10 + /// Parses a string into a [Version].
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/compare_fns.rs:22:40
[INFO] [stdout]    |
[INFO] [stdout] 22 | /// Compares the ordering of [Version](crate::Version) `a` vs [Version](crate::Version) `b`.
[INFO] [stdout]    |                               -------  ^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 22 - /// Compares the ordering of [Version](crate::Version) `a` vs [Version](crate::Version) `b`.
[INFO] [stdout] 22 + /// Compares the ordering of [Version] `a` vs [Version](crate::Version) `b`.
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/compare_fns.rs:22:73
[INFO] [stdout]    |
[INFO] [stdout] 22 | /// Compares the ordering of [Version](crate::Version) `a` vs [Version](crate::Version) `b`.
[INFO] [stdout]    |                                                                -------  ^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                                                                |
[INFO] [stdout]    |                                                                because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 22 - /// Compares the ordering of [Version](crate::Version) `a` vs [Version](crate::Version) `b`.
[INFO] [stdout] 22 + /// Compares the ordering of [Version](crate::Version) `a` vs [Version] `b`.
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/compare_fns.rs:29:32
[INFO] [stdout]    |
[INFO] [stdout] 29 | /// Compares whether [Version](crate::Version) `a` matches the semver operator against [Version](crate::Version) `b`.
[INFO] [stdout]    |                       -------  ^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                       |
[INFO] [stdout]    |                       because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 29 - /// Compares whether [Version](crate::Version) `a` matches the semver operator against [Version](crate::Version) `b`.
[INFO] [stdout] 29 + /// Compares whether [Version] `a` matches the semver operator against [Version](crate::Version) `b`.
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/compare_fns.rs:29:98
[INFO] [stdout]    |
[INFO] [stdout] 29 | /// Compares whether [Version](crate::Version) `a` matches the semver operator against [Version](crate::Version) `b`.
[INFO] [stdout]    |                                                                                         -------  ^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                                                                                         |
[INFO] [stdout]    |                                                                                         because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 29 - /// Compares whether [Version](crate::Version) `a` matches the semver operator against [Version](crate::Version) `b`.
[INFO] [stdout] 29 + /// Compares whether [Version](crate::Version) `a` matches the semver operator against [Version] `b`.
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/compare_fns.rs:51:30
[INFO] [stdout]    |
[INFO] [stdout] 51 | /// Checks whether [Version](crate::Version) is in a [Range](crate::Range).
[INFO] [stdout]    |                     -------  ^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 51 - /// Checks whether [Version](crate::Version) is in a [Range](crate::Range).
[INFO] [stdout] 51 + /// Checks whether [Version] is in a [Range](crate::Range).
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/compare_fns.rs:51:62
[INFO] [stdout]    |
[INFO] [stdout] 51 | /// Checks whether [Version](crate::Version) is in a [Range](crate::Range).
[INFO] [stdout]    |                                                       -----  ^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                                                       |
[INFO] [stdout]    |                                                       because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 51 - /// Checks whether [Version](crate::Version) is in a [Range](crate::Range).
[INFO] [stdout] 51 + /// Checks whether [Version](crate::Version) is in a [Range].
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.11s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/semver_rs/index.html
[INFO] running `Command { std: "docker" "inspect" "793316bee0ea8eb9ed162ca13fcdf9e375c1545966f6717650ea1f1b0d9ee502", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "793316bee0ea8eb9ed162ca13fcdf9e375c1545966f6717650ea1f1b0d9ee502", kill_on_drop: false }`
[INFO] [stdout] 793316bee0ea8eb9ed162ca13fcdf9e375c1545966f6717650ea1f1b0d9ee502
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "RUSTDOCFLAGS=--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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 98de7b3272dc65a96834a02bf4a06bd79845d326414d1dc5822548999ee460b7
[INFO] running `Command { std: "docker" "start" "-a" "98de7b3272dc65a96834a02bf4a06bd79845d326414d1dc5822548999ee460b7", kill_on_drop: false }`
[INFO] [stderr] warning: `dev_dependencies` is deprecated in favor of `dev-dependencies` and will not work in the 2024 edition
[INFO] [stderr] (in the `semver_rs` package)
[INFO] [stderr]  Documenting semver_rs v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/semver_rs/index.html
[INFO] running `Command { std: "docker" "inspect" "98de7b3272dc65a96834a02bf4a06bd79845d326414d1dc5822548999ee460b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "98de7b3272dc65a96834a02bf4a06bd79845d326414d1dc5822548999ee460b7", kill_on_drop: false }`
[INFO] [stdout] 98de7b3272dc65a96834a02bf4a06bd79845d326414d1dc5822548999ee460b7
