[INFO] fetching crate circulate 0.3.0... [INFO] documenting circulate-0.3.0 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate circulate 0.3.0 into /workspace/builds/worker-47/source [INFO] validating manifest of crates.io crate circulate 0.3.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 circulate 0.3.0 [INFO] finished tweaking crates.io crate circulate 0.3.0 [INFO] tweaked toml for crates.io crate circulate 0.3.0 written to /workspace/builds/worker-47/source/Cargo.toml [INFO] crate crates.io crate circulate 0.3.0 already has a lockfile, it will not be regenerated [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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded nanorand v0.6.1 [INFO] [stderr] Downloaded pin-project v1.0.8 [INFO] [stderr] Downloaded flume v0.10.11 [INFO] [stderr] Downloaded derive-where v1.0.0-rc.2 [INFO] [stderr] Downloaded anyhow v1.0.55 [INFO] [stderr] Downloaded pin-project-internal v1.0.8 [INFO] [stderr] Downloaded pot v1.0.1 [INFO] [stderr] Downloaded arc-bytes v0.3.3 [INFO] [stderr] Downloaded syn v1.0.83 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-47/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-47/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] 38de5a73367a0511e9168c599682faf5d51d2c7ed4865e820328601aa44d75d9 [INFO] running `Command { std: "docker" "start" "-a" "38de5a73367a0511e9168c599682faf5d51d2c7ed4865e820328601aa44d75d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "38de5a73367a0511e9168c599682faf5d51d2c7ed4865e820328601aa44d75d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "38de5a73367a0511e9168c599682faf5d51d2c7ed4865e820328601aa44d75d9", kill_on_drop: false }` [INFO] [stdout] 38de5a73367a0511e9168c599682faf5d51d2c7ed4865e820328601aa44d75d9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-47/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-47/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] a2d12b45acf26e466a538f404108053a0ee0ebac41d582026e45bffd493e2d6d [INFO] running `Command { std: "docker" "start" "-a" "a2d12b45acf26e466a538f404108053a0ee0ebac41d582026e45bffd493e2d6d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.34 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.83 [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Checking futures-sink v0.3.21 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking futures-io v0.3.21 [INFO] [stderr] Compiling parking_lot_core v0.9.1 [INFO] [stderr] Checking pin-project-lite v0.2.7 [INFO] [stderr] Checking slab v0.4.5 [INFO] [stderr] Checking smallvec v1.8.0 [INFO] [stderr] Checking bytes v1.1.0 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking half v1.8.2 [INFO] [stderr] Checking lock_api v0.4.6 [INFO] [stderr] Checking spin v0.9.2 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Checking getrandom v0.2.3 [INFO] [stderr] Checking nanorand v0.6.1 [INFO] [stderr] Checking parking_lot v0.12.0 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling pin-project-internal v1.0.8 [INFO] [stderr] Compiling derive-where v1.0.0-rc.2 [INFO] [stderr] Checking pin-project v1.0.8 [INFO] [stderr] Checking thiserror v1.0.30 [INFO] [stderr] Checking flume v0.10.11 [INFO] [stderr] Checking futures-executor v0.3.21 [INFO] [stderr] Checking futures v0.3.21 [INFO] [stderr] Checking pot v1.0.1 [INFO] [stderr] Checking arc-bytes v0.3.3 [INFO] [stderr] Documenting circulate v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.10s [INFO] running `Command { std: "docker" "inspect" "a2d12b45acf26e466a538f404108053a0ee0ebac41d582026e45bffd493e2d6d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a2d12b45acf26e466a538f404108053a0ee0ebac41d582026e45bffd493e2d6d", kill_on_drop: false }` [INFO] [stdout] a2d12b45acf26e466a538f404108053a0ee0ebac41d582026e45bffd493e2d6d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-47/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-47/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] [stdout] 4ad585f9108678e5277370b6364d14ac35f96777512c7098b9a3f539814a2591 [INFO] running `Command { std: "docker" "start" "-a" "4ad585f9108678e5277370b6364d14ac35f96777512c7098b9a3f539814a2591", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.34 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.83 [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Checking futures-sink v0.3.21 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking pin-project-lite v0.2.7 [INFO] [stderr] Checking futures-io v0.3.21 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking slab v0.4.5 [INFO] [stderr] Compiling parking_lot_core v0.9.1 [INFO] [stderr] Checking smallvec v1.8.0 [INFO] [stderr] Checking bytes v1.1.0 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking half v1.8.2 [INFO] [stderr] Checking lock_api v0.4.6 [INFO] [stderr] Checking spin v0.9.2 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Checking getrandom v0.2.3 [INFO] [stderr] Checking nanorand v0.6.1 [INFO] [stderr] Checking parking_lot v0.12.0 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling pin-project-internal v1.0.8 [INFO] [stderr] Compiling derive-where v1.0.0-rc.2 [INFO] [stderr] Checking pin-project v1.0.8 [INFO] [stderr] Checking thiserror v1.0.30 [INFO] [stderr] Checking flume v0.10.11 [INFO] [stderr] Checking futures-executor v0.3.21 [INFO] [stderr] Checking futures v0.3.21 [INFO] [stderr] Checking pot v1.0.1 [INFO] [stderr] Checking arc-bytes v0.3.3 [INFO] [stderr] Documenting circulate v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | /// A `PubSub` message. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:12:23 [INFO] [stdout] | [INFO] [stdout] 12 | #![cfg_attr(doc, deny(rustdoc::all))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] = note: `#[deny(rustdoc::missing_doc_code_examples)]` implied by `#[deny(rustdoc::all)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:37:1 [INFO] [stdout] | [INFO] [stdout] 37 | / impl Message { [INFO] [stdout] 38 | | /// Creates a new message. [INFO] [stdout] 39 | | /// [INFO] [stdout] 40 | | /// # Errors [INFO] [stdout] ... | [INFO] [stdout] 74 | | } [INFO] [stdout] 75 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | / /// Creates a new message. [INFO] [stdout] 39 | | /// [INFO] [stdout] 40 | | /// # Errors [INFO] [stdout] 41 | | /// [INFO] [stdout] 42 | | /// Returns an error if `payload` fails to serialize with `pot`. [INFO] [stdout] | |____________________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | /// Creates a new message with a raw payload. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:58:5 [INFO] [stdout] | [INFO] [stdout] 58 | / /// Deserialize the topic as `Topic` using `pot`. [INFO] [stdout] 59 | | /// [INFO] [stdout] 60 | | /// # Errors [INFO] [stdout] 61 | | /// [INFO] [stdout] 62 | | /// Returns an error if `topic` fails to deserialize with `pot`. [INFO] [stdout] | |____________________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | / /// Deserialize the payload as `Payload` using `pot`. [INFO] [stdout] 68 | | /// [INFO] [stdout] 69 | | /// # Errors [INFO] [stdout] 70 | | /// [INFO] [stdout] 71 | | /// Returns an error if `payload` fails to deserialize with `pot`. [INFO] [stdout] | |______________________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:81:1 [INFO] [stdout] | [INFO] [stdout] 81 | /// Manages subscriptions and notifications for `PubSub`. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:95:1 [INFO] [stdout] | [INFO] [stdout] 95 | / impl Relay { [INFO] [stdout] 96 | | /// Create a new [`Subscriber`] for this relay. [INFO] [stdout] 97 | | pub fn create_subscriber(&self) -> Subscriber { [INFO] [stdout] 98 | | let mut subscribers = self.data.subscribers.write(); [INFO] [stdout] ... | [INFO] [stdout] 302 | | } [INFO] [stdout] 303 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:96:5 [INFO] [stdout] | [INFO] [stdout] 96 | /// Create a new [`Subscriber`] for this relay. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:117:5 [INFO] [stdout] | [INFO] [stdout] 117 | / /// Publishes a `payload` to all subscribers of `topic`. [INFO] [stdout] 118 | | /// [INFO] [stdout] 119 | | /// # Errors [INFO] [stdout] 120 | | /// [INFO] [stdout] 121 | | /// Returns an error if `topic` or `payload` fails to serialize with `pot`. [INFO] [stdout] | |_______________________________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:132:5 [INFO] [stdout] | [INFO] [stdout] 132 | /// Publishes a `payload` to all subscribers of `topic`. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:142:5 [INFO] [stdout] | [INFO] [stdout] 142 | / /// Publishes a `payload` to all subscribers of `topic`. [INFO] [stdout] 143 | | /// [INFO] [stdout] 144 | | /// # Errors [INFO] [stdout] 145 | | /// [INFO] [stdout] 146 | | /// Returns an error if `topics` or `payload` fail to serialize with `pot`. [INFO] [stdout] | |_______________________________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:165:5 [INFO] [stdout] | [INFO] [stdout] 165 | /// Publishes a `payload` to all subscribers of `topic`. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:180:5 [INFO] [stdout] | [INFO] [stdout] 180 | /// Publishes a message to all subscribers of its topic. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:311:1 [INFO] [stdout] | [INFO] [stdout] 311 | /// A subscriber for [`Message`]s published to subscribed topics. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:318:1 [INFO] [stdout] | [INFO] [stdout] 318 | / impl Subscriber { [INFO] [stdout] 319 | | /// Subscribe to [`Message`]s published to `topic`. [INFO] [stdout] 320 | | /// [INFO] [stdout] 321 | | /// # Errors [INFO] [stdout] ... | [INFO] [stdout] 365 | | } [INFO] [stdout] 366 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:319:5 [INFO] [stdout] | [INFO] [stdout] 319 | / /// Subscribe to [`Message`]s published to `topic`. [INFO] [stdout] 320 | | /// [INFO] [stdout] 321 | | /// # Errors [INFO] [stdout] 322 | | /// [INFO] [stdout] 323 | | /// Returns an error if `topic` fails to serialize with `pot`. [INFO] [stdout] | |__________________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | /// Subscribe to [`Message`]s published to `topic`. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:337:5 [INFO] [stdout] | [INFO] [stdout] 337 | / /// Unsubscribe from [`Message`]s published to `topic`. [INFO] [stdout] 338 | | /// [INFO] [stdout] 339 | | /// # Errors [INFO] [stdout] 340 | | /// [INFO] [stdout] 341 | | /// Returns an error if `topic` fails to serialize with `pot`. [INFO] [stdout] | |__________________________________________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:348:5 [INFO] [stdout] | [INFO] [stdout] 348 | /// Unsubscribe from [`Message`]s published to `topic`. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:355:5 [INFO] [stdout] | [INFO] [stdout] 355 | /// Returns the receiver to receive [`Message`]s. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: missing code example in this documentation [INFO] [stdout] --> src/lib.rs:362:5 [INFO] [stdout] | [INFO] [stdout] 362 | /// Returns the unique ID of the subscriber. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 22 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not document `circulate` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2021 --crate-type lib --crate-name circulate src/lib.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -Z unstable-options --document-private-items -C metadata=d95619ebac512799 -L dependency=/opt/rustwide/target/debug/deps --extern arc_bytes=/opt/rustwide/target/debug/deps/libarc_bytes-103355396db3fa64.rmeta --extern flume=/opt/rustwide/target/debug/deps/libflume-5c86fd70522991bd.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-dc01b53a8574e8e2.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-b0015856334d1eab.rmeta --extern pot=/opt/rustwide/target/debug/deps/libpot-81b69eccf0701bf9.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-40e49bdb255edb60.rmeta --extern-html-root-url 'arc_bytes=https://docs.rs/arc-bytes/0.3.3/' --extern-html-root-url 'flume=https://docs.rs/flume/0.10.11/' --extern-html-root-url 'futures=https://docs.rs/futures/0.3.21/' --extern-html-root-url 'parking_lot=https://docs.rs/parking_lot/0.12.0/' --extern-html-root-url 'pot=https://docs.rs/pot/1.0.1/' --extern-html-root-url 'serde=https://docs.rs/serde/1.0.136/' -Zunstable-options --crate-version 0.3.0` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "4ad585f9108678e5277370b6364d14ac35f96777512c7098b9a3f539814a2591", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ad585f9108678e5277370b6364d14ac35f96777512c7098b9a3f539814a2591", kill_on_drop: false }` [INFO] [stdout] 4ad585f9108678e5277370b6364d14ac35f96777512c7098b9a3f539814a2591