[INFO] fetching crate ifc-lite-core 7.1.1...
[INFO] documenting ifc-lite-core-7.1.1 against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] extracting crate ifc-lite-core 7.1.1 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate ifc-lite-core 7.1.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate ifc-lite-core 7.1.1
[INFO] tweaked toml for crates.io crate ifc-lite-core 7.1.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate ifc-lite-core 7.1.1 on toolchain da3f5c31e5535b3dc210067de660a45784ae1e9c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate ifc-lite-core 7.1.1 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" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 05472e209053fa1c7fdd982ecaa3d5b8efcfd7415e786b8d9c884e146920f9ef
[INFO] running `Command { std: "docker" "start" "05472e209053fa1c7fdd982ecaa3d5b8efcfd7415e786b8d9c884e146920f9ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "05472e209053fa1c7fdd982ecaa3d5b8efcfd7415e786b8d9c884e146920f9ef", 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" "05472e209053fa1c7fdd982ecaa3d5b8efcfd7415e786b8d9c884e146920f9ef" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "05472e209053fa1c7fdd982ecaa3d5b8efcfd7415e786b8d9c884e146920f9ef", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "05472e209053fa1c7fdd982ecaa3d5b8efcfd7415e786b8d9c884e146920f9ef" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking lexical-util v1.0.7
[INFO] [stderr]     Checking fast-float2 v0.2.4
[INFO] [stderr]    Compiling syn v3.0.2
[INFO] [stderr]     Checking lexical-write-integer v1.0.6
[INFO] [stderr]     Checking lexical-parse-integer v1.0.6
[INFO] [stderr]     Checking lexical-parse-float v1.0.6
[INFO] [stderr]     Checking lexical-write-float v1.0.6
[INFO] [stderr]     Checking lexical-core v1.0.6
[INFO] [stderr]    Compiling futures-macro v0.3.34
[INFO] [stderr]    Compiling thiserror-impl v2.0.20
[INFO] [stderr]     Checking futures-util v0.3.34
[INFO] [stderr]     Checking thiserror v2.0.20
[INFO] [stderr]  Documenting ifc-lite-core v7.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: public documentation for `parser` links to private item `tokenizer`
[INFO] [stdout]   --> src/parser/mod.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | //! - [`tokenizer`]: nom-combinator tokenization ([`Token`], [`parse_entity`]).
[INFO] [stdout]    |         ^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `parser` links to private item `scanner`
[INFO] [stdout]   --> src/parser/mod.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | //! - [`scanner`]: a byte-level SIMD fast scanner ([`EntityScanner`]) that does
[INFO] [stdout]    |         ^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Token`
[INFO] [stdout]  --> src/parser/scanner.rs:8:70
[INFO] [stdout]   |
[INFO] [stdout] 8 | //! hand-rolled, quote- and comment-aware parsing without building [`Token`]s.
[INFO] [stdout]   |                                                                      ^^^^^ no item named `Token` 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: public documentation for `has_geometry_by_name` links to private item `is_non_geometric_spatial`
[INFO] [stdout]   --> src/schema_helpers.rs:73:10
[INFO] [stdout]    |
[INFO] [stdout] 73 | ///    [`is_non_geometric_spatial`] for how that exempt set is maintained.
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `is_representationless_spatial_container_by_name` links to private item `is_non_geometric_spatial`
[INFO] [stdout]    --> src/schema_helpers.rs:149:13
[INFO] [stdout]     |
[INFO] [stdout] 149 | /// — see [`is_non_geometric_spatial`] — so it is no longer part of this
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `get_conversion_based_unit_factor` links to private item `crate::unit_labels`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           The unit-label tables live in [`crate::unit_labels`], shared with the
[INFO] [stdout]                                          ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `get_si_prefix_multiplier` links to private item `crate::unit_labels`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           The unit-label tables live in [`crate::unit_labels`], shared with the
[INFO] [stdout]                                          ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `try_si_prefix_multiplier` links to private item `crate::unit_labels`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           The unit-label tables live in [`crate::unit_labels`], shared with the
[INFO] [stdout]                                          ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]  --> src/columnar_index.rs:6:21
[INFO] [stdout]   |
[INFO] [stdout] 6 | //! [`EntityIndex`](crate::EntityIndex) `FxHashMap<u32, (usize, usize)>`.
[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)]` on by default
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]   |
[INFO] [stdout] 6 - //! [`EntityIndex`](crate::EntityIndex) `FxHashMap<u32, (usize, usize)>`.
[INFO] [stdout] 6 + //! [`EntityIndex`] `FxHashMap<u32, (usize, usize)>`.
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/columnar_index.rs:30:47
[INFO] [stdout]    |
[INFO] [stdout] 30 | //! keep the `usize`-carrying [`EntityIndex`](crate::EntityIndex) hashmap.
[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] 30 - //! keep the `usize`-carrying [`EntityIndex`](crate::EntityIndex) hashmap.
[INFO] [stdout] 30 + //! keep the `usize`-carrying [`EntityIndex`] hashmap.
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/columnar_index.rs:54:39
[INFO] [stdout]    |
[INFO] [stdout] 54 | ///   tuple layout of [`EntityIndex`](crate::EntityIndex).
[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] 54 - ///   tuple layout of [`EntityIndex`](crate::EntityIndex).
[INFO] [stdout] 54 + ///   tuple layout of [`EntityIndex`].
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/columnar_index.rs:94:55
[INFO] [stdout]    |
[INFO] [stdout] 94 |     /// Build from an already-scanned [`EntityIndex`](crate::EntityIndex)
[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] 94 -     /// Build from an already-scanned [`EntityIndex`](crate::EntityIndex)
[INFO] [stdout] 94 +     /// Build from an already-scanned [`EntityIndex`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/columnar_index.rs:132:55
[INFO] [stdout]     |
[INFO] [stdout] 132 |     /// Build from an already-scanned [`EntityIndex`](crate::EntityIndex)
[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] 132 -     /// Build from an already-scanned [`EntityIndex`](crate::EntityIndex)
[INFO] [stdout] 132 +     /// Build from an already-scanned [`EntityIndex`]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/columnar_index.rs:224:66
[INFO] [stdout]     |
[INFO] [stdout] 224 |     /// `end = start + length`, exactly matching [`EntityIndex`](crate::EntityIndex)'s
[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] 224 -     /// `end = start + length`, exactly matching [`EntityIndex`](crate::EntityIndex)'s
[INFO] [stdout] 224 +     /// `end = start + length`, exactly matching [`EntityIndex`]'s
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/unit_labels.rs:58:1
[INFO] [stdout]    |
[INFO] [stdout] 58 | / pub fn get_conversion_based_unit_factor(name: &str) -> Option<f64> {
[INFO] [stdout] 59 | |     match name.to_uppercase().as_str() {
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `The unit-label tables live in [`crate::unit_labels`], shared with the`
[INFO] [stdout]    = help: ends near `These are the standard conversions defined in IFC specification`
[INFO] [stdout]    = note: `#[deny(rustdoc::unportable_markdown)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/unit_labels.rs:58:1
[INFO] [stdout]    |
[INFO] [stdout] 58 | / pub fn get_conversion_based_unit_factor(name: &str) -> Option<f64> {
[INFO] [stdout] 59 | |     match name.to_uppercase().as_str() {
[INFO] [stdout] ...  |
[INFO] [stdout] 73 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Known conversion factors for imperial/conversion-based units to meters`
[INFO] [stdout]    = help: ends near `Known conversion factors for imperial/conversion-based units to meters`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/unit_labels.rs:51:1
[INFO] [stdout]    |
[INFO] [stdout] 51 | / pub fn get_si_prefix_multiplier(prefix: &str) -> f64 {
[INFO] [stdout] 52 | |     try_si_prefix_multiplier(prefix).unwrap_or(1.0)
[INFO] [stdout] 53 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `The unit-label tables live in [`crate::unit_labels`], shared with the`
[INFO] [stdout]    = help: ends near `must distinguish those two cases want [`try_si_prefix_multiplier`].`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/unit_labels.rs:51:1
[INFO] [stdout]    |
[INFO] [stdout] 51 | / pub fn get_si_prefix_multiplier(prefix: &str) -> f64 {
[INFO] [stdout] 52 | |     try_si_prefix_multiplier(prefix).unwrap_or(1.0)
[INFO] [stdout] 53 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `SI Prefix multipliers as defined in IFC specification.`
[INFO] [stdout]    = help: ends near `SI Prefix multipliers as defined in IFC specification.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/unit_labels.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | / pub fn try_si_prefix_multiplier(prefix: &str) -> Option<f64> {
[INFO] [stdout] 25 | |     match prefix {
[INFO] [stdout] 26 | |         "ATTO" => Some(1e-18),
[INFO] [stdout] 27 | |         "FEMTO" => Some(1e-15),
[INFO] [stdout] ...  |
[INFO] [stdout] 44 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `The unit-label tables live in [`crate::unit_labels`], shared with the`
[INFO] [stdout]    = help: ends near `enumeration, or `None` when the string is not one of its sixteen members.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/unit_labels.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | / pub fn try_si_prefix_multiplier(prefix: &str) -> Option<f64> {
[INFO] [stdout] 25 | |     match prefix {
[INFO] [stdout] 26 | |         "ATTO" => Some(1e-18),
[INFO] [stdout] 27 | |         "FEMTO" => Some(1e-15),
[INFO] [stdout] ...  |
[INFO] [stdout] 44 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `SI Prefix multiplier for a member of the `IfcSIPrefix` EXPRESS`
[INFO] [stdout]    = help: ends near `SI Prefix multiplier for a member of the `IfcSIPrefix` EXPRESS`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `ifc-lite-core`
[INFO] running `Command { std: "docker" "inspect" "05472e209053fa1c7fdd982ecaa3d5b8efcfd7415e786b8d9c884e146920f9ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "05472e209053fa1c7fdd982ecaa3d5b8efcfd7415e786b8d9c884e146920f9ef", kill_on_drop: false }`
[INFO] [stdout] 05472e209053fa1c7fdd982ecaa3d5b8efcfd7415e786b8d9c884e146920f9ef
