[INFO] fetching crate dnf 0.2.2...
[INFO] documenting dnf-0.2.2 against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] extracting crate dnf 0.2.2 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate dnf 0.2.2
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate dnf 0.2.2
[INFO] tweaked toml for crates.io crate dnf 0.2.2 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate dnf 0.2.2 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 dnf 0.2.2 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-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] da043b18b6b79e504815872e4eae2a8afc0bc2f8d4960ba567dfff4b28b61cbd
[INFO] running `Command { std: "docker" "start" "da043b18b6b79e504815872e4eae2a8afc0bc2f8d4960ba567dfff4b28b61cbd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "da043b18b6b79e504815872e4eae2a8afc0bc2f8d4960ba567dfff4b28b61cbd", 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" "da043b18b6b79e504815872e4eae2a8afc0bc2f8d4960ba567dfff4b28b61cbd" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "da043b18b6b79e504815872e4eae2a8afc0bc2f8d4960ba567dfff4b28b61cbd", 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" "da043b18b6b79e504815872e4eae2a8afc0bc2f8d4960ba567dfff4b28b61cbd" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling dnf-derive v0.2.2
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]  Documenting dnf v0.2.2 (/opt/rustwide/workdir)
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/builder.rs:23:1
[INFO] [stdout]    |
[INFO] [stdout] 23 | / pub struct QueryBuilder {
[INFO] [stdout] 24 | |     conjunctions: Vec<Conjunction>,
[INFO] [stdout] 25 | |     custom_ops: Option<OpRegistry>,
[INFO] [stdout] 26 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Fluent builder for [`DnfQuery`].`
[INFO] [stdout]    = help: ends near `Constructs a [`DnfQuery`] with a fluent API.`
[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/builder.rs:23:1
[INFO] [stdout]    |
[INFO] [stdout] 23 | / pub struct QueryBuilder {
[INFO] [stdout] 24 | |     conjunctions: Vec<Conjunction>,
[INFO] [stdout] 25 | |     custom_ops: Option<OpRegistry>,
[INFO] [stdout] 26 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Constructs a [`DnfQuery`] with a fluent API.`
[INFO] [stdout]    = help: ends near `Constructs a [`DnfQuery`] with a fluent API.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/custom.rs:60:1
[INFO] [stdout]    |
[INFO] [stdout] 60 | / pub struct OpRegistry {
[INFO] [stdout] 61 | |     ops: HashMap<Box<str>, RegisteredOp>,
[INFO] [stdout] 62 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Registry of custom operator implementations.`
[INFO] [stdout]    = help: ends near `A thread-safe registry of custom operators.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/custom.rs:60:1
[INFO] [stdout]    |
[INFO] [stdout] 60 | / pub struct OpRegistry {
[INFO] [stdout] 61 | |     ops: HashMap<Box<str>, RegisteredOp>,
[INFO] [stdout] 62 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `A thread-safe registry of custom operators.`
[INFO] [stdout]    = help: ends near `A thread-safe registry of custom operators.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/error.rs:72:1
[INFO] [stdout]     |
[INFO] [stdout]  72 | / pub enum DnfError {
[INFO] [stdout]  73 | |     /// A value's type does not match what the field or operator expected.
[INFO] [stdout]  74 | |     ///
[INFO] [stdout]  75 | |     /// `position` is `Some` for parse-time errors (offset into the query
[INFO] [stdout] ...   |
[INFO] [stdout] 185 | |     },
[INFO] [stdout] 186 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Unified error type returned by builder, parser, and evaluation APIs.`
[INFO] [stdout]     = help: ends near `The error type returned by all fallible DNF operations.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/error.rs:72:1
[INFO] [stdout]     |
[INFO] [stdout]  72 | / pub enum DnfError {
[INFO] [stdout]  73 | |     /// A value's type does not match what the field or operator expected.
[INFO] [stdout]  74 | |     ///
[INFO] [stdout]  75 | |     /// `position` is `Some` for parse-time errors (offset into the query
[INFO] [stdout] ...   |
[INFO] [stdout] 185 | |     },
[INFO] [stdout] 186 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `The error type returned by all fallible DNF operations.`
[INFO] [stdout]     = help: ends near `The error type returned by all fallible DNF operations.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/field.rs:51:1
[INFO] [stdout]    |
[INFO] [stdout] 51 | / pub trait DnfField {
[INFO] [stdout] 52 | |     /// Evaluates this field against `op` and `value`.
[INFO] [stdout] 53 | |     ///
[INFO] [stdout] 54 | |     /// Returns `true` if the field satisfies the predicate. Type
[INFO] [stdout] ...  |
[INFO] [stdout] 66 | |     fn evaluate(&self, op: &Op, value: &Value) -> bool;
[INFO] [stdout] 67 | | }
[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 every type that can appear as a field value.`
[INFO] [stdout]    = help: ends near `Evaluates a struct field against a DNF operator and value.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/field.rs:51:1
[INFO] [stdout]    |
[INFO] [stdout] 51 | / pub trait DnfField {
[INFO] [stdout] 52 | |     /// Evaluates this field against `op` and `value`.
[INFO] [stdout] 53 | |     ///
[INFO] [stdout] 54 | |     /// Returns `true` if the field satisfies the predicate. Type
[INFO] [stdout] ...  |
[INFO] [stdout] 66 | |     fn evaluate(&self, op: &Op, value: &Value) -> bool;
[INFO] [stdout] 67 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Evaluates a struct field against a DNF operator and value.`
[INFO] [stdout]    = help: ends near `Evaluates a struct field against a DNF operator and value.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/operator.rs:89:1
[INFO] [stdout]    |
[INFO] [stdout] 89 | / pub struct Op {
[INFO] [stdout] 90 | |     pub(crate) base: BaseOperator,
[INFO] [stdout] 91 | |     pub(crate) inverse: bool,
[INFO] [stdout] 92 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Operator constructed for a [`Condition`] (e.g. [`Op::EQ`], [`Op::custom`]).`
[INFO] [stdout]    = help: ends near `A query operator with an optional negation flag.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/operator.rs:89:1
[INFO] [stdout]    |
[INFO] [stdout] 89 | / pub struct Op {
[INFO] [stdout] 90 | |     pub(crate) base: BaseOperator,
[INFO] [stdout] 91 | |     pub(crate) inverse: bool,
[INFO] [stdout] 92 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `A query operator with an optional negation flag.`
[INFO] [stdout]    = help: ends near `A query operator with an optional negation flag.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/query.rs:44:1
[INFO] [stdout]    |
[INFO] [stdout] 44 | / pub struct Condition {
[INFO] [stdout] 45 | |     field_name: Box<str>,
[INFO] [stdout] 46 | |     operator: Op,
[INFO] [stdout] 47 | |     value: Value,
[INFO] [stdout] 48 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Public query types: a [`Condition`] groups into a [`Conjunction`], conjunctions into a [`DnfQuery`].`
[INFO] [stdout]    = help: ends near `Represents a single `field operator value` test in a DNF query.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/query.rs:44:1
[INFO] [stdout]    |
[INFO] [stdout] 44 | / pub struct Condition {
[INFO] [stdout] 45 | |     field_name: Box<str>,
[INFO] [stdout] 46 | |     operator: Op,
[INFO] [stdout] 47 | |     value: Value,
[INFO] [stdout] 48 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Represents a single `field operator value` test in a DNF query.`
[INFO] [stdout]    = help: ends near `Represents a single `field operator value` test in a DNF query.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/query.rs:131:1
[INFO] [stdout]     |
[INFO] [stdout] 131 | / pub struct Conjunction {
[INFO] [stdout] 132 | |     conditions: Vec<Condition>,
[INFO] [stdout] 133 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Public query types: a [`Condition`] groups into a [`Conjunction`], conjunctions into a [`DnfQuery`].`
[INFO] [stdout]     = help: ends near `An `AND` of [`Condition`]s — one clause inside a [`DnfQuery`].`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/query.rs:131:1
[INFO] [stdout]     |
[INFO] [stdout] 131 | / pub struct Conjunction {
[INFO] [stdout] 132 | |     conditions: Vec<Condition>,
[INFO] [stdout] 133 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `An `AND` of [`Condition`]s — one clause inside a [`DnfQuery`].`
[INFO] [stdout]     = help: ends near `An `AND` of [`Condition`]s — one clause inside a [`DnfQuery`].`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/query.rs:259:1
[INFO] [stdout]     |
[INFO] [stdout] 259 | / pub struct DnfQuery {
[INFO] [stdout] 260 | |     conjunctions: Vec<Conjunction>,
[INFO] [stdout] 261 | |     #[cfg_attr(feature = "serde", serde(skip))]
[INFO] [stdout] 262 | |     custom_ops: Option<OpRegistry>,
[INFO] [stdout] 263 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Public query types: a [`Condition`] groups into a [`Conjunction`], conjunctions into a [`DnfQuery`].`
[INFO] [stdout]     = help: ends near `A query in disjunctive normal form: an `OR` of [`Conjunction`]s.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/query.rs:259:1
[INFO] [stdout]     |
[INFO] [stdout] 259 | / pub struct DnfQuery {
[INFO] [stdout] 260 | |     conjunctions: Vec<Conjunction>,
[INFO] [stdout] 261 | |     #[cfg_attr(feature = "serde", serde(skip))]
[INFO] [stdout] 262 | |     custom_ops: Option<OpRegistry>,
[INFO] [stdout] 263 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `A query in disjunctive normal form: an `OR` of [`Conjunction`]s.`
[INFO] [stdout]     = help: ends near `A query in disjunctive normal form: an `OR` of [`Conjunction`]s.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/value.rs:113:1
[INFO] [stdout]     |
[INFO] [stdout] 113 | / pub enum Value {
[INFO] [stdout] 114 | |     /// A UTF-8 string.
[INFO] [stdout] 115 | |     #[cfg_attr(
[INFO] [stdout] 116 | |         feature = "serde",
[INFO] [stdout] ...   |
[INFO] [stdout] 235 | |     Values(Box<Value>),
[INFO] [stdout] 236 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Typed value used inside a [`Condition`].`
[INFO] [stdout]     = help: ends near `A value used in a DNF query condition.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/value.rs:113:1
[INFO] [stdout]     |
[INFO] [stdout] 113 | / pub enum Value {
[INFO] [stdout] 114 | |     /// A UTF-8 string.
[INFO] [stdout] 115 | |     #[cfg_attr(
[INFO] [stdout] 116 | |         feature = "serde",
[INFO] [stdout] ...   |
[INFO] [stdout] 235 | |     Values(Box<Value>),
[INFO] [stdout] 236 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `A value used in a DNF query condition.`
[INFO] [stdout]     = help: ends near `A value used in a DNF query condition.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]  --> src/value.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub const MAX_SAFE_INTEGER_FOR_FLOAT: i64 = 1_i64 << f64::MANTISSA_DIGITS;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: the way this is parsed might change in the future
[INFO] [stdout]   = help: starts near `Largest integer that round-trips exactly through an [`f64`].`
[INFO] [stdout]   = help: ends near `Largest integer that round-trips exactly through an [`f64`].`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `dnf`
[INFO] running `Command { std: "docker" "inspect" "da043b18b6b79e504815872e4eae2a8afc0bc2f8d4960ba567dfff4b28b61cbd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da043b18b6b79e504815872e4eae2a8afc0bc2f8d4960ba567dfff4b28b61cbd", kill_on_drop: false }`
[INFO] [stdout] da043b18b6b79e504815872e4eae2a8afc0bc2f8d4960ba567dfff4b28b61cbd
