[INFO] fetching crate rubo4e 0.14.0...
[INFO] documenting rubo4e-0.14.0 against 824336ad4127ce295849937a24c08a4aeff6ada7 for pr-162169
[INFO] extracting crate rubo4e 0.14.0 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate rubo4e 0.14.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate rubo4e 0.14.0
[INFO] tweaked toml for crates.io crate rubo4e 0.14.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate rubo4e 0.14.0 on toolchain 824336ad4127ce295849937a24c08a4aeff6ada7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rubo4e 0.14.0 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" "+824336ad4127ce295849937a24c08a4aeff6ada7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded garde v0.23.0
[INFO] [stderr]   Downloaded garde_derive v0.23.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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] be276cdeb508156c1c04395e8d5c5c64b3561601297316b59dc04466c6b220cb
[INFO] running `Command { std: "docker" "start" "be276cdeb508156c1c04395e8d5c5c64b3561601297316b59dc04466c6b220cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "be276cdeb508156c1c04395e8d5c5c64b3561601297316b59dc04466c6b220cb", 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" "be276cdeb508156c1c04395e8d5c5c64b3561601297316b59dc04466c6b220cb" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "be276cdeb508156c1c04395e8d5c5c64b3561601297316b59dc04466c6b220cb", 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" "be276cdeb508156c1c04395e8d5c5c64b3561601297316b59dc04466c6b220cb" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v3.0.4
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling thiserror-impl v2.0.20
[INFO] [stderr]     Checking thiserror v2.0.20
[INFO] [stderr]     Checking serde v1.0.229
[INFO] [stderr]  Documenting rubo4e v0.14.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `current`
[INFO] [stdout]   --> src/lib.rs:32:40
[INFO] [stdout]    |
[INFO] [stdout] 32 | //! | Read or write a BO4E payload | [`current`], [`json::Bo4eJsonExt`] |
[INFO] [stdout]    |                                        ^^^^^^^ no item named `current` 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 `json::Bo4eJsonExt`
[INFO] [stdout]   --> src/lib.rs:32:53
[INFO] [stdout]    |
[INFO] [stdout] 32 | //! | Read or write a BO4E payload | [`current`], [`json::Bo4eJsonExt`] |
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^^ no item named `json` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Bo4eStrict`
[INFO] [stdout]   --> src/lib.rs:33:64
[INFO] [stdout]    |
[INFO] [stdout] 33 | //! | Reject a payload that carries an out-of-schema value | [`Bo4eStrict`], [`Bo4eEnum`] |
[INFO] [stdout]    |                                                                ^^^^^^^^^^ no item named `Bo4eStrict` 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 `Bo4eEnum`
[INFO] [stdout]   --> src/lib.rs:33:80
[INFO] [stdout]    |
[INFO] [stdout] 33 | //! | Reject a payload that carries an out-of-schema value | [`Bo4eStrict`], [`Bo4eEnum`] |
[INFO] [stdout]    |                                                                                ^^^^^^^^ no item named `Bo4eEnum` 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 `json::Bo4eExtensions`
[INFO] [stdout]   --> src/lib.rs:34:76
[INFO] [stdout]    |
[INFO] [stdout] 34 | //! | Check that a document you produced uses only fields BO4E defines | [`json::Bo4eExtensions`] |
[INFO] [stdout]    |                                                                            ^^^^^^^^^^^^^^^^^^^^ no item named `json` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `zusatz_attribut`
[INFO] [stdout]   --> src/lib.rs:37:47
[INFO] [stdout]    |
[INFO] [stdout] 37 | //! | Carry something BO4E does not model | [`zusatz_attribut`] |
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^^ no item named `zusatz_attribut` 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 `validation`
[INFO] [stdout]   --> src/lib.rs:38:53
[INFO] [stdout]    |
[INFO] [stdout] 38 | //! | Check a document against BO4E's own rules | [`validation`] |
[INFO] [stdout]    |                                                     ^^^^^^^^^^ no item named `validation` 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 `timeseries`
[INFO] [stdout]   --> src/lib.rs:39:62
[INFO] [stdout]    |
[INFO] [stdout] 39 | //! | Work with a `Lastgang`, `Zeitreihe` or `Zaehlwerk` | [`timeseries`] |
[INFO] [stdout]    |                                                              ^^^^^^^^^^ no item named `timeseries` 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 `units`
[INFO] [stdout]   --> src/lib.rs:40:60
[INFO] [stdout]    |
[INFO] [stdout] 40 | //! | Convert between units, or turn power into energy | [`units`] |
[INFO] [stdout]    |                                                            ^^^^^ no item named `units` 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 `json::Bo4eJsonExt`
[INFO] [stdout]   --> src/lib.rs:66:34
[INFO] [stdout]    |
[INFO] [stdout] 66 | //! `to_json_canonical()` from [`json::Bo4eJsonExt`].
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^ no item named `json` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `garde`
[INFO] [stdout]   --> src/identifiers/mod.rs:14:28
[INFO] [stdout]    |
[INFO] [stdout] 14 | //! additionally derives [`garde`] rules that re-run the *same* function, so a
[INFO] [stdout]    |                            ^^^^^ no item named `garde` 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 `impl_identifier_traits`
[INFO] [stdout]   --> src/identifiers/macros.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | //! [`impl_identifier_traits!`] generates that shared surface, and
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^ no item named `impl_identifier_traits` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: `macro_rules` named `impl_identifier_traits` exists in this crate, but it is not in scope at this link's location
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `bdew_ascii_identifier`
[INFO] [stdout]   --> src/identifiers/macros.rs:11:7
[INFO] [stdout]    |
[INFO] [stdout] 11 | //! [`bdew_ascii_identifier!`] generates a whole §8.2 ASCII-Verfahren identifier
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^ no item named `bdew_ascii_identifier` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = note: `macro_rules` named `bdew_ascii_identifier` exists in this crate, but it is not in scope at this link's location
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::identifiers::schema`
[INFO] [stdout]    --> src/identifiers/macros.rs:128:46
[INFO] [stdout]     |
[INFO] [stdout] 128 | /// - `$schema_meta` — the type's entry in [`crate::identifiers::schema`], read by
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `schema` in module `identifiers`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::identifiers::schema`
[INFO] [stdout]    --> src/identifiers/macros.rs:262:46
[INFO] [stdout]     |
[INFO] [stdout] 262 | /// - `$schema_meta` — the type's entry in [`crate::identifiers::schema`], read by
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `schema` in module `identifiers`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::current::Zahlungsinformation::iban_checked`
[INFO] [stdout]  --> src/identifiers/bank.rs:9:44
[INFO] [stdout]   |
[INFO] [stdout] 9 | //! [`Zahlungsinformation::iban_checked`]: crate::current::Zahlungsinformation::iban_checked
[INFO] [stdout]   |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `current` in module `rubo4e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::zusatz_attribut::well_known::ZAEHLPUNKT`
[INFO] [stdout]    --> src/identifiers/zaehlpunkt.rs:210:32
[INFO] [stdout]     |
[INFO] [stdout] 210 | /// [`well_known::ZAEHLPUNKT`](crate::zusatz_attribut::well_known::ZAEHLPUNKT)
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `zusatz_attribut` in module `rubo4e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::current::Messlokation`
[INFO] [stdout]    --> src/identifiers/zaehlpunkt.rs:247:26
[INFO] [stdout]     |
[INFO] [stdout] 247 |     /// [`Messlokation`](crate::current::Messlokation).
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `current` in module `rubo4e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::current::Lokationszuordnung`
[INFO] [stdout]   --> src/lokationsbuendel/mod.rs:88:29
[INFO] [stdout]    |
[INFO] [stdout] 88 | //! [`Lokationszuordnung`]: crate::current::Lokationszuordnung
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `current` in module `rubo4e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Lokationsbuendel`
[INFO] [stdout]   --> src/lokationsbuendel/mod.rs:19:39
[INFO] [stdout]    |
[INFO] [stdout] 19 | //! without giving it a new schema: [`Lokationsbuendel`] is a borrowed *view* over
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^ no item named `Lokationsbuendel` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] help: there's a similarly named item `Lokationsbuendelcode`
[INFO] [stdout]    |
[INFO] [stdout] 19 | //! without giving it a new schema: [`Lokationsbuendelcode`] is a borrowed *view* over
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `LokationsbuendelExt::audit_buendel`
[INFO] [stdout]   --> src/lokationsbuendel/mod.rs:89:44
[INFO] [stdout]    |
[INFO] [stdout] 89 | //! [`Lokationszuordnung::audit_buendel`]: LokationsbuendelExt::audit_buendel
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `LokationsbuendelExt` in scope
[INFO] [stdout]    |
[INFO] [stdout] help: there's a similarly named item `Lokationsbuendelcode`
[INFO] [stdout]    |
[INFO] [stdout] 89 - //! [`Lokationszuordnung::audit_buendel`]: LokationsbuendelExt::audit_buendel
[INFO] [stdout] 89 + //! [`Lokationszuordnung::audit_buendel`]: Lokationsbuendelcode::audit_buendel
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `LokationsbuendelExt::audit_buendel`
[INFO] [stdout]   --> src/lokationsbuendel/mod.rs:84:39
[INFO] [stdout]    |
[INFO] [stdout] 84 | //! Ressource", and [`audit_buendel`](LokationsbuendelExt::audit_buendel) leaves
[INFO] [stdout]    |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `LokationsbuendelExt` in scope
[INFO] [stdout]    |
[INFO] [stdout] help: there's a similarly named item `Lokationsbuendelcode`
[INFO] [stdout]    |
[INFO] [stdout] 84 - //! Ressource", and [`audit_buendel`](LokationsbuendelExt::audit_buendel) leaves
[INFO] [stdout] 84 + //! Ressource", and [`audit_buendel`](Lokationsbuendelcode::audit_buendel) leaves
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Lokationsbuendel::steuerbare_ressourcen`
[INFO] [stdout]   --> src/lokationsbuendel/mod.rs:86:16
[INFO] [stdout]    |
[INFO] [stdout] 86 | //! unknown. [`Lokationsbuendel::steuerbare_ressourcen`] still lists them.
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Lokationsbuendel` in scope
[INFO] [stdout]    |
[INFO] [stdout] help: there's a similarly named item `Lokationsbuendelcode`
[INFO] [stdout]    |
[INFO] [stdout] 86 | //! unknown. [`Lokationsbuendelcode::steuerbare_ressourcen`] still lists them.
[INFO] [stdout]    |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::current::Energierichtung`
[INFO] [stdout]    --> src/lokationsbuendel/mod.rs:152:29
[INFO] [stdout]     |
[INFO] [stdout] 152 | /// Not [`Energierichtung`](crate::current::Energierichtung): that BO4E enum is
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `current` in module `rubo4e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Flussrichtung::as_energierichtung`
[INFO] [stdout]    --> src/lokationsbuendel/mod.rs:155:26
[INFO] [stdout]     |
[INFO] [stdout] 155 | /// that records both. [`Flussrichtung::as_energierichtung`] converts where the
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the enum `Flussrichtung` has no variant or associated item named `as_energierichtung`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Bo4eTyped`
[INFO] [stdout]    --> src/lib.rs:574:23
[INFO] [stdout]     |
[INFO] [stdout] 574 | /// | `versioned` | [`Bo4eTyped`], [`Bo4eObject`], [`Bo4eComponent`], [`Bo4eEnum`], [`Bo4eStrict`], [`Dimension`](crate::units::Dim...
[INFO] [stdout]     |                       ^^^^^^^^^ no item named `Bo4eTyped` 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 `Bo4eObject`
[INFO] [stdout]    --> src/lib.rs:574:38
[INFO] [stdout]     |
[INFO] [stdout] 574 | /// | `versioned` | [`Bo4eTyped`], [`Bo4eObject`], [`Bo4eComponent`], [`Bo4eEnum`], [`Bo4eStrict`], [`Dimension`](crate::units::Dim...
[INFO] [stdout]     |                                      ^^^^^^^^^^ no item named `Bo4eObject` 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 `Bo4eComponent`
[INFO] [stdout]    --> src/lib.rs:574:54
[INFO] [stdout]     |
[INFO] [stdout] 574 | /// | `versioned` | [`Bo4eTyped`], [`Bo4eObject`], [`Bo4eComponent`], [`Bo4eEnum`], [`Bo4eStrict`], [`Dimension`](crate::units::Dim...
[INFO] [stdout]     |                                                      ^^^^^^^^^^^^^ no item named `Bo4eComponent` 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 `Bo4eEnum`
[INFO] [stdout]    --> src/lib.rs:574:73
[INFO] [stdout]     |
[INFO] [stdout] 574 | /// | `versioned` | [`Bo4eTyped`], [`Bo4eObject`], [`Bo4eComponent`], [`Bo4eEnum`], [`Bo4eStrict`], [`Dimension`](crate::units::Dim...
[INFO] [stdout]     |                                                                         ^^^^^^^^ no item named `Bo4eEnum` 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 `Bo4eStrict`
[INFO] [stdout]    --> src/lib.rs:574:87
[INFO] [stdout]     |
[INFO] [stdout] 574 | ...ct`], [`Bo4eComponent`], [`Bo4eEnum`], [`Bo4eStrict`], [`Dimension`](crate::units::Dimension), [`LokationsbuendelExt`](crate::lo...
[INFO] [stdout]     |                                             ^^^^^^^^^^ no item named `Bo4eStrict` 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 `crate::units::Dimension`
[INFO] [stdout]    --> src/lib.rs:574:115
[INFO] [stdout]     |
[INFO] [stdout] 574 | ..., [`Bo4eStrict`], [`Dimension`](crate::units::Dimension), [`LokationsbuendelExt`](crate::lokationsbuendel::LokationsbuendelExt),...
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^ no item named `units` in module `rubo4e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::lokationsbuendel::LokationsbuendelExt`
[INFO] [stdout]    --> src/lib.rs:574:165
[INFO] [stdout]     |
[INFO] [stdout] 574 | ...delExt`](crate::lokationsbuendel::LokationsbuendelExt), [`LokationsbuendelObjekt`](crate::lokationsbuendel::LokationsbuendelObje...
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `LokationsbuendelExt` in module `lokationsbuendel`
[INFO] [stdout]     |
[INFO] [stdout] help: there's a similarly named item `Lokationsbuendelcode`
[INFO] [stdout]     |
[INFO] [stdout] 574 - /// | `versioned` | [`Bo4eTyped`], [`Bo4eObject`], [`Bo4eComponent`], [`Bo4eEnum`], [`Bo4eStrict`], [`Dimension`](crate::units::Dimension), [`LokationsbuendelExt`](crate::lokationsbuendel::LokationsbuendelExt), [`LokationsbuendelObjekt`](crate::lokationsbuendel::LokationsbuendelObjekt) , [`ZusatzAttributeExt`](crate::zusatz_attribut::ZusatzAttributeExt) |
[INFO] [stdout] 574 + /// | `versioned` | [`Bo4eTyped`], [`Bo4eObject`], [`Bo4eComponent`], [`Bo4eEnum`], [`Bo4eStrict`], [`Dimension`](crate::units::Dimension), [`LokationsbuendelExt`](crate::lokationsbuendel::Lokationsbuendelcode), [`LokationsbuendelObjekt`](crate::lokationsbuendel::LokationsbuendelObjekt) , [`ZusatzAttributeExt`](crate::zusatz_attribut::ZusatzAttributeExt) |
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::lokationsbuendel::LokationsbuendelObjekt`
[INFO] [stdout]    --> src/lib.rs:574:239
[INFO] [stdout]     |
[INFO] [stdout] 574 | ...ekt`](crate::lokationsbuendel::LokationsbuendelObjekt) , [`ZusatzAttributeExt`](crate::zusatz_attribut::ZusatzAttributeExt) |
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `LokationsbuendelObjekt` in module `lokationsbuendel`
[INFO] [stdout]     |
[INFO] [stdout] help: there's a similarly named item `LokationsbuendelObjektcode`
[INFO] [stdout]     |
[INFO] [stdout] 574 | /// | `versioned` | [`Bo4eTyped`], [`Bo4eObject`], [`Bo4eComponent`], [`Bo4eEnum`], [`Bo4eStrict`], [`Dimension`](crate::units::Dimension), [`LokationsbuendelExt`](crate::lokationsbuendel::LokationsbuendelExt), [`LokationsbuendelObjekt`](crate::lokationsbuendel::LokationsbuendelObjektcode) , [`ZusatzAttributeExt`](crate::zusatz_attribut::ZusatzAttributeExt) |
[INFO] [stdout]     |                                                                                                                                                                                                                                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::zusatz_attribut::ZusatzAttributeExt`
[INFO] [stdout]    --> src/lib.rs:574:313
[INFO] [stdout]     |
[INFO] [stdout] 574 | ...tzAttributeExt`](crate::zusatz_attribut::ZusatzAttributeExt) |
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `zusatz_attribut` in module `rubo4e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::json::Bo4eJsonExt`
[INFO] [stdout]    --> src/lib.rs:575:32
[INFO] [stdout]     |
[INFO] [stdout] 575 | /// | `json` | [`Bo4eJsonExt`](crate::json::Bo4eJsonExt), [`Bo4eExtensionData`](crate::json::Bo4eExtensionData), [`Bo4eExtensions`]...
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `json` in module `rubo4e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::json::Bo4eExtensionData`
[INFO] [stdout]    --> src/lib.rs:575:81
[INFO] [stdout]     |
[INFO] [stdout] 575 | ...nExt), [`Bo4eExtensionData`](crate::json::Bo4eExtensionData), [`Bo4eExtensions`](crate::json::Bo4eExtensions) |
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `json` in module `rubo4e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::json::Bo4eExtensions`
[INFO] [stdout]    --> src/lib.rs:575:133
[INFO] [stdout]     |
[INFO] [stdout] 575 | ...sionData), [`Bo4eExtensions`](crate::json::Bo4eExtensions) |
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `json` in module `rubo4e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `garde::Validate`
[INFO] [stdout]    --> src/lib.rs:576:33
[INFO] [stdout]     |
[INFO] [stdout] 576 | /// | `validate` | [`Validate`](garde::Validate), [`Validated`](crate::validation::Validated), the report helpers |
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^ no item named `garde` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::validation::Validated`
[INFO] [stdout]    --> src/lib.rs:576:65
[INFO] [stdout]     |
[INFO] [stdout] 576 | /// | `validate` | [`Validate`](garde::Validate), [`Validated`](crate::validation::Validated), the report helpers |
[INFO] [stdout]     |                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `validation` in module `rubo4e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::convenience::BetragExt`
[INFO] [stdout]    --> src/lib.rs:577:35
[INFO] [stdout]     |
[INFO] [stdout] 577 | /// | `+ decimal` | [`BetragExt`](crate::convenience::BetragExt), [`MengeExt`](crate::convenience::MengeExt), [`PreisExt`](crate::c...
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `convenience` in module `rubo4e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::convenience::MengeExt`
[INFO] [stdout]    --> src/lib.rs:577:80
[INFO] [stdout]     |
[INFO] [stdout] 577 | ...:BetragExt), [`MengeExt`](crate::convenience::MengeExt), [`PreisExt`](crate::convenience::PreisExt), [`PreisstaffelSliceExt`](cr...
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `convenience` in module `rubo4e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::convenience::PreisExt`
[INFO] [stdout]    --> src/lib.rs:577:124
[INFO] [stdout]     |
[INFO] [stdout] 577 | ...::MengeExt), [`PreisExt`](crate::convenience::PreisExt), [`PreisstaffelSliceExt`](crate::convenience::PreisstaffelSliceExt) |
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `convenience` in module `rubo4e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::convenience::PreisstaffelSliceExt`
[INFO] [stdout]    --> src/lib.rs:577:180
[INFO] [stdout]     |
[INFO] [stdout] 577 | ...isstaffelSliceExt`](crate::convenience::PreisstaffelSliceExt) |
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `convenience` in module `rubo4e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::timeseries::Bo4eTimeSeries`
[INFO] [stdout]    --> src/lib.rs:578:37
[INFO] [stdout]     |
[INFO] [stdout] 578 | /// | `+ time` | [`Bo4eTimeSeries`](crate::timeseries::Bo4eTimeSeries) |
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `timeseries` in module `rubo4e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::timeseries::Bo4eIntervals`
[INFO] [stdout]    --> src/lib.rs:579:46
[INFO] [stdout]     |
[INFO] [stdout] 579 | /// | `+ time + decimal` | [`Bo4eIntervals`](crate::timeseries::Bo4eIntervals), [`IntervalReading`](crate::timeseries::IntervalRead...
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `timeseries` in module `rubo4e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::timeseries::IntervalReading`
[INFO] [stdout]    --> src/lib.rs:579:101
[INFO] [stdout]     |
[INFO] [stdout] 579 | ...s), [`IntervalReading`](crate::timeseries::IntervalReading) |
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `timeseries` in module `rubo4e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.05s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/rubo4e/index.html
[INFO] running `Command { std: "docker" "inspect" "be276cdeb508156c1c04395e8d5c5c64b3561601297316b59dc04466c6b220cb", 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" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "be276cdeb508156c1c04395e8d5c5c64b3561601297316b59dc04466c6b220cb" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling typenum v1.20.1
[INFO] [stderr]    Compiling litemap v0.8.3
[INFO] [stderr]    Compiling writeable v0.6.4
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling syn v3.0.4
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling icu_properties_data v2.3.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.3.0
[INFO] [stderr]    Compiling futures-core v0.3.34
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling zerocopy v0.8.56
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling futures-sink v0.3.34
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling yoke v0.8.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]    Compiling zmij v1.0.23
[INFO] [stderr]    Compiling crc-catalog v2.5.0
[INFO] [stderr]    Compiling futures-io v0.3.34
[INFO] [stderr]    Compiling log v0.4.34
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling unicode-properties v0.1.4
[INFO] [stderr]    Compiling event-listener v5.4.2
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling futures-util v0.3.34
[INFO] [stderr]    Compiling crossbeam-queue v0.3.13
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling futures-channel v0.3.34
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]    Compiling rust_decimal v1.42.1
[INFO] [stderr]     Checking castaway v0.2.4
[INFO] [stderr]     Checking atoi v2.0.0
[INFO] [stderr]     Checking arrayvec v0.7.8
[INFO] [stderr]     Checking compact_str v0.9.1
[INFO] [stderr]    Compiling time-macros v0.2.32
[INFO] [stderr]     Checking rapidhash v4.5.1
[INFO] [stderr]    Compiling utoipa-gen v5.5.0
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling garde_derive v0.23.0
[INFO] [stderr]    Compiling typed-builder-macro v0.23.2
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]     Checking metrics v0.24.6
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling serde_derive_internals v0.30.0
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling zerovec-derive v0.11.6
[INFO] [stderr]    Compiling displaydoc v0.2.7
[INFO] [stderr]    Compiling thiserror-impl v2.0.20
[INFO] [stderr]    Compiling ref-cast-impl v1.0.27
[INFO] [stderr]     Checking time v0.3.55
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling schemars_derive v1.2.2
[INFO] [stderr]    Compiling zerotrie v0.2.5
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]     Checking ref-cast v1.0.27
[INFO] [stderr]     Checking typed-builder v0.23.2
[INFO] [stderr]    Compiling zerovec v0.11.8
[INFO] [stderr]    Compiling thiserror v2.0.20
[INFO] [stderr]     Checking tinystr v0.8.4
[INFO] [stderr]     Checking potential_utf v0.1.6
[INFO] [stderr]     Checking icu_collections v2.3.0
[INFO] [stderr]     Checking icu_locale_core v2.3.0
[INFO] [stderr]     Checking serde v1.0.229
[INFO] [stderr]     Checking icu_provider v2.3.1
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]     Checking either v1.18.0
[INFO] [stderr]     Checking icu_properties v2.3.0
[INFO] [stderr]     Checking icu_normalizer v2.3.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking garde v0.23.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking futures-intrusive v0.5.0
[INFO] [stderr]     Checking schemars v1.2.2
[INFO] [stderr]     Checking utoipa v5.5.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]    Compiling rand v0.8.8
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking sqlx-core v0.8.6
[INFO] [stderr]     Checking sqlx-postgres v0.8.6
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]     Checking sqlx v0.8.6
[INFO] [stderr]  Documenting rubo4e v0.14.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: redundant explicit link target
[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] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/rubo4e/index.html
[INFO] running `Command { std: "docker" "inspect" "be276cdeb508156c1c04395e8d5c5c64b3561601297316b59dc04466c6b220cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "be276cdeb508156c1c04395e8d5c5c64b3561601297316b59dc04466c6b220cb", kill_on_drop: false }`
[INFO] [stdout] be276cdeb508156c1c04395e8d5c5c64b3561601297316b59dc04466c6b220cb
