[INFO] crate ripb 0.3.1 is already in cache [INFO] documenting ripb-0.3.1 against 1.61.0 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 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 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" "+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] 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" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 71385d9fd6cf95b12572d6cf2c737c43edd06f93c6ba3db7dde9a8cd0d20918a [INFO] running `Command { std: "docker" "start" "-a" "71385d9fd6cf95b12572d6cf2c737c43edd06f93c6ba3db7dde9a8cd0d20918a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "71385d9fd6cf95b12572d6cf2c737c43edd06f93c6ba3db7dde9a8cd0d20918a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "71385d9fd6cf95b12572d6cf2c737c43edd06f93c6ba3db7dde9a8cd0d20918a", kill_on_drop: false }` [INFO] [stdout] 71385d9fd6cf95b12572d6cf2c737c43edd06f93c6ba3db7dde9a8cd0d20918a [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" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dcdbb877632432ff3009097b101880fddb4ff332dd5f3c7eb12e292f862e8e6d [INFO] running `Command { std: "docker" "start" "-a" "dcdbb877632432ff3009097b101880fddb4ff332dd5f3c7eb12e292f862e8e6d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling log v0.4.17 [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 3.71s [INFO] running `Command { std: "docker" "inspect" "dcdbb877632432ff3009097b101880fddb4ff332dd5f3c7eb12e292f862e8e6d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dcdbb877632432ff3009097b101880fddb4ff332dd5f3c7eb12e292f862e8e6d", kill_on_drop: false }` [INFO] [stdout] dcdbb877632432ff3009097b101880fddb4ff332dd5f3c7eb12e292f862e8e6d [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" "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] e20bc8e2fd82bfd0e3482af40869b22a59debbc96c6f8f1b77e9ce5e975e8b04 [INFO] running `Command { std: "docker" "start" "-a" "e20bc8e2fd82bfd0e3482af40869b22a59debbc96c6f8f1b77e9ce5e975e8b04", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling log v0.4.17 [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.44s [INFO] running `Command { std: "docker" "inspect" "e20bc8e2fd82bfd0e3482af40869b22a59debbc96c6f8f1b77e9ce5e975e8b04", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e20bc8e2fd82bfd0e3482af40869b22a59debbc96c6f8f1b77e9ce5e975e8b04", kill_on_drop: false }` [INFO] [stdout] e20bc8e2fd82bfd0e3482af40869b22a59debbc96c6f8f1b77e9ce5e975e8b04