[INFO] fetching crate unitx 0.1.3...
[INFO] documenting unitx-0.1.3 against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] extracting crate unitx 0.1.3 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate unitx 0.1.3
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate unitx 0.1.3
[INFO] tweaked toml for crates.io crate unitx 0.1.3 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate unitx 0.1.3 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 unitx 0.1.3 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-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 7a2b8357bb136ccb2de87660447ea5761ed2655f2791e96a7cb1789a527388db
[INFO] running `Command { std: "docker" "start" "7a2b8357bb136ccb2de87660447ea5761ed2655f2791e96a7cb1789a527388db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7a2b8357bb136ccb2de87660447ea5761ed2655f2791e96a7cb1789a527388db", 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" "7a2b8357bb136ccb2de87660447ea5761ed2655f2791e96a7cb1789a527388db" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7a2b8357bb136ccb2de87660447ea5761ed2655f2791e96a7cb1789a527388db", 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" "7a2b8357bb136ccb2de87660447ea5761ed2655f2791e96a7cb1789a527388db" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]  Documenting unitx v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unclosed HTML tag `T`
[INFO] [stdout]    --> src/unit_value/temperature.rs:323:9
[INFO] [stdout]     |
[INFO] [stdout] 323 | ///Delta<T>
[INFO] [stdout]     |         ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]     |
[INFO] [stdout] 323 | ///`Delta<T>`
[INFO] [stdout]     |    +        +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `T`
[INFO] [stdout]    --> src/unit_value/mass.rs:171:43
[INFO] [stdout]     |
[INFO] [stdout] 171 | /// new instance accesed only through Mass<T>
[INFO] [stdout]     |                                           ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]     |
[INFO] [stdout] 171 | /// new instance accesed only through `Mass<T>`
[INFO] [stdout]     |                                       +       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `T`
[INFO] [stdout]    --> src/unit_value/mass.rs:207:43
[INFO] [stdout]     |
[INFO] [stdout] 207 | /// new instance accesed only through Mass<T>
[INFO] [stdout]     |                                           ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]     |
[INFO] [stdout] 207 | /// new instance accesed only through `Mass<T>`
[INFO] [stdout]     |                                       +       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `T`
[INFO] [stdout]    --> src/unit_value/mass.rs:243:43
[INFO] [stdout]     |
[INFO] [stdout] 243 | /// new instance accesed only through Mass<T>
[INFO] [stdout]     |                                           ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]     |
[INFO] [stdout] 243 | /// new instance accesed only through `Mass<T>`
[INFO] [stdout]     |                                       +       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `T`
[INFO] [stdout]    --> src/unit_value/mass.rs:279:43
[INFO] [stdout]     |
[INFO] [stdout] 279 | /// new instance accesed only through Mass<T>
[INFO] [stdout]     |                                           ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]     |
[INFO] [stdout] 279 | /// new instance accesed only through `Mass<T>`
[INFO] [stdout]     |                                       +       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `T`
[INFO] [stdout]    --> src/unit_value/mass.rs:318:43
[INFO] [stdout]     |
[INFO] [stdout] 318 | /// new instance accesed only through Mass<T>
[INFO] [stdout]     |                                           ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]     |
[INFO] [stdout] 318 | /// new instance accesed only through `Mass<T>`
[INFO] [stdout]     |                                       +       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `T`
[INFO] [stdout]    --> src/unit_value/mass.rs:357:43
[INFO] [stdout]     |
[INFO] [stdout] 357 | /// new instance accesed only through Mass<T>
[INFO] [stdout]     |                                           ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]     |
[INFO] [stdout] 357 | /// new instance accesed only through `Mass<T>`
[INFO] [stdout]     |                                       +       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `T`
[INFO] [stdout]    --> src/unit_value/mass.rs:397:43
[INFO] [stdout]     |
[INFO] [stdout] 397 | /// new instance accesed only through Mass<T>
[INFO] [stdout]     |                                           ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]     |
[INFO] [stdout] 397 | /// new instance accesed only through `Mass<T>`
[INFO] [stdout]     |                                       +       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `T`
[INFO] [stdout]    --> src/unit_value/mass.rs:437:43
[INFO] [stdout]     |
[INFO] [stdout] 437 | /// new instance accesed only through Mass<T>
[INFO] [stdout]     |                                           ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]     |
[INFO] [stdout] 437 | /// new instance accesed only through `Mass<T>`
[INFO] [stdout]     |                                       +       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `T`
[INFO] [stdout]    --> src/unit_value/mass.rs:478:43
[INFO] [stdout]     |
[INFO] [stdout] 478 | /// new instance accesed only through Mass<T>
[INFO] [stdout]     |                                           ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]     |
[INFO] [stdout] 478 | /// new instance accesed only through `Mass<T>`
[INFO] [stdout]     |                                       +       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `T`
[INFO] [stdout]    --> src/unit_value/mass.rs:518:43
[INFO] [stdout]     |
[INFO] [stdout] 518 | /// new instance accesed only through Mass<T>
[INFO] [stdout]     |                                           ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]     |
[INFO] [stdout] 518 | /// new instance accesed only through `Mass<T>`
[INFO] [stdout]     |                                       +       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `T`
[INFO] [stdout]    --> src/unit_value/mass.rs:558:43
[INFO] [stdout]     |
[INFO] [stdout] 558 | /// new instance accesed only through Mass<T>
[INFO] [stdout]     |                                           ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]     |
[INFO] [stdout] 558 | /// new instance accesed only through `Mass<T>`
[INFO] [stdout]     |                                       +       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `T`
[INFO] [stdout]    --> src/unit_value/mass.rs:596:43
[INFO] [stdout]     |
[INFO] [stdout] 596 | /// new instance accesed only through Mass<T>
[INFO] [stdout]     |                                           ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]     |
[INFO] [stdout] 596 | /// new instance accesed only through `Mass<T>`
[INFO] [stdout]     |                                       +       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `T`
[INFO] [stdout]    --> src/unit_value/mass.rs:641:43
[INFO] [stdout]     |
[INFO] [stdout] 641 | /// new instance accesed only through Mass<T>
[INFO] [stdout]     |                                           ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]     |
[INFO] [stdout] 641 | /// new instance accesed only through `Mass<T>`
[INFO] [stdout]     |                                       +       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `T`
[INFO] [stdout]    --> src/unit_value/mass.rs:685:43
[INFO] [stdout]     |
[INFO] [stdout] 685 | /// new instance accesed only through Mass<T>
[INFO] [stdout]     |                                           ^^^
[INFO] [stdout]     |
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]     |
[INFO] [stdout] 685 | /// new instance accesed only through `Mass<T>`
[INFO] [stdout]     |                                       +       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/unit_value/electrical.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 | / use crate::{impl_elec_formula, impl_electric_unit};
[INFO] [stdout]  2 | | use crate::prelude::{Delta,DeltaTrait};
[INFO] [stdout]  3 | | use std::marker::PhantomData;
[INFO] [stdout] ...  |
[INFO] [stdout] 66 | | impl_elec_formula!(Delta = Coulomb - Coulomb);
[INFO] [stdout] 67 | | impl_elec_formula!(Delta = Tesla - Tesla);
[INFO] [stdout]    | |__________________________________________^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `# ⚡ `electrical``
[INFO] [stdout]    = help: ends near `# ⚡ `electrical``
[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_value.rs:154:1
[INFO] [stdout]     |
[INFO] [stdout] 154 | / pub struct UnitValue<T: Unit> {
[INFO] [stdout] 155 | |     /// The numeric value in `f64` precision.
[INFO] [stdout] 156 | |     pub value: f64, 
[INFO] [stdout] 157 | |     /// The unit associated with the value.
[INFO] [stdout] 158 | |     pub unit: T,    
[INFO] [stdout] 159 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Core types: `UnitValue`, `Unit`, `UnitCompareResult`, `UnitCategory`.`
[INFO] [stdout]     = help: ends near `A generic value paired with its unit type.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/unit_value.rs:154:1
[INFO] [stdout]     |
[INFO] [stdout] 154 | / pub struct UnitValue<T: Unit> {
[INFO] [stdout] 155 | |     /// The numeric value in `f64` precision.
[INFO] [stdout] 156 | |     pub value: f64, 
[INFO] [stdout] 157 | |     /// The unit associated with the value.
[INFO] [stdout] 158 | |     pub unit: T,    
[INFO] [stdout] 159 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `A generic value paired with its unit type.`
[INFO] [stdout]     = help: ends near `A generic value paired with its unit type.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/unit_value.rs:144:1
[INFO] [stdout]     |
[INFO] [stdout] 144 | / pub trait Unit {
[INFO] [stdout] 145 | |     /// Marks the type as a unit (always returns true for valid unit types)
[INFO] [stdout] 146 | |     fn mark_as_unit(&self) -> bool;
[INFO] [stdout] ...   |
[INFO] [stdout] 149 | |     fn get_unit_category(&self) -> UnitCategory;
[INFO] [stdout] 150 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Core types: `UnitValue`, `Unit`, `UnitCompareResult`, `UnitCategory`.`
[INFO] [stdout]     = help: ends near `Trait implemented by all unit types to identify them as a unit.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/unit_value.rs:144:1
[INFO] [stdout]     |
[INFO] [stdout] 144 | / pub trait Unit {
[INFO] [stdout] 145 | |     /// Marks the type as a unit (always returns true for valid unit types)
[INFO] [stdout] 146 | |     fn mark_as_unit(&self) -> bool;
[INFO] [stdout] ...   |
[INFO] [stdout] 149 | |     fn get_unit_category(&self) -> UnitCategory;
[INFO] [stdout] 150 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Trait implemented by all unit types to identify them as a unit.`
[INFO] [stdout]     = help: ends near `Trait implemented by all unit types to identify them as a unit.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/unit_value.rs:181:1
[INFO] [stdout]     |
[INFO] [stdout] 181 | / pub enum UnitCompareResult<'a> {
[INFO] [stdout] 182 | |     /// Units are equal.
[INFO] [stdout] 183 | |     EqualTo,
[INFO] [stdout] 184 | |     /// The first unit is greater than the second.
[INFO] [stdout] ...   |
[INFO] [stdout] 189 | |     NotComparable,
[INFO] [stdout] 190 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Core types: `UnitValue`, `Unit`, `UnitCompareResult`, `UnitCategory`.`
[INFO] [stdout]     = help: ends near `The result of comparing two units of the same type.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/unit_value.rs:181:1
[INFO] [stdout]     |
[INFO] [stdout] 181 | / pub enum UnitCompareResult<'a> {
[INFO] [stdout] 182 | |     /// Units are equal.
[INFO] [stdout] 183 | |     EqualTo,
[INFO] [stdout] 184 | |     /// The first unit is greater than the second.
[INFO] [stdout] ...   |
[INFO] [stdout] 189 | |     NotComparable,
[INFO] [stdout] 190 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `The result of comparing two units of the same type.`
[INFO] [stdout]     = help: ends near `The result of comparing two units of the same type.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/unit_value.rs:194:1
[INFO] [stdout]     |
[INFO] [stdout] 194 | / pub enum UnitCategory {
[INFO] [stdout] 195 | |     /// Units of length, e.g., meters, kilometers, inches.
[INFO] [stdout] 196 | |     Length,
[INFO] [stdout] 197 | |     /// Non-unit or unsupported category.
[INFO] [stdout] 198 | |     NonUnit,
[INFO] [stdout] 199 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Core types: `UnitValue`, `Unit`, `UnitCompareResult`, `UnitCategory`.`
[INFO] [stdout]     = help: ends near `Categories of units for type classification.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/unit_value.rs:194:1
[INFO] [stdout]     |
[INFO] [stdout] 194 | / pub enum UnitCategory {
[INFO] [stdout] 195 | |     /// Units of length, e.g., meters, kilometers, inches.
[INFO] [stdout] 196 | |     Length,
[INFO] [stdout] 197 | |     /// Non-unit or unsupported category.
[INFO] [stdout] 198 | |     NonUnit,
[INFO] [stdout] 199 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Categories of units for type classification.`
[INFO] [stdout]     = help: ends near `Categories of units for type classification.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/unit_value/length.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | / pub enum LengthEnum {
[INFO] [stdout] 22 | |     // Metric Units
[INFO] [stdout] 23 | |     Millimeter,
[INFO] [stdout] 24 | |     Centimeter,
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     Mille,
[INFO] [stdout] 35 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Length units like Meter, Kilometer, Inch, etc.`
[INFO] [stdout]    = help: ends near `Enum representing all supported length units`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/unit_value/length.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | / pub enum LengthEnum {
[INFO] [stdout] 22 | |     // Metric Units
[INFO] [stdout] 23 | |     Millimeter,
[INFO] [stdout] 24 | |     Centimeter,
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | |     Mille,
[INFO] [stdout] 35 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Enum representing all supported length units`
[INFO] [stdout]    = help: ends near `Enum representing all supported length units`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/unit_value/length.rs:51:1
[INFO] [stdout]    |
[INFO] [stdout] 51 | / pub struct LengthUnit {
[INFO] [stdout] 52 | |     /// Numeric value of the length
[INFO] [stdout] 53 | |     pub value: f64,
[INFO] [stdout] 54 | |     /// The length unit (Meter, Inch, Kilometer, etc.)
[INFO] [stdout] ...  |
[INFO] [stdout] 57 | |     pub ratio_to_meter: f64,
[INFO] [stdout] 58 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Length units like Meter, Kilometer, Inch, etc.`
[INFO] [stdout]    = help: ends near `Struct representing a length value along with its unit and conversion ratio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/unit_value/length.rs:51:1
[INFO] [stdout]    |
[INFO] [stdout] 51 | / pub struct LengthUnit {
[INFO] [stdout] 52 | |     /// Numeric value of the length
[INFO] [stdout] 53 | |     pub value: f64,
[INFO] [stdout] 54 | |     /// The length unit (Meter, Inch, Kilometer, etc.)
[INFO] [stdout] ...  |
[INFO] [stdout] 57 | |     pub ratio_to_meter: f64,
[INFO] [stdout] 58 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Struct representing a length value along with its unit and conversion ratio`
[INFO] [stdout]    = help: ends near `Struct representing a length value along with its unit and conversion ratio`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/unit_value/length.rs:146:1
[INFO] [stdout]     |
[INFO] [stdout] 146 | / pub trait LengthExt {
[INFO] [stdout] 147 | |     fn millimeters(self) -> LengthUnit;
[INFO] [stdout] 148 | |     fn centimeters(self) -> LengthUnit;
[INFO] [stdout] 149 | |     fn decimeters(self) -> LengthUnit;
[INFO] [stdout] ...   |
[INFO] [stdout] 160 | |     fn to_length_unit(self, unit: LengthEnum) -> LengthUnit;
[INFO] [stdout] 161 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Length units like Meter, Kilometer, Inch, etc.`
[INFO] [stdout]     = help: ends near `Trait extension for `f64` to easily create `LengthUnit`s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/unit_value/length.rs:146:1
[INFO] [stdout]     |
[INFO] [stdout] 146 | / pub trait LengthExt {
[INFO] [stdout] 147 | |     fn millimeters(self) -> LengthUnit;
[INFO] [stdout] 148 | |     fn centimeters(self) -> LengthUnit;
[INFO] [stdout] 149 | |     fn decimeters(self) -> LengthUnit;
[INFO] [stdout] ...   |
[INFO] [stdout] 160 | |     fn to_length_unit(self, unit: LengthEnum) -> LengthUnit;
[INFO] [stdout] 161 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Trait extension for `f64` to easily create `LengthUnit`s`
[INFO] [stdout]     = help: ends near `Trait extension for `f64` to easily create `LengthUnit`s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/unit_value/temperature.rs:310:1
[INFO] [stdout]     |
[INFO] [stdout] 310 | / pub trait TemperatureCommonMethods{
[INFO] [stdout] 311 | |     fn get_temperature_degree(&self)->f64;
[INFO] [stdout] 312 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near ` Temperature units like Celsius, Fahrenheit, Kelvin, Rankine.`
[INFO] [stdout]     = help: ends near `common methods`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/unit_value/mass.rs:29:1
[INFO] [stdout]    |
[INFO] [stdout] 29 | / pub struct Mass<T:MassTrait>
[INFO] [stdout] 30 | | where 
[INFO] [stdout] 31 | |     T:Sized,
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near ` Mass units like Gram, Kilogram, etc.`
[INFO] [stdout]    = help: ends near ` which follows the Mass Dimensionall analysis`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/unit_value/mass.rs:189:1
[INFO] [stdout]     |
[INFO] [stdout] 189 | pub struct Gram(f64);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near ` Mass units like Gram, Kilogram, etc.`
[INFO] [stdout]     = help: ends near ` Gram(f64)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/unit_value/mass.rs:225:1
[INFO] [stdout]     |
[INFO] [stdout] 225 | pub struct Kilogram(f64);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near ` Mass units like Gram, Kilogram, etc.`
[INFO] [stdout]     = help: ends near ` Kilogram(f64)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/unit_value/mass.rs:261:1
[INFO] [stdout]     |
[INFO] [stdout] 261 | pub struct Milligram(f64);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near ` Mass units like Gram, Kilogram, etc.`
[INFO] [stdout]     = help: ends near ` Milligram(f64)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/unit_value/mass.rs:297:1
[INFO] [stdout]     |
[INFO] [stdout] 297 | pub struct Microgram(f64);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near ` Mass units like Gram, Kilogram, etc.`
[INFO] [stdout]     = help: ends near ` Microgram(f64)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/unit_value/mass.rs:336:1
[INFO] [stdout]     |
[INFO] [stdout] 336 | pub struct MetricTonne(f64);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near ` Mass units like Gram, Kilogram, etc.`
[INFO] [stdout]     = help: ends near ` MetricTonne(f64)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/unit_value/mass.rs:375:1
[INFO] [stdout]     |
[INFO] [stdout] 375 | pub struct ImperialPound(f64);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near ` Mass units like Gram, Kilogram, etc.`
[INFO] [stdout]     = help: ends near ` ImperialPound(f64)`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/unit_value/mass.rs:415:1
[INFO] [stdout]     |
[INFO] [stdout] 415 | pub struct ImperialOunce(f64);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near ` Mass units like Gram, Kilogram, etc.`
[INFO] [stdout]     = help: ends near ` ,1 oz= 1/16 lb =~28.35 g`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/unit_value/mass.rs:455:1
[INFO] [stdout]     |
[INFO] [stdout] 455 | pub struct ImperialStone(f64);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near ` Mass units like Gram, Kilogram, etc.`
[INFO] [stdout]     = help: ends near ` 1 st= 14 lb`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/unit_value/mass.rs:496:1
[INFO] [stdout]     |
[INFO] [stdout] 496 | pub struct ShortTon(f64);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near ` Mass units like Gram, Kilogram, etc.`
[INFO] [stdout]     = help: ends near ` 1 ton= 2000 lb =~907.2kg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/unit_value/mass.rs:536:1
[INFO] [stdout]     |
[INFO] [stdout] 536 | pub struct LongTon(f64);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near ` Mass units like Gram, Kilogram, etc.`
[INFO] [stdout]     = help: ends near ` 1 long ton= 2240 lb =~1016kg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/unit_value/mass.rs:576:1
[INFO] [stdout]     |
[INFO] [stdout] 576 | pub struct Dalton(f64);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near ` Mass units like Gram, Kilogram, etc.`
[INFO] [stdout]     = help: ends near ` 1 Da= 1.66053906660×10⁻²⁷ kg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/unit_value/mass.rs:615:1
[INFO] [stdout]     |
[INFO] [stdout] 615 | pub struct Carat(f64);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near ` Mass units like Gram, Kilogram, etc.`
[INFO] [stdout]     = help: ends near ` 1 ct= 200 milligram`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/unit_value/mass.rs:659:1
[INFO] [stdout]     |
[INFO] [stdout] 659 | pub struct SolarMass(f64);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near ` Mass units like Gram, Kilogram, etc.`
[INFO] [stdout]     = help: ends near ` 1 M☉ ≈ 1.9885×10³⁰ kg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `T`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/unit_value/mass.rs:703:1
[INFO] [stdout]     |
[INFO] [stdout] 703 | pub struct EarthMass(f64);
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near ` Mass units like Gram, Kilogram, etc.`
[INFO] [stdout]     = help: ends near ` 1 M⊕ ≈ 5.972×10²⁴ kg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `unitx`
[INFO] running `Command { std: "docker" "inspect" "7a2b8357bb136ccb2de87660447ea5761ed2655f2791e96a7cb1789a527388db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7a2b8357bb136ccb2de87660447ea5761ed2655f2791e96a7cb1789a527388db", kill_on_drop: false }`
[INFO] [stdout] 7a2b8357bb136ccb2de87660447ea5761ed2655f2791e96a7cb1789a527388db
