[INFO] fetching crate assure 2.1.0... [INFO] documenting assure-2.1.0 against master#e1df625306f4136949e02612406f0c60df6008f3 for pr-96676 [INFO] extracting crate assure 2.1.0 into /workspace/builds/worker-31/source [INFO] validating manifest of crates.io crate assure 2.1.0 on toolchain e1df625306f4136949e02612406f0c60df6008f3 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+e1df625306f4136949e02612406f0c60df6008f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate assure 2.1.0 [INFO] finished tweaking crates.io crate assure 2.1.0 [INFO] tweaked toml for crates.io crate assure 2.1.0 written to /workspace/builds/worker-31/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+e1df625306f4136949e02612406f0c60df6008f3" "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" "+e1df625306f4136949e02612406f0c60df6008f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/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" "+e1df625306f4136949e02612406f0c60df6008f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a7e764102904cc82a2f79fb80a9774ae5195e8014ad6be7a224feb149264747c [INFO] running `Command { std: "docker" "start" "-a" "a7e764102904cc82a2f79fb80a9774ae5195e8014ad6be7a224feb149264747c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a7e764102904cc82a2f79fb80a9774ae5195e8014ad6be7a224feb149264747c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a7e764102904cc82a2f79fb80a9774ae5195e8014ad6be7a224feb149264747c", kill_on_drop: false }` [INFO] [stdout] a7e764102904cc82a2f79fb80a9774ae5195e8014ad6be7a224feb149264747c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/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=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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+e1df625306f4136949e02612406f0c60df6008f3" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] da0b2914e928febb4f5bdb15c10dd5a53f580b2ad33bab994e2d74f7b5d55f4f [INFO] running `Command { std: "docker" "start" "-a" "da0b2914e928febb4f5bdb15c10dd5a53f580b2ad33bab994e2d74f7b5d55f4f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Documenting assure v2.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `assure_set_eq` is both a module and a macro [INFO] [stdout] --> src/lib.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | //! * [`assure_set_eq`]`(a, b)`: assure the set `a` is equal to the set `b`. [INFO] [stdout] | ^^^^^^^^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] help: to link to the module, prefix with `mod@` [INFO] [stdout] | [INFO] [stdout] 128 | //! * [`mod@assure_set_eq`]`(a, b)`: assure the set `a` is equal to the set `b`. [INFO] [stdout] | ++++ [INFO] [stdout] help: to link to the macro, add an exclamation mark [INFO] [stdout] | [INFO] [stdout] 128 | //! * [`assure_set_eq!`]`(a, b)`: assure the set `a` is equal to the set `b`. [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `assure_set_ne` is both a module and a macro [INFO] [stdout] --> src/lib.rs:130:9 [INFO] [stdout] | [INFO] [stdout] 130 | //! * [`assure_set_ne`]`(a, b)`: assure the set `a` is not equal to the set `b`. [INFO] [stdout] | ^^^^^^^^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the module, prefix with `mod@` [INFO] [stdout] | [INFO] [stdout] 130 | //! * [`mod@assure_set_ne`]`(a, b)`: assure the set `a` is not equal to the set `b`. [INFO] [stdout] | ++++ [INFO] [stdout] help: to link to the macro, add an exclamation mark [INFO] [stdout] | [INFO] [stdout] 130 | //! * [`assure_set_ne!`]`(a, b)`: assure the set `a` is not equal to the set `b`. [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `assure_bag_eq` is both a module and a macro [INFO] [stdout] --> src/lib.rs:159:9 [INFO] [stdout] | [INFO] [stdout] 159 | //! * [`assure_bag_eq`]`(a, b)`: assure the bag `a` is equal to the bag `b`. [INFO] [stdout] | ^^^^^^^^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the module, prefix with `mod@` [INFO] [stdout] | [INFO] [stdout] 159 | //! * [`mod@assure_bag_eq`]`(a, b)`: assure the bag `a` is equal to the bag `b`. [INFO] [stdout] | ++++ [INFO] [stdout] help: to link to the macro, add an exclamation mark [INFO] [stdout] | [INFO] [stdout] 159 | //! * [`assure_bag_eq!`]`(a, b)`: assure the bag `a` is equal to the bag `b`. [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `assure_bag_ne` is both a module and a macro [INFO] [stdout] --> src/lib.rs:161:9 [INFO] [stdout] | [INFO] [stdout] 161 | //! * [`assure_bag_ne`]`(a, b)`: assure the bag `a` is not equal to the bag `b`. [INFO] [stdout] | ^^^^^^^^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the module, prefix with `mod@` [INFO] [stdout] | [INFO] [stdout] 161 | //! * [`mod@assure_bag_ne`]`(a, b)`: assure the bag `a` is not equal to the bag `b`. [INFO] [stdout] | ++++ [INFO] [stdout] help: to link to the macro, add an exclamation mark [INFO] [stdout] | [INFO] [stdout] 161 | //! * [`assure_bag_ne!`]`(a, b)`: assure the bag `a` is not equal to the bag `b`. [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `HashSet` [INFO] [stdout] --> src/assure_set_eq.rs:3:32 [INFO] [stdout] | [INFO] [stdout] 3 | /// This implementation uses [`HashSet`] to count items. [INFO] [stdout] | ^^^^^^^ no item named `HashSet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `HashSet` [INFO] [stdout] --> src/assure_set_ne.rs:3:32 [INFO] [stdout] | [INFO] [stdout] 3 | /// This implementation uses [`HashSet`] ro count items. [INFO] [stdout] | ^^^^^^^ no item named `HashSet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `HashMap` [INFO] [stdout] --> src/assure_bag_eq.rs:3:32 [INFO] [stdout] | [INFO] [stdout] 3 | /// This implementation uses [`HashMap`] to count items. [INFO] [stdout] | ^^^^^^^ no item named `HashMap` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `HashMap` [INFO] [stdout] --> src/assure_bag_ne.rs:3:32 [INFO] [stdout] | [INFO] [stdout] 3 | /// This implementation uses [`HashMap`] to count items. [INFO] [stdout] | ^^^^^^^ no item named `HashMap` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/lib.rs:221:5 [INFO] [stdout] | [INFO] [stdout] 221 | //! ```rust [INFO] [stdout] | _____^ [INFO] [stdout] 222 | | //! # #[macro_use] extern crate assure; fn main() { [INFO] [stdout] 223 | | //! let a = 1; [INFO] [stdout] 224 | | //! let b = 2; [INFO] [stdout] ... | [INFO] [stdout] 230 | | //! # } [INFO] [stdout] 231 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default [INFO] [stdout] = note: error from rustc: unexpected closing delimiter: `)` [INFO] [stdout] = note: error from rustc: mismatched closing delimiter: `)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.29s [INFO] running `Command { std: "docker" "inspect" "da0b2914e928febb4f5bdb15c10dd5a53f580b2ad33bab994e2d74f7b5d55f4f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da0b2914e928febb4f5bdb15c10dd5a53f580b2ad33bab994e2d74f7b5d55f4f", kill_on_drop: false }` [INFO] [stdout] da0b2914e928febb4f5bdb15c10dd5a53f580b2ad33bab994e2d74f7b5d55f4f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-31/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" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=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" "+e1df625306f4136949e02612406f0c60df6008f3" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] af5a2c6b409d9551b1cd80f37f3cf697f322e0574ee7bcf31c4742929038af6c [INFO] running `Command { std: "docker" "start" "-a" "af5a2c6b409d9551b1cd80f37f3cf697f322e0574ee7bcf31c4742929038af6c", kill_on_drop: false }` [INFO] [stderr] Documenting assure v2.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `assure_set_eq` is both a module and a macro [INFO] [stdout] --> src/lib.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | //! * [`assure_set_eq`]`(a, b)`: assure the set `a` is equal to the set `b`. [INFO] [stdout] | ^^^^^^^^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] help: to link to the module, prefix with `mod@` [INFO] [stdout] | [INFO] [stdout] 128 | //! * [`mod@assure_set_eq`]`(a, b)`: assure the set `a` is equal to the set `b`. [INFO] [stdout] | ++++ [INFO] [stdout] help: to link to the macro, add an exclamation mark [INFO] [stdout] | [INFO] [stdout] 128 | //! * [`assure_set_eq!`]`(a, b)`: assure the set `a` is equal to the set `b`. [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `assure_set_ne` is both a module and a macro [INFO] [stdout] --> src/lib.rs:130:9 [INFO] [stdout] | [INFO] [stdout] 130 | //! * [`assure_set_ne`]`(a, b)`: assure the set `a` is not equal to the set `b`. [INFO] [stdout] | ^^^^^^^^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the module, prefix with `mod@` [INFO] [stdout] | [INFO] [stdout] 130 | //! * [`mod@assure_set_ne`]`(a, b)`: assure the set `a` is not equal to the set `b`. [INFO] [stdout] | ++++ [INFO] [stdout] help: to link to the macro, add an exclamation mark [INFO] [stdout] | [INFO] [stdout] 130 | //! * [`assure_set_ne!`]`(a, b)`: assure the set `a` is not equal to the set `b`. [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `assure_bag_eq` is both a module and a macro [INFO] [stdout] --> src/lib.rs:159:9 [INFO] [stdout] | [INFO] [stdout] 159 | //! * [`assure_bag_eq`]`(a, b)`: assure the bag `a` is equal to the bag `b`. [INFO] [stdout] | ^^^^^^^^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the module, prefix with `mod@` [INFO] [stdout] | [INFO] [stdout] 159 | //! * [`mod@assure_bag_eq`]`(a, b)`: assure the bag `a` is equal to the bag `b`. [INFO] [stdout] | ++++ [INFO] [stdout] help: to link to the macro, add an exclamation mark [INFO] [stdout] | [INFO] [stdout] 159 | //! * [`assure_bag_eq!`]`(a, b)`: assure the bag `a` is equal to the bag `b`. [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `assure_bag_ne` is both a module and a macro [INFO] [stdout] --> src/lib.rs:161:9 [INFO] [stdout] | [INFO] [stdout] 161 | //! * [`assure_bag_ne`]`(a, b)`: assure the bag `a` is not equal to the bag `b`. [INFO] [stdout] | ^^^^^^^^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the module, prefix with `mod@` [INFO] [stdout] | [INFO] [stdout] 161 | //! * [`mod@assure_bag_ne`]`(a, b)`: assure the bag `a` is not equal to the bag `b`. [INFO] [stdout] | ++++ [INFO] [stdout] help: to link to the macro, add an exclamation mark [INFO] [stdout] | [INFO] [stdout] 161 | //! * [`assure_bag_ne!`]`(a, b)`: assure the bag `a` is not equal to the bag `b`. [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `HashSet` [INFO] [stdout] --> src/assure_set_eq.rs:3:32 [INFO] [stdout] | [INFO] [stdout] 3 | /// This implementation uses [`HashSet`] to count items. [INFO] [stdout] | ^^^^^^^ no item named `HashSet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `HashSet` [INFO] [stdout] --> src/assure_set_ne.rs:3:32 [INFO] [stdout] | [INFO] [stdout] 3 | /// This implementation uses [`HashSet`] ro count items. [INFO] [stdout] | ^^^^^^^ no item named `HashSet` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `HashMap` [INFO] [stdout] --> src/assure_bag_eq.rs:3:32 [INFO] [stdout] | [INFO] [stdout] 3 | /// This implementation uses [`HashMap`] to count items. [INFO] [stdout] | ^^^^^^^ no item named `HashMap` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `HashMap` [INFO] [stdout] --> src/assure_bag_ne.rs:3:32 [INFO] [stdout] | [INFO] [stdout] 3 | /// This implementation uses [`HashMap`] to count items. [INFO] [stdout] | ^^^^^^^ no item named `HashMap` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/lib.rs:221:5 [INFO] [stdout] | [INFO] [stdout] 221 | //! ```rust [INFO] [stdout] | _____^ [INFO] [stdout] 222 | | //! # #[macro_use] extern crate assure; fn main() { [INFO] [stdout] 223 | | //! let a = 1; [INFO] [stdout] 224 | | //! let b = 2; [INFO] [stdout] ... | [INFO] [stdout] 230 | | //! # } [INFO] [stdout] 231 | | //! ``` [INFO] [stdout] | |_______^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default [INFO] [stdout] = note: error from rustc: unexpected closing delimiter: `)` [INFO] [stdout] = note: error from rustc: mismatched closing delimiter: `)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.89s [INFO] running `Command { std: "docker" "inspect" "af5a2c6b409d9551b1cd80f37f3cf697f322e0574ee7bcf31c4742929038af6c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af5a2c6b409d9551b1cd80f37f3cf697f322e0574ee7bcf31c4742929038af6c", kill_on_drop: false }` [INFO] [stdout] af5a2c6b409d9551b1cd80f37f3cf697f322e0574ee7bcf31c4742929038af6c