[INFO] fetching crate avantis-utils 0.7.1... [INFO] documenting avantis-utils-0.7.1 against beta-2023-01-01 for beta-1.67-rustdoc-3 [INFO] extracting crate avantis-utils 0.7.1 into /workspace/builds/worker-7-tc2/source [INFO] validating manifest of crates.io crate avantis-utils 0.7.1 on toolchain beta-2023-01-01 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2023-01-01" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain [INFO] started tweaking crates.io crate avantis-utils 0.7.1 [INFO] finished tweaking crates.io crate avantis-utils 0.7.1 [INFO] tweaked toml for crates.io crate avantis-utils 0.7.1 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate crates.io crate avantis-utils 0.7.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2023-01-01" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:9042d5c95763f71f7b0904716b98ccadf9fc47b0f382ee962aaaed2ac70c9b8d" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-01-01" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 10e58a93f5d6b3f218ef3ea9e71c7ecdc2ba67045eacdec51ba8478e4899791a [INFO] running `Command { std: "docker" "start" "-a" "10e58a93f5d6b3f218ef3ea9e71c7ecdc2ba67045eacdec51ba8478e4899791a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "10e58a93f5d6b3f218ef3ea9e71c7ecdc2ba67045eacdec51ba8478e4899791a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "10e58a93f5d6b3f218ef3ea9e71c7ecdc2ba67045eacdec51ba8478e4899791a", kill_on_drop: false }` [INFO] [stdout] 10e58a93f5d6b3f218ef3ea9e71c7ecdc2ba67045eacdec51ba8478e4899791a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "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:9042d5c95763f71f7b0904716b98ccadf9fc47b0f382ee962aaaed2ac70c9b8d" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-01-01" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 86c2a63e694a3bb87e33cc4957737ce73e6ea7e1e41e93a5006d69356c8c089f [INFO] running `Command { std: "docker" "start" "-a" "86c2a63e694a3bb87e33cc4957737ce73e6ea7e1e41e93a5006d69356c8c089f", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.107 [INFO] [stderr] Checking once_cell v1.16.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Checking smallvec v1.10.0 [INFO] [stderr] Compiling cc v1.0.78 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.139 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling parking_lot_core v0.9.5 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling tokio v1.23.0 [INFO] [stderr] Checking getrandom v0.2.8 [INFO] [stderr] Checking num_cpus v1.15.0 [INFO] [stderr] Compiling generic-array v0.14.6 [INFO] [stderr] Checking futures-sink v0.3.25 [INFO] [stderr] Compiling thiserror v1.0.38 [INFO] [stderr] Compiling futures-channel v0.3.25 [INFO] [stderr] Compiling serde v1.0.152 [INFO] [stderr] Compiling either v1.8.0 [INFO] [stderr] Checking tracing-core v0.1.30 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling anyhow v1.0.68 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling bytes v1.3.0 [INFO] [stderr] Checking mio v0.8.5 [INFO] [stderr] Compiling crossbeam-utils v0.8.14 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Compiling indexmap v1.9.2 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Compiling async-trait v0.1.60 [INFO] [stderr] Compiling unicode-segmentation v1.10.0 [INFO] [stderr] Checking percent-encoding v2.2.0 [INFO] [stderr] Compiling rustls v0.20.7 [INFO] [stderr] Compiling parking_lot_core v0.8.6 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking tinyvec_macros v0.1.0 [INFO] [stderr] Compiling serde_json v1.0.91 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling pkg-config v0.3.26 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Checking unicode-bidi v0.3.8 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking block-buffer v0.10.3 [INFO] [stderr] Compiling which v4.3.0 [INFO] [stderr] Compiling socket2 v0.4.7 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Checking digest v0.10.6 [INFO] [stderr] Checking unicode-normalization v0.1.22 [INFO] [stderr] Compiling futures-core v0.3.25 [INFO] [stderr] Compiling crossbeam-queue v0.3.8 [INFO] [stderr] Checking http v0.2.8 [INFO] [stderr] Checking form_urlencoded v1.1.0 [INFO] [stderr] Compiling aho-corasick v0.7.20 [INFO] [stderr] Compiling prost-build v0.9.0 [INFO] [stderr] Compiling openssl-src v111.24.0+1.1.1s [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling paste v1.0.11 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling fastrand v1.8.0 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Checking idna v0.3.0 [INFO] [stderr] Compiling ucd-trie v0.1.5 [INFO] [stderr] Compiling futures-task v0.3.25 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling regex-syntax v0.6.28 [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Compiling openssl-sys v0.9.80 [INFO] [stderr] Compiling petgraph v0.6.2 [INFO] [stderr] Checking url v2.3.1 [INFO] [stderr] Compiling libz-sys v1.1.8 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling multimap v0.8.3 [INFO] [stderr] Checking try-lock v0.2.3 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Compiling cpufeatures v0.2.5 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling crc16 v0.4.0 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking tower-service v0.3.2 [INFO] [stderr] Compiling futures-util v0.3.25 [INFO] [stderr] Checking nom v7.1.1 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Checking http-body v0.4.5 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling regex v1.7.0 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Compiling cmake v0.1.49 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking sha1_smol v1.0.0 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling crc-catalog v2.1.0 [INFO] [stderr] Compiling itoa v1.0.5 [INFO] [stderr] Compiling ryu v1.0.12 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Checking httpdate v1.0.2 [INFO] [stderr] Compiling rustversion v1.0.11 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Checking webpki v0.22.0 [INFO] [stderr] Checking sct v0.7.0 [INFO] [stderr] Checking matchers v0.1.0 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Compiling rdkafka-sys v4.3.0+1.9.2 [INFO] [stderr] Compiling crc v3.0.0 [INFO] [stderr] Compiling atoi v1.0.0 [INFO] [stderr] Compiling rustls-pemfile v1.0.1 [INFO] [stderr] Checking sha1 v0.6.1 [INFO] [stderr] Compiling sqlformat v0.2.0 [INFO] [stderr] Compiling tokio-stream v0.1.11 [INFO] [stderr] Compiling webpki-roots v0.22.6 [INFO] [stderr] Compiling dirs v4.0.0 [INFO] [stderr] Compiling hkdf v0.12.3 [INFO] [stderr] Compiling futures-intrusive v0.4.2 [INFO] [stderr] Compiling sha1 v0.10.5 [INFO] [stderr] Compiling sha2 v0.10.6 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling md-5 v0.10.5 [INFO] [stderr] Checking crossbeam-channel v0.5.6 [INFO] [stderr] Compiling hashlink v0.8.1 [INFO] [stderr] Checking sharded-slab v0.1.4 [INFO] [stderr] Checking tracing-log v0.1.3 [INFO] [stderr] Checking thread_local v1.1.4 [INFO] [stderr] Checking dlv-list v0.3.0 [INFO] [stderr] Compiling dotenvy v0.15.6 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Checking tower-layer v0.3.2 [INFO] [stderr] Compiling whoami v1.2.3 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling pq-sys v0.4.7 [INFO] [stderr] Checking ordered-multimap v0.4.3 [INFO] [stderr] Checking scheduled-thread-pool v0.2.6 [INFO] [stderr] Checking time-core v0.1.0 [INFO] [stderr] Checking linked-hash-map v0.5.6 [INFO] [stderr] Compiling tokio-rustls v0.23.4 [INFO] [stderr] Checking time v0.3.17 [INFO] [stderr] Checking r2d2 v0.8.10 [INFO] [stderr] Checking rust-ini v0.18.0 [INFO] [stderr] Checking yaml-rust v0.4.5 [INFO] [stderr] Checking gethostname v0.2.3 [INFO] [stderr] Checking pathdiff v0.2.1 [INFO] [stderr] Compiling sqlx-rt v0.6.2 [INFO] [stderr] Compiling tokio-macros v1.8.2 [INFO] [stderr] Compiling thiserror-impl v1.0.38 [INFO] [stderr] Compiling serde_derive v1.0.152 [INFO] [stderr] Compiling futures-macro v0.3.25 [INFO] [stderr] Compiling tracing-attributes v0.1.23 [INFO] [stderr] Compiling prost-derive v0.9.0 [INFO] [stderr] Compiling pin-project-internal v1.0.12 [INFO] [stderr] Compiling async-stream-impl v0.3.3 [INFO] [stderr] Compiling diesel_derives v2.0.1 [INFO] [stderr] Compiling strum_macros v0.24.3 [INFO] [stderr] Compiling prost-derive v0.11.5 [INFO] [stderr] Compiling avantis-utils-derive v0.1.0 [INFO] [stderr] Checking async-stream v0.3.3 [INFO] [stderr] Compiling pest v2.5.2 [INFO] [stderr] Checking tracing v0.1.37 [INFO] [stderr] Checking tracing-subscriber v0.3.16 [INFO] [stderr] Checking pin-project v1.0.12 [INFO] [stderr] Checking tracing-futures v0.2.5 [INFO] [stderr] Compiling prost v0.9.0 [INFO] [stderr] Compiling pest_meta v2.5.2 [INFO] [stderr] Compiling prost-types v0.9.0 [INFO] [stderr] Compiling pest_generator v2.5.2 [INFO] [stderr] Checking futures-executor v0.3.25 [INFO] [stderr] Checking strum v0.24.1 [INFO] [stderr] Checking futures v0.3.25 [INFO] [stderr] Checking prost v0.11.5 [INFO] [stderr] Checking tokio-util v0.7.4 [INFO] [stderr] Checking tokio-io-timeout v1.2.0 [INFO] [stderr] Compiling tonic-build v0.6.2 [INFO] [stderr] Checking tokio-util v0.6.10 [INFO] [stderr] Checking bb8 v0.8.0 [INFO] [stderr] Compiling pest_derive v2.5.2 [INFO] [stderr] Checking h2 v0.3.15 [INFO] [stderr] Checking combine v4.6.6 [INFO] [stderr] Checking opentelemetry v0.17.0 [INFO] [stderr] Checking tower v0.4.13 [INFO] [stderr] Checking diesel v2.0.2 [INFO] [stderr] Checking tracing-opentelemetry v0.17.4 [INFO] [stderr] Compiling opentelemetry-otlp v0.10.0 [INFO] [stderr] Checking json5 v0.4.1 [INFO] [stderr] Checking toml v0.5.10 [INFO] [stderr] Checking ron v0.7.1 [INFO] [stderr] Checking hyper v0.14.23 [INFO] [stderr] Checking sqlx-core v0.6.2 [INFO] [stderr] Checking tracing-bunyan-formatter v0.3.4 [INFO] [stderr] Compiling proc-macro-crate v1.2.1 [INFO] [stderr] Checking config v0.13.3 [INFO] [stderr] Checking redis v0.21.7 [INFO] [stderr] Compiling num_enum_derive v0.5.7 [INFO] [stderr] Checking num_enum v0.5.7 [INFO] [stderr] Checking hyper-timeout v0.4.1 [INFO] [stderr] Checking tonic v0.6.2 [INFO] [stderr] Checking redis_cluster_async v0.7.0 [INFO] [stderr] Checking bb8-redis v0.11.0 [INFO] [stderr] Compiling sqlx-macros v0.6.2 [INFO] [stderr] Checking sqlx v0.6.2 [INFO] [stderr] Checking rdkafka v0.28.0 [INFO] [stderr] Documenting avantis-utils v0.7.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `config::Config` [INFO] [stdout] --> src/config.rs:1:43 [INFO] [stdout] | [INFO] [stdout] 1 | //! A simple config module wrapping over [config::Config] module. [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `config` 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 `config::Config` [INFO] [stdout] --> src/config.rs:23:85 [INFO] [stdout] | [INFO] [stdout] 23 | //! If you need to customize load mechanism, see [load_custom_config] or maybe use [config::Config] directly instead. [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `config` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `config::FileFormat` [INFO] [stdout] --> src/config.rs:25:33 [INFO] [stdout] | [INFO] [stdout] 25 | //! [^1]: Any format listed in [config::FileFormat] can be used. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no item named `config` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `config::FileFormat` [INFO] [stdout] --> src/config.rs:116:27 [INFO] [stdout] | [INFO] [stdout] 116 | /// Any format listed in [config::FileFormat] can be used. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no item named `config` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 18s [INFO] running `Command { std: "docker" "inspect" "86c2a63e694a3bb87e33cc4957737ce73e6ea7e1e41e93a5006d69356c8c089f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "86c2a63e694a3bb87e33cc4957737ce73e6ea7e1e41e93a5006d69356c8c089f", kill_on_drop: false }` [INFO] [stdout] 86c2a63e694a3bb87e33cc4957737ce73e6ea7e1e41e93a5006d69356c8c089f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "RUSTDOCFLAGS=--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:9042d5c95763f71f7b0904716b98ccadf9fc47b0f382ee962aaaed2ac70c9b8d" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-01-01" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e943671b3b42033ed9377666572e3bdf604837fd72078ea814fb04e392e2caf2 [INFO] running `Command { std: "docker" "start" "-a" "e943671b3b42033ed9377666572e3bdf604837fd72078ea814fb04e392e2caf2", kill_on_drop: false }` [INFO] [stderr] Documenting avantis-utils v0.7.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `config::Config` [INFO] [stdout] --> src/config.rs:1:43 [INFO] [stdout] | [INFO] [stdout] 1 | //! A simple config module wrapping over [config::Config] module. [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `config` 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 `config::Config` [INFO] [stdout] --> src/config.rs:23:85 [INFO] [stdout] | [INFO] [stdout] 23 | //! If you need to customize load mechanism, see [load_custom_config] or maybe use [config::Config] directly instead. [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `config` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `config::FileFormat` [INFO] [stdout] --> src/config.rs:25:33 [INFO] [stdout] | [INFO] [stdout] 25 | //! [^1]: Any format listed in [config::FileFormat] can be used. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no item named `config` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `config::FileFormat` [INFO] [stdout] --> src/config.rs:116:27 [INFO] [stdout] | [INFO] [stdout] 116 | /// Any format listed in [config::FileFormat] can be used. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no item named `config` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.22s [INFO] running `Command { std: "docker" "inspect" "e943671b3b42033ed9377666572e3bdf604837fd72078ea814fb04e392e2caf2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e943671b3b42033ed9377666572e3bdf604837fd72078ea814fb04e392e2caf2", kill_on_drop: false }` [INFO] [stdout] e943671b3b42033ed9377666572e3bdf604837fd72078ea814fb04e392e2caf2