[INFO] fetching crate assure 2.1.0... [INFO] documenting assure-2.1.0 against try#6fd27704e643b25711e6a97ec2b04873b411b97d 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 6fd27704e643b25711e6a97ec2b04873b411b97d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6fd27704e643b25711e6a97ec2b04873b411b97d" "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" "+6fd27704e643b25711e6a97ec2b04873b411b97d" "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" "+6fd27704e643b25711e6a97ec2b04873b411b97d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "+6fd27704e643b25711e6a97ec2b04873b411b97d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b82a3b8f259133932c14679d1f25fc2755c74d40b5ee3b2a52474585822ab844 [INFO] running `Command { std: "docker" "start" "-a" "b82a3b8f259133932c14679d1f25fc2755c74d40b5ee3b2a52474585822ab844", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b82a3b8f259133932c14679d1f25fc2755c74d40b5ee3b2a52474585822ab844", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b82a3b8f259133932c14679d1f25fc2755c74d40b5ee3b2a52474585822ab844", kill_on_drop: false }` [INFO] [stdout] b82a3b8f259133932c14679d1f25fc2755c74d40b5ee3b2a52474585822ab844 [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" "+6fd27704e643b25711e6a97ec2b04873b411b97d" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] aca6f8310425a380641c75722a553c4d271f595e3dee3aa93e5d569c94dacfd4 [INFO] running `Command { std: "docker" "start" "-a" "aca6f8310425a380641c75722a553c4d271f595e3dee3aa93e5d569c94dacfd4", 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] error: macro_rules fallback is used during doc link resolution [INFO] [stdout] --> src/assure_set_eq.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | /// Like [`assure!`], this macro has a second form, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(rustdoc::macro_rules_fallback)]` on by default [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] error: macro_rules fallback is used during doc link resolution [INFO] [stdout] --> src/assure_bag_eq.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | /// Like [`assure!`], this macro has a second form, [INFO] [stdout] | ^^^^^^^ [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] error: macro_rules fallback is used during doc link resolution [INFO] [stdout] --> src/assure_bag_ne.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | /// Like [`assure!`], this macro has a second form, [INFO] [stdout] | ^^^^^^^ [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] error: aborting due to 3 previous errors; 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not document `assure` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name assure src/lib.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=db404a4be07c9077 -L dependency=/opt/rustwide/target/debug/deps --cap-lints=forbid --crate-version 2.1.0` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "aca6f8310425a380641c75722a553c4d271f595e3dee3aa93e5d569c94dacfd4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aca6f8310425a380641c75722a553c4d271f595e3dee3aa93e5d569c94dacfd4", kill_on_drop: false }` [INFO] [stdout] aca6f8310425a380641c75722a553c4d271f595e3dee3aa93e5d569c94dacfd4