[INFO] crate ripb 0.3.1 is already in cache [INFO] documenting ripb-0.3.1 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate ripb 0.3.1 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate ripb 0.3.1 on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ripb 0.3.1 [INFO] finished tweaking crates.io crate ripb 0.3.1 [INFO] tweaked toml for crates.io crate ripb 0.3.1 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "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" "+beta-2022-05-20" "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-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 90d1bc73adaa3e58714de5a5e87b1df6b153b4a083fc4ce3713095c5a7e8d68f [INFO] running `Command { std: "docker" "start" "-a" "90d1bc73adaa3e58714de5a5e87b1df6b153b4a083fc4ce3713095c5a7e8d68f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "90d1bc73adaa3e58714de5a5e87b1df6b153b4a083fc4ce3713095c5a7e8d68f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90d1bc73adaa3e58714de5a5e87b1df6b153b4a083fc4ce3713095c5a7e8d68f", kill_on_drop: false }` [INFO] [stdout] 90d1bc73adaa3e58714de5a5e87b1df6b153b4a083fc4ce3713095c5a7e8d68f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8385c28147bf3d6efcc068c7b6f4517c3deadfac02c8cbb29f8412b9af9e681e [INFO] running `Command { std: "docker" "start" "-a" "8385c28147bf3d6efcc068c7b6f4517c3deadfac02c8cbb29f8412b9af9e681e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking crossbeam-utils v0.6.6 [INFO] [stderr] Checking crossbeam-channel v0.3.9 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Documenting ripb v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `new` [INFO] [stdout] --> src/lib.rs:27:37 [INFO] [stdout] | [INFO] [stdout] 27 | /// You can create a bus with the [`new`] method, then create new [`Subscriber`]s with the [INFO] [stdout] | ^^^ no item named `new` 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 `create_subscriber` [INFO] [stdout] --> src/lib.rs:28:7 [INFO] [stdout] | [INFO] [stdout] 28 | /// [`create_subscriber`] method, and push some messages on the bus with the [`publish`] method. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `create_subscriber` 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 `publish` [INFO] [stdout] --> src/lib.rs:28:80 [INFO] [stdout] | [INFO] [stdout] 28 | /// [`create_subscriber`] method, and push some messages on the bus with the [`publish`] method. [INFO] [stdout] | ^^^^^^^ no item named `publish` 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 `clone` [INFO] [stdout] --> src/lib.rs:29:59 [INFO] [stdout] | [INFO] [stdout] 29 | /// If you need to send messages from multiple threads, [`clone`] the bus and use one instance per [INFO] [stdout] | ^^^^^ no item named `clone` 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 `on_message` [INFO] [stdout] --> src/lib.rs:41:39 [INFO] [stdout] | [INFO] [stdout] 41 | /// Register new callbacks with the [`on_message`] method, callback will live until the subscriber [INFO] [stdout] | ^^^^^^^^^^ no item named `on_message` 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 `on_message_with_token` [INFO] [stdout] --> src/lib.rs:42:70 [INFO] [stdout] | [INFO] [stdout] 42 | /// is dropped. If you need more control on callback lifecycle use [`on_message_with_token`] that [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `on_message_with_token` 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 `unsubscribe` [INFO] [stdout] --> src/lib.rs:43:60 [INFO] [stdout] | [INFO] [stdout] 43 | /// will give you a [`SubscriptionToken`] you can use to [`unsubscribe`] a callback. [INFO] [stdout] | ^^^^^^^^^^^ no item named `unsubscribe` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.38s [INFO] running `Command { std: "docker" "inspect" "8385c28147bf3d6efcc068c7b6f4517c3deadfac02c8cbb29f8412b9af9e681e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8385c28147bf3d6efcc068c7b6f4517c3deadfac02c8cbb29f8412b9af9e681e", kill_on_drop: false }` [INFO] [stdout] 8385c28147bf3d6efcc068c7b6f4517c3deadfac02c8cbb29f8412b9af9e681e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+beta-2022-05-20" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] fbb8b8ea7d82007dc5791872cd103192a00025e80efddfb014cf3529dfe887ac [INFO] running `Command { std: "docker" "start" "-a" "fbb8b8ea7d82007dc5791872cd103192a00025e80efddfb014cf3529dfe887ac", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking crossbeam-utils v0.6.6 [INFO] [stderr] Checking crossbeam-channel v0.3.9 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Documenting ripb v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `new` [INFO] [stdout] --> src/lib.rs:27:37 [INFO] [stdout] | [INFO] [stdout] 27 | /// You can create a bus with the [`new`] method, then create new [`Subscriber`]s with the [INFO] [stdout] | ^^^ no item named `new` 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 `create_subscriber` [INFO] [stdout] --> src/lib.rs:28:7 [INFO] [stdout] | [INFO] [stdout] 28 | /// [`create_subscriber`] method, and push some messages on the bus with the [`publish`] method. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `create_subscriber` 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 `publish` [INFO] [stdout] --> src/lib.rs:28:80 [INFO] [stdout] | [INFO] [stdout] 28 | /// [`create_subscriber`] method, and push some messages on the bus with the [`publish`] method. [INFO] [stdout] | ^^^^^^^ no item named `publish` 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 `clone` [INFO] [stdout] --> src/lib.rs:29:59 [INFO] [stdout] | [INFO] [stdout] 29 | /// If you need to send messages from multiple threads, [`clone`] the bus and use one instance per [INFO] [stdout] | ^^^^^ no item named `clone` 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 `on_message` [INFO] [stdout] --> src/lib.rs:41:39 [INFO] [stdout] | [INFO] [stdout] 41 | /// Register new callbacks with the [`on_message`] method, callback will live until the subscriber [INFO] [stdout] | ^^^^^^^^^^ no item named `on_message` 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 `on_message_with_token` [INFO] [stdout] --> src/lib.rs:42:70 [INFO] [stdout] | [INFO] [stdout] 42 | /// is dropped. If you need more control on callback lifecycle use [`on_message_with_token`] that [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no item named `on_message_with_token` 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 `unsubscribe` [INFO] [stdout] --> src/lib.rs:43:60 [INFO] [stdout] | [INFO] [stdout] 43 | /// will give you a [`SubscriptionToken`] you can use to [`unsubscribe`] a callback. [INFO] [stdout] | ^^^^^^^^^^^ no item named `unsubscribe` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.93s [INFO] running `Command { std: "docker" "inspect" "fbb8b8ea7d82007dc5791872cd103192a00025e80efddfb014cf3529dfe887ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fbb8b8ea7d82007dc5791872cd103192a00025e80efddfb014cf3529dfe887ac", kill_on_drop: false }` [INFO] [stdout] fbb8b8ea7d82007dc5791872cd103192a00025e80efddfb014cf3529dfe887ac