[INFO] fetching crate stage 0.2.0... [INFO] documenting stage-0.2.0 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate stage 0.2.0 into /workspace/builds/worker-27/source [INFO] validating manifest of crates.io crate stage 0.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 stage 0.2.0 [INFO] finished tweaking crates.io crate stage 0.2.0 [INFO] tweaked toml for crates.io crate stage 0.2.0 written to /workspace/builds/worker-27/source/Cargo.toml [INFO] crate crates.io crate stage 0.2.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] Downloading crates ... [INFO] [stderr] Downloaded tracing-subscriber v0.2.3 [INFO] [stderr] Downloaded sharded-slab v0.0.8 [INFO] [stderr] Downloaded serde_json v1.0.48 [INFO] [stderr] Downloaded tracing-core v0.1.10 [INFO] [stderr] Downloaded regex v1.3.5 [INFO] [stderr] Downloaded smallvec v1.2.0 [INFO] [stderr] Downloaded hermit-abi v0.1.8 [INFO] [stderr] Downloaded once_cell v1.3.1 [INFO] [stderr] Downloaded tracing-attributes v0.1.7 [INFO] [stderr] Downloaded const-random v0.1.8 [INFO] [stderr] Downloaded tracing v0.1.13 [INFO] [stderr] Downloaded ahash v0.3.2 [INFO] [stderr] Downloaded dashmap v3.7.0 [INFO] [stderr] Downloaded const-random-macro v0.1.8 [INFO] [stderr] Downloaded mirai v0.0.4 [INFO] [stderr] Downloaded libc v0.2.67 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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] 2155fb0d4f0b8145657396f77e04077e1adb4ab662884559ae52b2713b17249d [INFO] running `Command { std: "docker" "start" "-a" "2155fb0d4f0b8145657396f77e04077e1adb4ab662884559ae52b2713b17249d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2155fb0d4f0b8145657396f77e04077e1adb4ab662884559ae52b2713b17249d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2155fb0d4f0b8145657396f77e04077e1adb4ab662884559ae52b2713b17249d", kill_on_drop: false }` [INFO] [stdout] 2155fb0d4f0b8145657396f77e04077e1adb4ab662884559ae52b2713b17249d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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] cce394a7589d2d35575aa6a98b9c32935853875f3c0145769ef2537b81c0705f [INFO] running `Command { std: "docker" "start" "-a" "cce394a7589d2d35575aa6a98b9c32935853875f3c0145769ef2537b81c0705f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.9 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Compiling libc v0.2.67 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling proc-macro-nested v0.1.3 [INFO] [stderr] Checking futures-sink v0.3.4 [INFO] [stderr] Checking futures-core v0.3.4 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Checking pin-utils v0.1.0-alpha.4 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking futures-io v0.3.4 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Checking futures-task v0.3.4 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking once_cell v1.3.1 [INFO] [stderr] Checking tracing-core v0.1.10 [INFO] [stderr] Checking futures-channel v0.3.4 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Checking mio v0.7.0 [INFO] [stderr] Checking num_cpus v1.12.0 [INFO] [stderr] Checking crossbeam-channel v0.4.2 [INFO] [stderr] Checking crossbeam-deque v0.7.3 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling tracing-attributes v0.1.7 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Compiling const-random-macro v0.1.8 [INFO] [stderr] Checking tracing v0.1.13 [INFO] [stderr] Checking const-random v0.1.8 [INFO] [stderr] Checking ahash v0.3.2 [INFO] [stderr] Checking dashmap v3.7.0 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking futures-executor v0.3.4 [INFO] [stderr] Checking futures v0.3.4 [INFO] [stderr] Checking mirai v0.0.4 [INFO] [stderr] Documenting stage v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `SysHandle::new_actor` [INFO] [stdout] --> src/actors/builder.rs:29:60 [INFO] [stdout] | [INFO] [stdout] 29 | /// to use for creating a new Actor. Send the op via [`SysHandle::new_actor`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no item named `SysHandle` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Actor` [INFO] [stdout] --> src/actors/error.rs:24:15 [INFO] [stdout] | [INFO] [stdout] 24 | /// The [`Actor`] is stopped. Stopped [`Actor`]s can't receive messages. [INFO] [stdout] | ^^^^^ no item named `Actor` 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 `Actor` [INFO] [stdout] --> src/actors/error.rs:24:45 [INFO] [stdout] | [INFO] [stdout] 24 | /// The [`Actor`] is stopped. Stopped [`Actor`]s can't receive messages. [INFO] [stdout] | ^^^^^ no item named `Actor` 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 `Actor` [INFO] [stdout] --> src/actors/error.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | /// The [`Actor`] that was expected to respond failed to do so before dropping the request. [INFO] [stdout] | ^^^^^ no item named `Actor` 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 `ActorSystem` [INFO] [stdout] --> src/actors/reactor.rs:16:31 [INFO] [stdout] | [INFO] [stdout] 16 | /// Primary Reactor for the [`ActorSystem`], drives message processing. [INFO] [stdout] | ^^^^^^^^^^^ no item named `ActorSystem` 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 `ActorStream` [INFO] [stdout] --> src/actors/work_pool.rs:31:27 [INFO] [stdout] | [INFO] [stdout] 31 | /// Sleeping tasks. [`ActorStream`]s get put here while they are pending. [INFO] [stdout] | ^^^^^^^^^^^ no item named `ActorStream` 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 `mio::Events` [INFO] [stdout] --> src/io/reactor.rs:97:36 [INFO] [stdout] | [INFO] [stdout] 97 | /// Passed to Mirai, defines [`mio::Events`] capacity. [INFO] [stdout] | ^^^^^^^^^^^ no item named `mio` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `mio::events::Source` [INFO] [stdout] --> src/system/handle.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | /// Registers a [`mio::events::Source`], returning a [`mirai::Token`] and [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `mio` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `ActorSystem` [INFO] [stdout] --> src/traits.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | /// The name is prefixed with the [`ActorSystem`] identifier and suffixed with an incrementer. [INFO] [stdout] | ^^^^^^^^^^^ no item named `ActorSystem` 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 `ActorSystem` [INFO] [stdout] --> src/traits.rs:46:7 [INFO] [stdout] | [INFO] [stdout] 46 | /// [`ActorSystem`]. [INFO] [stdout] | ^^^^^^^^^^^ no item named `ActorSystem` 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 `ActorSystem` [INFO] [stdout] --> src/traits.rs:50:73 [INFO] [stdout] | [INFO] [stdout] 50 | /// Function that the user should run to add the extension to the [`ActorSystem`]. [INFO] [stdout] | ^^^^^^^^^^^ no item named `ActorSystem` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.55s [INFO] running `Command { std: "docker" "inspect" "cce394a7589d2d35575aa6a98b9c32935853875f3c0145769ef2537b81c0705f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cce394a7589d2d35575aa6a98b9c32935853875f3c0145769ef2537b81c0705f", kill_on_drop: false }` [INFO] [stdout] cce394a7589d2d35575aa6a98b9c32935853875f3c0145769ef2537b81c0705f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-27/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] ae06a5897688ce128e74c918808c6077a4e040b96b5cfa5e9e2b2b6306e16f0c [INFO] running `Command { std: "docker" "start" "-a" "ae06a5897688ce128e74c918808c6077a4e040b96b5cfa5e9e2b2b6306e16f0c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.9 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Compiling libc v0.2.67 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling proc-macro-nested v0.1.3 [INFO] [stderr] Checking futures-core v0.3.4 [INFO] [stderr] Checking futures-sink v0.3.4 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Checking futures-io v0.3.4 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking futures-task v0.3.4 [INFO] [stderr] Checking pin-utils v0.1.0-alpha.4 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking once_cell v1.3.1 [INFO] [stderr] Checking tracing-core v0.1.10 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking futures-channel v0.3.4 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Checking num_cpus v1.12.0 [INFO] [stderr] Checking mio v0.7.0 [INFO] [stderr] Checking crossbeam-channel v0.4.2 [INFO] [stderr] Checking crossbeam-deque v0.7.3 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling tracing-attributes v0.1.7 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Compiling const-random-macro v0.1.8 [INFO] [stderr] Checking tracing v0.1.13 [INFO] [stderr] Checking const-random v0.1.8 [INFO] [stderr] Checking ahash v0.3.2 [INFO] [stderr] Checking dashmap v3.7.0 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking futures-executor v0.3.4 [INFO] [stderr] Checking futures v0.3.4 [INFO] [stderr] Checking mirai v0.0.4 [INFO] [stderr] Documenting stage v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `SysHandle::new_actor` [INFO] [stdout] --> src/actors/builder.rs:29:60 [INFO] [stdout] | [INFO] [stdout] 29 | /// to use for creating a new Actor. Send the op via [`SysHandle::new_actor`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no item named `SysHandle` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Actor` [INFO] [stdout] --> src/actors/error.rs:24:15 [INFO] [stdout] | [INFO] [stdout] 24 | /// The [`Actor`] is stopped. Stopped [`Actor`]s can't receive messages. [INFO] [stdout] | ^^^^^ no item named `Actor` 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 `Actor` [INFO] [stdout] --> src/actors/error.rs:24:45 [INFO] [stdout] | [INFO] [stdout] 24 | /// The [`Actor`] is stopped. Stopped [`Actor`]s can't receive messages. [INFO] [stdout] | ^^^^^ no item named `Actor` 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 `Actor` [INFO] [stdout] --> src/actors/error.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | /// The [`Actor`] that was expected to respond failed to do so before dropping the request. [INFO] [stdout] | ^^^^^ no item named `Actor` 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 `ActorSystem` [INFO] [stdout] --> src/actors/reactor.rs:16:31 [INFO] [stdout] | [INFO] [stdout] 16 | /// Primary Reactor for the [`ActorSystem`], drives message processing. [INFO] [stdout] | ^^^^^^^^^^^ no item named `ActorSystem` 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 `ActorStream` [INFO] [stdout] --> src/actors/work_pool.rs:31:27 [INFO] [stdout] | [INFO] [stdout] 31 | /// Sleeping tasks. [`ActorStream`]s get put here while they are pending. [INFO] [stdout] | ^^^^^^^^^^^ no item named `ActorStream` 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 `mio::Events` [INFO] [stdout] --> src/io/reactor.rs:97:36 [INFO] [stdout] | [INFO] [stdout] 97 | /// Passed to Mirai, defines [`mio::Events`] capacity. [INFO] [stdout] | ^^^^^^^^^^^ no item named `mio` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `mio::events::Source` [INFO] [stdout] --> src/system/handle.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | /// Registers a [`mio::events::Source`], returning a [`mirai::Token`] and [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no item named `mio` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `ActorSystem` [INFO] [stdout] --> src/traits.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | /// The name is prefixed with the [`ActorSystem`] identifier and suffixed with an incrementer. [INFO] [stdout] | ^^^^^^^^^^^ no item named `ActorSystem` 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 `ActorSystem` [INFO] [stdout] --> src/traits.rs:46:7 [INFO] [stdout] | [INFO] [stdout] 46 | /// [`ActorSystem`]. [INFO] [stdout] | ^^^^^^^^^^^ no item named `ActorSystem` 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 `ActorSystem` [INFO] [stdout] --> src/traits.rs:50:73 [INFO] [stdout] | [INFO] [stdout] 50 | /// Function that the user should run to add the extension to the [`ActorSystem`]. [INFO] [stdout] | ^^^^^^^^^^^ no item named `ActorSystem` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.06s [INFO] running `Command { std: "docker" "inspect" "ae06a5897688ce128e74c918808c6077a4e040b96b5cfa5e9e2b2b6306e16f0c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae06a5897688ce128e74c918808c6077a4e040b96b5cfa5e9e2b2b6306e16f0c", kill_on_drop: false }` [INFO] [stdout] ae06a5897688ce128e74c918808c6077a4e040b96b5cfa5e9e2b2b6306e16f0c