[INFO] fetching crate bbqueue-ng 0.101.1...
[INFO] checking bbqueue-ng-0.101.1 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate bbqueue-ng 0.101.1 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate bbqueue-ng 0.101.1 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bbqueue-ng 0.101.1
[INFO] finished tweaking crates.io crate bbqueue-ng 0.101.1
[INFO] tweaked toml for crates.io crate bbqueue-ng 0.101.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] deb93d5e76ff4693ced0049780ffc0506c716018e8a792363d592200a8f943ac
[INFO] running `Command { std: "docker" "start" "-a" "deb93d5e76ff4693ced0049780ffc0506c716018e8a792363d592200a8f943ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "deb93d5e76ff4693ced0049780ffc0506c716018e8a792363d592200a8f943ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "deb93d5e76ff4693ced0049780ffc0506c716018e8a792363d592200a8f943ac", kill_on_drop: false }`
[INFO] [stdout] deb93d5e76ff4693ced0049780ffc0506c716018e8a792363d592200a8f943ac
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e1ed48319bda1ca01c0e00c4f11b8cd384bd510df4c1f30c881e8d7c5284aba8
[INFO] running `Command { std: "docker" "start" "-a" "e1ed48319bda1ca01c0e00c4f11b8cd384bd510df4c1f30c881e8d7c5284aba8", kill_on_drop: false }`
[INFO] [stderr]     Checking bbqueue-ng v0.101.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: unused doc comment
[INFO] [stdout]    --> src/bbbuffer.rs:252:13
[INFO] [stdout]     |
[INFO] [stdout] 252 |             /// Owned by the writer
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 253 |             write: AtomicUsize::new(0),
[INFO] [stdout]     |             -------------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout] 106 | #![deny(warnings)]
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     = note: `#[deny(unused_doc_comments)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused doc comment
[INFO] [stdout]    --> src/bbbuffer.rs:255:13
[INFO] [stdout]     |
[INFO] [stdout] 255 |             /// Owned by the reader
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 256 |             read: AtomicUsize::new(0),
[INFO] [stdout]     |             ------------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused doc comment
[INFO] [stdout]    --> src/bbbuffer.rs:258:13
[INFO] [stdout]     |
[INFO] [stdout] 258 | /             /// Cooperatively owned
[INFO] [stdout] 259 | |             ///
[INFO] [stdout] 260 | |             /// NOTE: This should generally be initialized as size_of::<self.buf>(), however
[INFO] [stdout] 261 | |             /// this would prevent the structure from being entirely zero-initialized,
[INFO] [stdout] ...   |
[INFO] [stdout] 267 | |             /// When read == last == write, no bytes will be allowed to be read (good), but
[INFO] [stdout] 268 | |             /// write grants can be given out (also good).
[INFO] [stdout]     | |__________________________________________________________^
[INFO] [stdout] 269 |               last: AtomicUsize::new(0),
[INFO] [stdout]     |               ------------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused doc comment
[INFO] [stdout]    --> src/bbbuffer.rs:271:13
[INFO] [stdout]     |
[INFO] [stdout] 271 |             /// Owned by the Writer, "private"
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 272 |             reserve: AtomicUsize::new(0),
[INFO] [stdout]     |             ---------------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused doc comment
[INFO] [stdout]    --> src/bbbuffer.rs:274:13
[INFO] [stdout]     |
[INFO] [stdout] 274 |             /// Owned by the Reader, "private"
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 275 |             read_in_progress: AtomicBool::new(false),
[INFO] [stdout]     |             ---------------------------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused doc comment
[INFO] [stdout]    --> src/bbbuffer.rs:277:13
[INFO] [stdout]     |
[INFO] [stdout] 277 |             /// Owned by the Writer, "private"
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 278 |             write_in_progress: AtomicBool::new(false),
[INFO] [stdout]     |             ----------------------------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused doc comment
[INFO] [stdout]    --> src/bbbuffer.rs:280:13
[INFO] [stdout]     |
[INFO] [stdout] 280 |             /// We haven't split at the start
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 281 |             already_split: AtomicBool::new(false),
[INFO] [stdout]     |             ------------------------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused doc comment
[INFO] [stdout]    --> src/bbbuffer.rs:252:13
[INFO] [stdout]     |
[INFO] [stdout] 252 |             /// Owned by the writer
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 253 |             write: AtomicUsize::new(0),
[INFO] [stdout]     |             -------------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout] 106 | #![deny(warnings)]
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     = note: `#[deny(unused_doc_comments)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused doc comment
[INFO] [stdout]    --> src/bbbuffer.rs:255:13
[INFO] [stdout]     |
[INFO] [stdout] 255 |             /// Owned by the reader
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 256 |             read: AtomicUsize::new(0),
[INFO] [stdout]     |             ------------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused doc comment
[INFO] [stdout]    --> src/bbbuffer.rs:258:13
[INFO] [stdout]     |
[INFO] [stdout] 258 | /             /// Cooperatively owned
[INFO] [stdout] 259 | |             ///
[INFO] [stdout] 260 | |             /// NOTE: This should generally be initialized as size_of::<self.buf>(), however
[INFO] [stdout] 261 | |             /// this would prevent the structure from being entirely zero-initialized,
[INFO] [stdout] ...   |
[INFO] [stdout] 267 | |             /// When read == last == write, no bytes will be allowed to be read (good), but
[INFO] [stdout] 268 | |             /// write grants can be given out (also good).
[INFO] [stdout]     | |__________________________________________________________^
[INFO] [stdout] 269 |               last: AtomicUsize::new(0),
[INFO] [stdout]     |               ------------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused doc comment
[INFO] [stdout]    --> src/bbbuffer.rs:271:13
[INFO] [stdout]     |
[INFO] [stdout] 271 |             /// Owned by the Writer, "private"
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 272 |             reserve: AtomicUsize::new(0),
[INFO] [stdout]     |             ---------------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused doc comment
[INFO] [stdout]    --> src/bbbuffer.rs:274:13
[INFO] [stdout]     |
[INFO] [stdout] 274 |             /// Owned by the Reader, "private"
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 275 |             read_in_progress: AtomicBool::new(false),
[INFO] [stdout]     |             ---------------------------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused doc comment
[INFO] [stdout]    --> src/bbbuffer.rs:277:13
[INFO] [stdout]     |
[INFO] [stdout] 277 |             /// Owned by the Writer, "private"
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 278 |             write_in_progress: AtomicBool::new(false),
[INFO] [stdout]     |             ----------------------------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused doc comment
[INFO] [stdout]    --> src/bbbuffer.rs:280:13
[INFO] [stdout]     |
[INFO] [stdout] 280 |             /// We haven't split at the start
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 281 |             already_split: AtomicBool::new(false),
[INFO] [stdout]     |             ------------------------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bbqueue-ng` (lib) due to 8 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 7 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bbqueue-ng` (lib test) due to 8 previous errors
[INFO] running `Command { std: "docker" "inspect" "e1ed48319bda1ca01c0e00c4f11b8cd384bd510df4c1f30c881e8d7c5284aba8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e1ed48319bda1ca01c0e00c4f11b8cd384bd510df4c1f30c881e8d7c5284aba8", kill_on_drop: false }`
[INFO] [stdout] e1ed48319bda1ca01c0e00c4f11b8cd384bd510df4c1f30c881e8d7c5284aba8
[INFO] checking bbqueue-ng-0.101.1 against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[INFO] extracting crate bbqueue-ng 0.101.1 into /workspace/builds/worker-7-tc2/source
[INFO] validating manifest of crates.io crate bbqueue-ng 0.101.1 on toolchain bfe97fcae016881ad333f0ff8cea2cadb9cf136c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bbqueue-ng 0.101.1
[INFO] finished tweaking crates.io crate bbqueue-ng 0.101.1
[INFO] tweaked toml for crates.io crate bbqueue-ng 0.101.1 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b5c9fcba8586f843134fa1158645eb884d906af14920646f0eb31be23640ab75
[INFO] running `Command { std: "docker" "start" "-a" "b5c9fcba8586f843134fa1158645eb884d906af14920646f0eb31be23640ab75", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b5c9fcba8586f843134fa1158645eb884d906af14920646f0eb31be23640ab75", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b5c9fcba8586f843134fa1158645eb884d906af14920646f0eb31be23640ab75", kill_on_drop: false }`
[INFO] [stdout] b5c9fcba8586f843134fa1158645eb884d906af14920646f0eb31be23640ab75
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 09b106305a826a78b96a9f2369894c9b640ea6da221a536e03d81bb533af110b
[INFO] running `Command { std: "docker" "start" "-a" "09b106305a826a78b96a9f2369894c9b640ea6da221a536e03d81bb533af110b", kill_on_drop: false }`
[INFO] [stderr]     Checking bbqueue-ng v0.101.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: unused doc comment
[INFO] [stdout]    --> src/bbbuffer.rs:252:13
[INFO] [stdout]     |
[INFO] [stdout] 252 |             /// Owned by the writer
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 253 |             write: AtomicUsize::new(0),
[INFO] [stdout]     |             -------------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout] 106 | #![deny(warnings)]
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     = note: `#[deny(unused_doc_comments)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused doc comment
[INFO] [stdout]    --> src/bbbuffer.rs:255:13
[INFO] [stdout]     |
[INFO] [stdout] 255 |             /// Owned by the reader
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 256 |             read: AtomicUsize::new(0),
[INFO] [stdout]     |             ------------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused doc comment
[INFO] [stdout]    --> src/bbbuffer.rs:258:13
[INFO] [stdout]     |
[INFO] [stdout] 258 | /             /// Cooperatively owned
[INFO] [stdout] 259 | |             ///
[INFO] [stdout] 260 | |             /// NOTE: This should generally be initialized as size_of::<self.buf>(), however
[INFO] [stdout] 261 | |             /// this would prevent the structure from being entirely zero-initialized,
[INFO] [stdout] ...   |
[INFO] [stdout] 267 | |             /// When read == last == write, no bytes will be allowed to be read (good), but
[INFO] [stdout] 268 | |             /// write grants can be given out (also good).
[INFO] [stdout]     | |__________________________________________________________^
[INFO] [stdout] 269 |               last: AtomicUsize::new(0),
[INFO] [stdout]     |               ------------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused doc comment
[INFO] [stdout]    --> src/bbbuffer.rs:271:13
[INFO] [stdout]     |
[INFO] [stdout] 271 |             /// Owned by the Writer, "private"
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 272 |             reserve: AtomicUsize::new(0),
[INFO] [stdout]     |             ---------------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused doc comment
[INFO] [stdout]    --> src/bbbuffer.rs:274:13
[INFO] [stdout]     |
[INFO] [stdout] 274 |             /// Owned by the Reader, "private"
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 275 |             read_in_progress: AtomicBool::new(false),
[INFO] [stdout]     |             ---------------------------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused doc comment
[INFO] [stdout]    --> src/bbbuffer.rs:277:13
[INFO] [stdout]     |
[INFO] [stdout] 277 |             /// Owned by the Writer, "private"
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 278 |             write_in_progress: AtomicBool::new(false),
[INFO] [stdout]     |             ----------------------------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused doc comment
[INFO] [stdout]    --> src/bbbuffer.rs:280:13
[INFO] [stdout]     |
[INFO] [stdout] 280 |             /// We haven't split at the start
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 281 |             already_split: AtomicBool::new(false),
[INFO] [stdout]     |             ------------------------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused doc comment
[INFO] [stdout]    --> src/bbbuffer.rs:252:13
[INFO] [stdout]     |
[INFO] [stdout] 252 |             /// Owned by the writer
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 253 |             write: AtomicUsize::new(0),
[INFO] [stdout]     |             -------------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout] 106 | #![deny(warnings)]
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     = note: `#[deny(unused_doc_comments)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused doc comment
[INFO] [stdout]    --> src/bbbuffer.rs:255:13
[INFO] [stdout]     |
[INFO] [stdout] 255 |             /// Owned by the reader
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 256 |             read: AtomicUsize::new(0),
[INFO] [stdout]     |             ------------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused doc comment
[INFO] [stdout]    --> src/bbbuffer.rs:258:13
[INFO] [stdout]     |
[INFO] [stdout] 258 | /             /// Cooperatively owned
[INFO] [stdout] 259 | |             ///
[INFO] [stdout] 260 | |             /// NOTE: This should generally be initialized as size_of::<self.buf>(), however
[INFO] [stdout] 261 | |             /// this would prevent the structure from being entirely zero-initialized,
[INFO] [stdout] ...   |
[INFO] [stdout] 267 | |             /// When read == last == write, no bytes will be allowed to be read (good), but
[INFO] [stdout] 268 | |             /// write grants can be given out (also good).
[INFO] [stdout]     | |__________________________________________________________^
[INFO] [stdout] 269 |               last: AtomicUsize::new(0),
[INFO] [stdout]     |               ------------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused doc comment
[INFO] [stdout]    --> src/bbbuffer.rs:271:13
[INFO] [stdout]     |
[INFO] [stdout] 271 |             /// Owned by the Writer, "private"
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 272 |             reserve: AtomicUsize::new(0),
[INFO] [stdout]     |             ---------------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused doc comment
[INFO] [stdout]    --> src/bbbuffer.rs:274:13
[INFO] [stdout]     |
[INFO] [stdout] 274 |             /// Owned by the Reader, "private"
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 275 |             read_in_progress: AtomicBool::new(false),
[INFO] [stdout]     |             ---------------------------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused doc comment
[INFO] [stdout]    --> src/bbbuffer.rs:277:13
[INFO] [stdout]     |
[INFO] [stdout] 277 |             /// Owned by the Writer, "private"
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 278 |             write_in_progress: AtomicBool::new(false),
[INFO] [stdout]     |             ----------------------------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused doc comment
[INFO] [stdout]    --> src/bbbuffer.rs:280:13
[INFO] [stdout]     |
[INFO] [stdout] 280 |             /// We haven't split at the start
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 281 |             already_split: AtomicBool::new(false),
[INFO] [stdout]     |             ------------------------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `//` for a plain comment
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 7 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bbqueue-ng` (lib) due to 8 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 7 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bbqueue-ng` (lib test) due to 8 previous errors
[INFO] running `Command { std: "docker" "inspect" "09b106305a826a78b96a9f2369894c9b640ea6da221a536e03d81bb533af110b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "09b106305a826a78b96a9f2369894c9b640ea6da221a536e03d81bb533af110b", kill_on_drop: false }`
[INFO] [stdout] 09b106305a826a78b96a9f2369894c9b640ea6da221a536e03d81bb533af110b
