[INFO] fetching crate turingdb-helpers 2.0.0-beta.4...
[INFO] documenting turingdb-helpers-2.0.0-beta.4 against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] extracting crate turingdb-helpers 2.0.0-beta.4 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate turingdb-helpers 2.0.0-beta.4
[INFO] finished tweaking crates.io crate turingdb-helpers 2.0.0-beta.4
[INFO] tweaked toml for crates.io crate turingdb-helpers 2.0.0-beta.4 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate turingdb-helpers 2.0.0-beta.4 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 11 packages to highest compatible versions
[INFO] [stderr]       Adding bincode v1.3.3 (available: v3.0.0)
[INFO] [stderr]       Adding tai64 v3.1.0 (available: v4.1.0)
[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-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] c669d501313017aa5da56ec0631c12b7633b29bd9bbc32e9a306e122f6f2f896
[INFO] running `Command { std: "docker" "start" "c669d501313017aa5da56ec0631c12b7633b29bd9bbc32e9a306e122f6f2f896", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c669d501313017aa5da56ec0631c12b7633b29bd9bbc32e9a306e122f6f2f896", 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" "c669d501313017aa5da56ec0631c12b7633b29bd9bbc32e9a306e122f6f2f896" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c669d501313017aa5da56ec0631c12b7633b29bd9bbc32e9a306e122f6f2f896", 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" "c669d501313017aa5da56ec0631c12b7633b29bd9bbc32e9a306e122f6f2f896" "/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.107
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling anyhow v1.0.104
[INFO] [stderr]    Compiling syn v3.0.5
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]     Checking serde v1.0.229
[INFO] [stderr]     Checking tai64 v3.1.0
[INFO] [stderr]     Checking custom_codes v2.0.4
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]  Documenting turingdb-helpers v2.0.0-beta.4 (/opt/rustwide/workdir)
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]  --> src/repo.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub struct RepoQuery;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: the way this is parsed might change in the future
[INFO] [stdout]   = help: starts near `#### This struct handles all `repo` related queries like `dropping a repo or creating one``
[INFO] [stdout]   = help: ends near `#### This struct handles all `repo` related queries like `dropping a repo or creating one``
[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/db.rs:11:1
[INFO] [stdout]    |
[INFO] [stdout] 11 | / pub struct DbQuery {
[INFO] [stdout] 12 | |     db: String,
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `### Handles all queries releated to fields`
[INFO] [stdout]    = help: ends near `### Handles all queries releated to fields`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/document.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | / pub struct DocumentQuery {
[INFO] [stdout] 15 | |     db: String,
[INFO] [stdout] 16 | |     document: Option<String>,
[INFO] [stdout] 17 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `### Handles all queries releated to fields`
[INFO] [stdout]    = help: ends near `### Handles all queries releated to fields`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/commands.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | / pub enum TuringOp {
[INFO] [stdout]  6 | |     /// Initialize the Repository
[INFO] [stdout]  7 | |     RepoCreate,
[INFO] [stdout]  8 | |     /// Delete the Repository
[INFO] [stdout] ...  |
[INFO] [stdout] 33 | |     NotSupported,
[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 `Handles commands queries`
[INFO] [stdout]    = help: ends near `Commands to perform on the repo and its contents by the repo owner known as `SuperUser``
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/commands.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | / pub enum TuringOp {
[INFO] [stdout]  6 | |     /// Initialize the Repository
[INFO] [stdout]  7 | |     RepoCreate,
[INFO] [stdout]  8 | |     /// Delete the Repository
[INFO] [stdout] ...  |
[INFO] [stdout] 33 | |     NotSupported,
[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 `Commands to perform on the repo and its contents by the repo owner known as `SuperUser``
[INFO] [stdout]    = help: ends near `Commands to perform on the repo and its contents by the repo owner known as `SuperUser``
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/commands.rs:36:1
[INFO] [stdout]    |
[INFO] [stdout] 36 | / pub fn from_op<'op>(value: &TuringOp) -> &'op [u8] {
[INFO] [stdout] 37 | |     match *value {
[INFO] [stdout] 38 | |         TuringOp::RepoCreate => &[0x00],
[INFO] [stdout] 39 | |         TuringOp::RepoDrop => &[0x01],
[INFO] [stdout] ...  |
[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 `Handles commands queries`
[INFO] [stdout]    = help: ends near `Converts a database operation to a header using the `TuringOp` enum`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/commands.rs:36:1
[INFO] [stdout]    |
[INFO] [stdout] 36 | / pub fn from_op<'op>(value: &TuringOp) -> &'op [u8] {
[INFO] [stdout] 37 | |     match *value {
[INFO] [stdout] 38 | |         TuringOp::RepoCreate => &[0x00],
[INFO] [stdout] 39 | |         TuringOp::RepoDrop => &[0x01],
[INFO] [stdout] ...  |
[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 `Converts a database operation to a header using the `TuringOp` enum`
[INFO] [stdout]    = help: ends near `Converts a database operation to a header using the `TuringOp` enum`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/commands.rs:55:1
[INFO] [stdout]    |
[INFO] [stdout] 55 | / pub fn to_op(value: &[u8]) -> TuringOp {
[INFO] [stdout] 56 | |     match *value {
[INFO] [stdout] 57 | |         [0x00] => TuringOp::RepoCreate,
[INFO] [stdout] 58 | |         [0x01] => TuringOp::RepoDrop,
[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 `Handles commands queries`
[INFO] [stdout]    = help: ends near `Converts a database operation from a header to `TuringOp` enum variant`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/commands.rs:55:1
[INFO] [stdout]    |
[INFO] [stdout] 55 | / pub fn to_op(value: &[u8]) -> TuringOp {
[INFO] [stdout] 56 | |     match *value {
[INFO] [stdout] 57 | |         [0x00] => TuringOp::RepoCreate,
[INFO] [stdout] 58 | |         [0x01] => TuringOp::RepoDrop,
[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 `Converts a database operation from a header to `TuringOp` enum variant`
[INFO] [stdout]    = help: ends near `Converts a database operation from a header to `TuringOp` enum variant`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/commands.rs:86:1
[INFO] [stdout]    |
[INFO] [stdout] 86 | / pub struct FieldData {
[INFO] [stdout] 87 | |     data: Vec<u8>,
[INFO] [stdout] 88 | |     created: TAI64N,
[INFO] [stdout] 89 | |     modified: TAI64N,
[INFO] [stdout] 90 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Handles commands queries`
[INFO] [stdout]    = help: ends near `Contains the structure of a value represented by a key`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/commands.rs:86:1
[INFO] [stdout]    |
[INFO] [stdout] 86 | / pub struct FieldData {
[INFO] [stdout] 87 | |     data: Vec<u8>,
[INFO] [stdout] 88 | |     created: TAI64N,
[INFO] [stdout] 89 | |     modified: TAI64N,
[INFO] [stdout] 90 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Contains the structure of a value represented by a key`
[INFO] [stdout]    = help: ends near `Contains the structure of a value represented by a key`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/traits.rs:2:1
[INFO] [stdout]    |
[INFO] [stdout]  2 | / pub trait TuringPacket<'tp> {
[INFO] [stdout]  3 | |     /// ### Converts a data structure into bytes in order to be sent over the wire
[INFO] [stdout]  4 | |     /// #### Usage
[INFO] [stdout]  5 | |     /// ```
[INFO] [stdout] ...  |
[INFO] [stdout] 16 | |     fn into_packet<T>(value: T) -> &'tp [u8];
[INFO] [stdout] 17 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Handles traits queries`
[INFO] [stdout]    = help: ends near `Ensures that a data structure is converted to bytes before it is sent over the wire`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/traits.rs:2:1
[INFO] [stdout]    |
[INFO] [stdout]  2 | / pub trait TuringPacket<'tp> {
[INFO] [stdout]  3 | |     /// ### Converts a data structure into bytes in order to be sent over the wire
[INFO] [stdout]  4 | |     /// #### Usage
[INFO] [stdout]  5 | |     /// ```
[INFO] [stdout] ...  |
[INFO] [stdout] 16 | |     fn into_packet<T>(value: T) -> &'tp [u8];
[INFO] [stdout] 17 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `Ensures that a data structure is converted to bytes before it is sent over the wire`
[INFO] [stdout]    = help: ends near `Ensures that a data structure is converted to bytes before it is sent over the wire`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `turingdb-helpers`
[INFO] running `Command { std: "docker" "inspect" "c669d501313017aa5da56ec0631c12b7633b29bd9bbc32e9a306e122f6f2f896", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c669d501313017aa5da56ec0631c12b7633b29bd9bbc32e9a306e122f6f2f896", kill_on_drop: false }`
[INFO] [stdout] c669d501313017aa5da56ec0631c12b7633b29bd9bbc32e9a306e122f6f2f896
