[INFO] fetching crate dycovec 0.1.1... [INFO] documenting dycovec-0.1.1 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate dycovec 0.1.1 into /workspace/builds/worker-21/source [INFO] validating manifest of crates.io crate dycovec 0.1.1 on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate dycovec 0.1.1 [INFO] finished tweaking crates.io crate dycovec 0.1.1 [INFO] tweaked toml for crates.io crate dycovec 0.1.1 written to /workspace/builds/worker-21/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded evmap v10.0.2 [INFO] [stderr] Downloaded hashbag v0.1.5 [INFO] [stderr] Downloaded crossbeam v0.8.1 [INFO] [stderr] Downloaded sharded-slab v0.1.4 [INFO] [stderr] Downloaded evmap-derive v0.2.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d0aa4cf597db93140d4eccc6295952c6487e7e3a129739f627874fd816295ae0 [INFO] running `Command { std: "docker" "start" "-a" "d0aa4cf597db93140d4eccc6295952c6487e7e3a129739f627874fd816295ae0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d0aa4cf597db93140d4eccc6295952c6487e7e3a129739f627874fd816295ae0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d0aa4cf597db93140d4eccc6295952c6487e7e3a129739f627874fd816295ae0", kill_on_drop: false }` [INFO] [stdout] d0aa4cf597db93140d4eccc6295952c6487e7e3a129739f627874fd816295ae0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 347ebc5afcb0d825ffc2be18f6f990bb65d24c76cf4368411cce6a38c50baf09 [INFO] running `Command { std: "docker" "start" "-a" "347ebc5afcb0d825ffc2be18f6f990bb65d24c76cf4368411cce6a38c50baf09", kill_on_drop: false }` [INFO] [stderr] Documenting dycovec v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `missing_doc_code_examples` has been renamed to `rustdoc::missing_doc_code_examples` [INFO] [stdout] --> src/lib.rs:4:69 [INFO] [stdout] | [INFO] [stdout] 4 | #![warn(clippy::all, clippy::pedantic, clippy::cargo, missing_docs, missing_doc_code_examples)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::missing_doc_code_examples` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `std::sync::Mutex` [INFO] [stdout] --> src/lib.rs:33:15 [INFO] [stdout] | [INFO] [stdout] 33 | /// [`Mutex`](std::sync::Mutex). [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no item named `std` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.87s [INFO] running `Command { std: "docker" "inspect" "347ebc5afcb0d825ffc2be18f6f990bb65d24c76cf4368411cce6a38c50baf09", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "347ebc5afcb0d825ffc2be18f6f990bb65d24c76cf4368411cce6a38c50baf09", kill_on_drop: false }` [INFO] [stdout] 347ebc5afcb0d825ffc2be18f6f990bb65d24c76cf4368411cce6a38c50baf09 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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=warn" "-e" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 229fe87946b80160d8a14557318eb07e02567fe39e475061193f6ee8d7222b4f [INFO] running `Command { std: "docker" "start" "-a" "229fe87946b80160d8a14557318eb07e02567fe39e475061193f6ee8d7222b4f", kill_on_drop: false }` [INFO] [stderr] Documenting dycovec v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: lint `missing_doc_code_examples` has been renamed to `rustdoc::missing_doc_code_examples` [INFO] [stdout] --> src/lib.rs:4:69 [INFO] [stdout] | [INFO] [stdout] 4 | #![warn(clippy::all, clippy::pedantic, clippy::cargo, missing_docs, missing_doc_code_examples)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::missing_doc_code_examples` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.53s [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | //! crate docs [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:4:69 [INFO] [stdout] | [INFO] [stdout] 4 | #![warn(clippy::all, clippy::pedantic, clippy::cargo, missing_docs, missing_doc_code_examples)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / /// A **dy**namically-allocated, **co**ncurrent **vec**tor. [INFO] [stdout] 28 | | /// [INFO] [stdout] 29 | | /// [`DycoVec`]s are thread-safe vectors that support random access, iteration, [INFO] [stdout] 30 | | /// and tail pushing in an `O(1)`, wait-free\* manner, *and that's it*! It's [INFO] [stdout] ... | [INFO] [stdout] 61 | | /// The only other time the lock is locked is during cloning as to prevent an [INFO] [stdout] 62 | | /// incomplete allocation from providing bad data for the clone. [INFO] [stdout] | |________________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:216:1 [INFO] [stdout] | [INFO] [stdout] 216 | / impl DycoVec { [INFO] [stdout] 217 | | const T_ZST: bool = core::mem::size_of::() == 0; [INFO] [stdout] 218 | | [INFO] [stdout] 219 | | /// Create a new [`DycoVec`] with zero length. [INFO] [stdout] ... | [INFO] [stdout] 415 | | } [INFO] [stdout] 416 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:219:5 [INFO] [stdout] | [INFO] [stdout] 219 | / /// Create a new [`DycoVec`] with zero length. [INFO] [stdout] 220 | | /// [INFO] [stdout] 221 | | /// The [`DycoVec`] will no allocate memory until elements are pushed onto [INFO] [stdout] 222 | | /// it. [INFO] [stdout] | |___________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:231:5 [INFO] [stdout] | [INFO] [stdout] 231 | /// Create a new [`DycoVec`] from a [box](Box)ed slice. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:261:5 [INFO] [stdout] | [INFO] [stdout] 261 | /// Index `self` by `index` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:272:5 [INFO] [stdout] | [INFO] [stdout] 272 | /// Mutably index `self` by `index` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:283:5 [INFO] [stdout] | [INFO] [stdout] 283 | /// Index `self` by `index` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:306:5 [INFO] [stdout] | [INFO] [stdout] 306 | /// Mutably index `self` by `index` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:329:5 [INFO] [stdout] | [INFO] [stdout] 329 | / /// Clear all elements in `self`. [INFO] [stdout] 330 | | /// [INFO] [stdout] 331 | | /// Drops all elements stored in `self` without losing the allocated space. [INFO] [stdout] | |_______________________________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:341:5 [INFO] [stdout] | [INFO] [stdout] 341 | /// Push an element to the end of `self` and return the new index. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:357:5 [INFO] [stdout] | [INFO] [stdout] 357 | /// Get the number of elements in `self`. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:362:5 [INFO] [stdout] | [INFO] [stdout] 362 | /// Returns `true` if the [`DycoVec`] contains no elements. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:367:5 [INFO] [stdout] | [INFO] [stdout] 367 | /// Create an immutable iterator over the elements of `self`. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:375:5 [INFO] [stdout] | [INFO] [stdout] 375 | /// Consumes the [`DycoVec`], returning a [`Vec`] containing the elements. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:514:1 [INFO] [stdout] | [INFO] [stdout] 514 | / /// Immutable iter over [`DycoVec`]s. [INFO] [stdout] 515 | | /// [INFO] [stdout] 516 | | /// Created by the [iter](DycoVec::iter()) method. [INFO] [stdout] | |__________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `std::sync::Mutex` [INFO] [stdout] --> src/lib.rs:33:15 [INFO] [stdout] | [INFO] [stdout] 33 | /// [`Mutex`](std::sync::Mutex). [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no item named `std` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "229fe87946b80160d8a14557318eb07e02567fe39e475061193f6ee8d7222b4f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "229fe87946b80160d8a14557318eb07e02567fe39e475061193f6ee8d7222b4f", kill_on_drop: false }` [INFO] [stdout] 229fe87946b80160d8a14557318eb07e02567fe39e475061193f6ee8d7222b4f