[INFO] fetching crate assertables 5.2.0... [INFO] documenting assertables-5.2.0 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate assertables 5.2.0 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate assertables 5.2.0 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 assertables 5.2.0 [INFO] finished tweaking crates.io crate assertables 5.2.0 [INFO] tweaked toml for crates.io crate assertables 5.2.0 written to /workspace/builds/worker-13/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] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] 04cad6a9c02d2cd24538fafaa9d9f6e57b955dd3341a4cc5cae68eb0fefe77de [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "04cad6a9c02d2cd24538fafaa9d9f6e57b955dd3341a4cc5cae68eb0fefe77de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "04cad6a9c02d2cd24538fafaa9d9f6e57b955dd3341a4cc5cae68eb0fefe77de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "04cad6a9c02d2cd24538fafaa9d9f6e57b955dd3341a4cc5cae68eb0fefe77de", kill_on_drop: false }` [INFO] [stdout] 04cad6a9c02d2cd24538fafaa9d9f6e57b955dd3341a4cc5cae68eb0fefe77de [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 85fba991dd9d09514ecbad0c89393440857cc6fc747ed7a09972c5b424c1e0ed [INFO] running `Command { std: "docker" "start" "-a" "85fba991dd9d09514ecbad0c89393440857cc6fc747ed7a09972c5b424c1e0ed", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking regex-syntax v0.6.26 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking regex v1.5.6 [INFO] [stderr] Documenting assertables v5.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `BTreeSet` [INFO] [stdout] --> src/assert_set_eq.rs:39:32 [INFO] [stdout] | [INFO] [stdout] 39 | /// This implementation uses [`BTreeSet`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeSet` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `BTreeSet` [INFO] [stdout] --> src/assert_set_eq.rs:144:32 [INFO] [stdout] | [INFO] [stdout] 144 | /// This implementation uses [`BTreeSet`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeSet` 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 `BTreeSet` [INFO] [stdout] --> src/assert_set_ne.rs:40:32 [INFO] [stdout] | [INFO] [stdout] 40 | /// This implementation uses [`BTreeSet`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeSet` 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 `BTreeSet` [INFO] [stdout] --> src/assert_set_ne.rs:147:32 [INFO] [stdout] | [INFO] [stdout] 147 | /// This implementation uses [`BTreeSet`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeSet` 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 `BTreeSet` [INFO] [stdout] --> src/assert_set_subset.rs:40:32 [INFO] [stdout] | [INFO] [stdout] 40 | /// This implementation uses [`BTreeSet`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeSet` 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 `BTreeSet` [INFO] [stdout] --> src/assert_set_subset.rs:147:32 [INFO] [stdout] | [INFO] [stdout] 147 | /// This implementation uses [`BTreeSet`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeSet` 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 `BTreeSet` [INFO] [stdout] --> src/assert_set_superset.rs:40:32 [INFO] [stdout] | [INFO] [stdout] 40 | /// This implementation uses [`BTreeSet`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeSet` 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 `BTreeSet` [INFO] [stdout] --> src/assert_set_superset.rs:147:32 [INFO] [stdout] | [INFO] [stdout] 147 | /// This implementation uses [`BTreeSet`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeSet` 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 `BTreeSet` [INFO] [stdout] --> src/assert_set_joint.rs:40:32 [INFO] [stdout] | [INFO] [stdout] 40 | /// This implementation uses [`BTreeSet`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeSet` 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 `BTreeSet` [INFO] [stdout] --> src/assert_set_joint.rs:147:32 [INFO] [stdout] | [INFO] [stdout] 147 | /// This implementation uses [`BTreeSet`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeSet` 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 `BTreeSet` [INFO] [stdout] --> src/assert_set_disjoint.rs:39:32 [INFO] [stdout] | [INFO] [stdout] 39 | /// This implementation uses [`BTreeSet`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeSet` 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 `BTreeSet` [INFO] [stdout] --> src/assert_set_disjoint.rs:144:32 [INFO] [stdout] | [INFO] [stdout] 144 | /// This implementation uses [`BTreeSet`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeSet` 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 `BTreeMap` [INFO] [stdout] --> src/assert_bag_eq.rs:38:32 [INFO] [stdout] | [INFO] [stdout] 38 | /// This implementation uses [`BTreeMap`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeMap` 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 `BTreeMap` [INFO] [stdout] --> src/assert_bag_eq.rs:152:32 [INFO] [stdout] | [INFO] [stdout] 152 | /// This implementation uses [`BTreeMap`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeMap` 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 `BTreeMap` [INFO] [stdout] --> src/assert_bag_ne.rs:38:32 [INFO] [stdout] | [INFO] [stdout] 38 | /// This implementation uses [`BTreeMap`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeMap` 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 `BTreeMap` [INFO] [stdout] --> src/assert_bag_ne.rs:149:32 [INFO] [stdout] | [INFO] [stdout] 149 | /// This implementation uses [`BTreeMap`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeMap` 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 `BTreeMap` [INFO] [stdout] --> src/assert_bag_subbag.rs:54:32 [INFO] [stdout] | [INFO] [stdout] 54 | /// This implementation uses [`BTreeMap`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeMap` 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 `BTreeMap` [INFO] [stdout] --> src/assert_bag_subbag.rs:207:32 [INFO] [stdout] | [INFO] [stdout] 207 | /// This implementation uses [`BTreeMap`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeMap` 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 `BTreeMap` [INFO] [stdout] --> src/assert_bag_superbag.rs:56:32 [INFO] [stdout] | [INFO] [stdout] 56 | /// This implementation uses [`BTreeMap`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeMap` 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 `BTreeMap` [INFO] [stdout] --> src/assert_bag_superbag.rs:210:32 [INFO] [stdout] | [INFO] [stdout] 210 | /// This implementation uses [`BTreeMap`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeMap` 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 `std::String` [INFO] [stdout] --> src/assert_command_stdout_contains.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | /// This uses [`std::String`] method `contains`. [INFO] [stdout] | ^^^^^^^^^^^ no item named `String` in module `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `std::String` [INFO] [stdout] --> src/assert_command_stdout_contains.rs:132:17 [INFO] [stdout] | [INFO] [stdout] 132 | /// This uses [`std::String`] method `contains`. [INFO] [stdout] | ^^^^^^^^^^^ no item named `String` in module `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `std::String` [INFO] [stdout] --> src/assert_command_stderr_contains.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | /// This uses [`std::String`] method `contains`. [INFO] [stdout] | ^^^^^^^^^^^ no item named `String` in module `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `std::String` [INFO] [stdout] --> src/assert_command_stderr_contains.rs:127:17 [INFO] [stdout] | [INFO] [stdout] 127 | /// This uses [`std::String`] method `contains`. [INFO] [stdout] | ^^^^^^^^^^^ no item named `String` in module `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `std::String` [INFO] [stdout] --> src/assert_program_args_stdout_contains.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | /// This uses [`std::String`] method `contains`. [INFO] [stdout] | ^^^^^^^^^^^ no item named `String` in module `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `std::String` [INFO] [stdout] --> src/assert_program_args_stdout_contains.rs:141:17 [INFO] [stdout] | [INFO] [stdout] 141 | /// This uses [`std::String`] method `contains`. [INFO] [stdout] | ^^^^^^^^^^^ no item named `String` in module `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `std::String` [INFO] [stdout] --> src/assert_program_args_stderr_contains.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | /// This uses [`std::String`] method `contains`. [INFO] [stdout] | ^^^^^^^^^^^ no item named `String` in module `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `std::String` [INFO] [stdout] --> src/assert_program_args_stderr_contains.rs:140:17 [INFO] [stdout] | [INFO] [stdout] 140 | /// This uses [`std::String`] method `contains`. [INFO] [stdout] | ^^^^^^^^^^^ no item named `String` in module `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.25s [INFO] running `Command { std: "docker" "inspect" "85fba991dd9d09514ecbad0c89393440857cc6fc747ed7a09972c5b424c1e0ed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "85fba991dd9d09514ecbad0c89393440857cc6fc747ed7a09972c5b424c1e0ed", kill_on_drop: false }` [INFO] [stdout] 85fba991dd9d09514ecbad0c89393440857cc6fc747ed7a09972c5b424c1e0ed [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "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" "+1.61.0" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 86969ce251a40dffd9379592cedde52bd1878a4d7072696424abf809141a4c98 [INFO] running `Command { std: "docker" "start" "-a" "86969ce251a40dffd9379592cedde52bd1878a4d7072696424abf809141a4c98", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Checking regex-syntax v0.6.26 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking regex v1.5.6 [INFO] [stderr] Documenting assertables v5.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `BTreeSet` [INFO] [stdout] --> src/assert_set_eq.rs:39:32 [INFO] [stdout] | [INFO] [stdout] 39 | /// This implementation uses [`BTreeSet`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeSet` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `BTreeSet` [INFO] [stdout] --> src/assert_set_eq.rs:144:32 [INFO] [stdout] | [INFO] [stdout] 144 | /// This implementation uses [`BTreeSet`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeSet` 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 `BTreeSet` [INFO] [stdout] --> src/assert_set_ne.rs:40:32 [INFO] [stdout] | [INFO] [stdout] 40 | /// This implementation uses [`BTreeSet`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeSet` 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 `BTreeSet` [INFO] [stdout] --> src/assert_set_ne.rs:147:32 [INFO] [stdout] | [INFO] [stdout] 147 | /// This implementation uses [`BTreeSet`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeSet` 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 `BTreeSet` [INFO] [stdout] --> src/assert_set_subset.rs:40:32 [INFO] [stdout] | [INFO] [stdout] 40 | /// This implementation uses [`BTreeSet`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeSet` 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 `BTreeSet` [INFO] [stdout] --> src/assert_set_subset.rs:147:32 [INFO] [stdout] | [INFO] [stdout] 147 | /// This implementation uses [`BTreeSet`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeSet` 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 `BTreeSet` [INFO] [stdout] --> src/assert_set_superset.rs:40:32 [INFO] [stdout] | [INFO] [stdout] 40 | /// This implementation uses [`BTreeSet`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeSet` 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 `BTreeSet` [INFO] [stdout] --> src/assert_set_superset.rs:147:32 [INFO] [stdout] | [INFO] [stdout] 147 | /// This implementation uses [`BTreeSet`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeSet` 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 `BTreeSet` [INFO] [stdout] --> src/assert_set_joint.rs:40:32 [INFO] [stdout] | [INFO] [stdout] 40 | /// This implementation uses [`BTreeSet`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeSet` 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 `BTreeSet` [INFO] [stdout] --> src/assert_set_joint.rs:147:32 [INFO] [stdout] | [INFO] [stdout] 147 | /// This implementation uses [`BTreeSet`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeSet` 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 `BTreeSet` [INFO] [stdout] --> src/assert_set_disjoint.rs:39:32 [INFO] [stdout] | [INFO] [stdout] 39 | /// This implementation uses [`BTreeSet`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeSet` 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 `BTreeSet` [INFO] [stdout] --> src/assert_set_disjoint.rs:144:32 [INFO] [stdout] | [INFO] [stdout] 144 | /// This implementation uses [`BTreeSet`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeSet` 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 `BTreeMap` [INFO] [stdout] --> src/assert_bag_eq.rs:38:32 [INFO] [stdout] | [INFO] [stdout] 38 | /// This implementation uses [`BTreeMap`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeMap` 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 `BTreeMap` [INFO] [stdout] --> src/assert_bag_eq.rs:152:32 [INFO] [stdout] | [INFO] [stdout] 152 | /// This implementation uses [`BTreeMap`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeMap` 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 `BTreeMap` [INFO] [stdout] --> src/assert_bag_ne.rs:38:32 [INFO] [stdout] | [INFO] [stdout] 38 | /// This implementation uses [`BTreeMap`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeMap` 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 `BTreeMap` [INFO] [stdout] --> src/assert_bag_ne.rs:149:32 [INFO] [stdout] | [INFO] [stdout] 149 | /// This implementation uses [`BTreeMap`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeMap` 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 `BTreeMap` [INFO] [stdout] --> src/assert_bag_subbag.rs:54:32 [INFO] [stdout] | [INFO] [stdout] 54 | /// This implementation uses [`BTreeMap`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeMap` 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 `BTreeMap` [INFO] [stdout] --> src/assert_bag_subbag.rs:207:32 [INFO] [stdout] | [INFO] [stdout] 207 | /// This implementation uses [`BTreeMap`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeMap` 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 `BTreeMap` [INFO] [stdout] --> src/assert_bag_superbag.rs:56:32 [INFO] [stdout] | [INFO] [stdout] 56 | /// This implementation uses [`BTreeMap`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeMap` 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 `BTreeMap` [INFO] [stdout] --> src/assert_bag_superbag.rs:210:32 [INFO] [stdout] | [INFO] [stdout] 210 | /// This implementation uses [`BTreeMap`] to count items and sort them. [INFO] [stdout] | ^^^^^^^^ no item named `BTreeMap` 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 `std::String` [INFO] [stdout] --> src/assert_command_stdout_contains.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | /// This uses [`std::String`] method `contains`. [INFO] [stdout] | ^^^^^^^^^^^ no item named `String` in module `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `std::String` [INFO] [stdout] --> src/assert_command_stdout_contains.rs:132:17 [INFO] [stdout] | [INFO] [stdout] 132 | /// This uses [`std::String`] method `contains`. [INFO] [stdout] | ^^^^^^^^^^^ no item named `String` in module `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `std::String` [INFO] [stdout] --> src/assert_command_stderr_contains.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | /// This uses [`std::String`] method `contains`. [INFO] [stdout] | ^^^^^^^^^^^ no item named `String` in module `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `std::String` [INFO] [stdout] --> src/assert_command_stderr_contains.rs:127:17 [INFO] [stdout] | [INFO] [stdout] 127 | /// This uses [`std::String`] method `contains`. [INFO] [stdout] | ^^^^^^^^^^^ no item named `String` in module `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `std::String` [INFO] [stdout] --> src/assert_program_args_stdout_contains.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | /// This uses [`std::String`] method `contains`. [INFO] [stdout] | ^^^^^^^^^^^ no item named `String` in module `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `std::String` [INFO] [stdout] --> src/assert_program_args_stdout_contains.rs:141:17 [INFO] [stdout] | [INFO] [stdout] 141 | /// This uses [`std::String`] method `contains`. [INFO] [stdout] | ^^^^^^^^^^^ no item named `String` in module `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `std::String` [INFO] [stdout] --> src/assert_program_args_stderr_contains.rs:7:17 [INFO] [stdout] | [INFO] [stdout] 7 | /// This uses [`std::String`] method `contains`. [INFO] [stdout] | ^^^^^^^^^^^ no item named `String` in module `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `std::String` [INFO] [stdout] --> src/assert_program_args_stderr_contains.rs:140:17 [INFO] [stdout] | [INFO] [stdout] 140 | /// This uses [`std::String`] method `contains`. [INFO] [stdout] | ^^^^^^^^^^^ no item named `String` in module `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 28 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.75s [INFO] running `Command { std: "docker" "inspect" "86969ce251a40dffd9379592cedde52bd1878a4d7072696424abf809141a4c98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "86969ce251a40dffd9379592cedde52bd1878a4d7072696424abf809141a4c98", kill_on_drop: false }` [INFO] [stdout] 86969ce251a40dffd9379592cedde52bd1878a4d7072696424abf809141a4c98