[INFO] fetching crate simplist 0.0.5... [INFO] checking simplist-0.0.5 against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] extracting crate simplist 0.0.5 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate simplist 0.0.5 on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate simplist 0.0.5 [INFO] finished tweaking crates.io crate simplist 0.0.5 [INFO] tweaked toml for crates.io crate simplist 0.0.5 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] c3b9214aba8457b89c7083f7962707f3131516090b8950aa189afffb4036e8c3 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "c3b9214aba8457b89c7083f7962707f3131516090b8950aa189afffb4036e8c3"` [INFO] [stderr] Checking simplist v0.0.5 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:173:56 [INFO] [stderr] | [INFO] [stderr] 173 | pub fn request(&self, request: HttpRequest) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:207:93 [INFO] [stderr] | [INFO] [stderr] 207 | fn run_bytes(&self, url: Url, method: HttpMethod, content: Option) -> Box, Error = HttpError>> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = HttpError>` [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:217:18 [INFO] [stderr] | [INFO] [stderr] 217 | 0...399 => OneOfFuture::A(response.read_as_bytes()), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:225:94 [INFO] [stderr] | [INFO] [stderr] 225 | fn run_string(&self, url: Url, method: HttpMethod, content: Option) -> Box> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:462:113 [INFO] [stderr] | [INFO] [stderr] 462 | pub fn $method_name(&self, url: TUrl, content: Option) -> OneOfFuture, Error = HttpError>>, FutureResult, HttpError>, Vec, HttpError> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = HttpError>` [INFO] [stderr] ... [INFO] [stderr] 565 | / http_client_methods!( [INFO] [stderr] 566 | | [x, HttpMethod::Options, options, options_string], [INFO] [stderr] 567 | | [no-content, HttpMethod::Get, get, get_string ], [INFO] [stderr] 568 | | [x, HttpMethod::Post, post, post_string ], [INFO] [stderr] ... | [INFO] [stderr] 574 | | [x, HttpMethod::Patch, patch, patch_string ], [INFO] [stderr] 575 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:490:120 [INFO] [stderr] | [INFO] [stderr] 490 | pub fn $string_method_name(&self, url: TUrl, content: Option) -> OneOfFuture>, FutureResult, String, HttpError> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] ... [INFO] [stderr] 565 | / http_client_methods!( [INFO] [stderr] 566 | | [x, HttpMethod::Options, options, options_string], [INFO] [stderr] 567 | | [no-content, HttpMethod::Get, get, get_string ], [INFO] [stderr] 568 | | [x, HttpMethod::Post, post, post_string ], [INFO] [stderr] ... | [INFO] [stderr] 574 | | [x, HttpMethod::Patch, patch, patch_string ], [INFO] [stderr] 575 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:365:76 [INFO] [stderr] | [INFO] [stderr] 365 | pub fn $method_name(&self, url: TUrl) -> OneOfFuture, Error = HttpError>>, FutureResult, HttpError>, Vec, HttpError> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = HttpError>` [INFO] [stderr] ... [INFO] [stderr] 565 | / http_client_methods!( [INFO] [stderr] 566 | | [x, HttpMethod::Options, options, options_string], [INFO] [stderr] 567 | | [no-content, HttpMethod::Get, get, get_string ], [INFO] [stderr] 568 | | [x, HttpMethod::Post, post, post_string ], [INFO] [stderr] ... | [INFO] [stderr] 574 | | [x, HttpMethod::Patch, patch, patch_string ], [INFO] [stderr] 575 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:388:83 [INFO] [stderr] | [INFO] [stderr] 388 | pub fn $string_method_name(&self, url: TUrl) -> OneOfFuture>, FutureResult, String, HttpError> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] ... [INFO] [stderr] 565 | / http_client_methods!( [INFO] [stderr] 566 | | [x, HttpMethod::Options, options, options_string], [INFO] [stderr] 567 | | [no-content, HttpMethod::Get, get, get_string ], [INFO] [stderr] 568 | | [x, HttpMethod::Post, post, post_string ], [INFO] [stderr] ... | [INFO] [stderr] 574 | | [x, HttpMethod::Patch, patch, patch_string ], [INFO] [stderr] 575 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:462:113 [INFO] [stderr] | [INFO] [stderr] 462 | pub fn $method_name(&self, url: TUrl, content: Option) -> OneOfFuture, Error = HttpError>>, FutureResult, HttpError>, Vec, HttpError> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = HttpError>` [INFO] [stderr] ... [INFO] [stderr] 565 | / http_client_methods!( [INFO] [stderr] 566 | | [x, HttpMethod::Options, options, options_string], [INFO] [stderr] 567 | | [no-content, HttpMethod::Get, get, get_string ], [INFO] [stderr] 568 | | [x, HttpMethod::Post, post, post_string ], [INFO] [stderr] ... | [INFO] [stderr] 574 | | [x, HttpMethod::Patch, patch, patch_string ], [INFO] [stderr] 575 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:490:120 [INFO] [stderr] | [INFO] [stderr] 490 | pub fn $string_method_name(&self, url: TUrl, content: Option) -> OneOfFuture>, FutureResult, String, HttpError> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] ... [INFO] [stderr] 565 | / http_client_methods!( [INFO] [stderr] 566 | | [x, HttpMethod::Options, options, options_string], [INFO] [stderr] 567 | | [no-content, HttpMethod::Get, get, get_string ], [INFO] [stderr] 568 | | [x, HttpMethod::Post, post, post_string ], [INFO] [stderr] ... | [INFO] [stderr] 574 | | [x, HttpMethod::Patch, patch, patch_string ], [INFO] [stderr] 575 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:462:113 [INFO] [stderr] | [INFO] [stderr] 462 | pub fn $method_name(&self, url: TUrl, content: Option) -> OneOfFuture, Error = HttpError>>, FutureResult, HttpError>, Vec, HttpError> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = HttpError>` [INFO] [stderr] ... [INFO] [stderr] 565 | / http_client_methods!( [INFO] [stderr] 566 | | [x, HttpMethod::Options, options, options_string], [INFO] [stderr] 567 | | [no-content, HttpMethod::Get, get, get_string ], [INFO] [stderr] 568 | | [x, HttpMethod::Post, post, post_string ], [INFO] [stderr] ... | [INFO] [stderr] 574 | | [x, HttpMethod::Patch, patch, patch_string ], [INFO] [stderr] 575 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:490:120 [INFO] [stderr] | [INFO] [stderr] 490 | pub fn $string_method_name(&self, url: TUrl, content: Option) -> OneOfFuture>, FutureResult, String, HttpError> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] ... [INFO] [stderr] 565 | / http_client_methods!( [INFO] [stderr] 566 | | [x, HttpMethod::Options, options, options_string], [INFO] [stderr] 567 | | [no-content, HttpMethod::Get, get, get_string ], [INFO] [stderr] 568 | | [x, HttpMethod::Post, post, post_string ], [INFO] [stderr] ... | [INFO] [stderr] 574 | | [x, HttpMethod::Patch, patch, patch_string ], [INFO] [stderr] 575 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:365:76 [INFO] [stderr] | [INFO] [stderr] 365 | pub fn $method_name(&self, url: TUrl) -> OneOfFuture, Error = HttpError>>, FutureResult, HttpError>, Vec, HttpError> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = HttpError>` [INFO] [stderr] ... [INFO] [stderr] 565 | / http_client_methods!( [INFO] [stderr] 566 | | [x, HttpMethod::Options, options, options_string], [INFO] [stderr] 567 | | [no-content, HttpMethod::Get, get, get_string ], [INFO] [stderr] 568 | | [x, HttpMethod::Post, post, post_string ], [INFO] [stderr] ... | [INFO] [stderr] 574 | | [x, HttpMethod::Patch, patch, patch_string ], [INFO] [stderr] 575 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:388:83 [INFO] [stderr] | [INFO] [stderr] 388 | pub fn $string_method_name(&self, url: TUrl) -> OneOfFuture>, FutureResult, String, HttpError> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] ... [INFO] [stderr] 565 | / http_client_methods!( [INFO] [stderr] 566 | | [x, HttpMethod::Options, options, options_string], [INFO] [stderr] 567 | | [no-content, HttpMethod::Get, get, get_string ], [INFO] [stderr] 568 | | [x, HttpMethod::Post, post, post_string ], [INFO] [stderr] ... | [INFO] [stderr] 574 | | [x, HttpMethod::Patch, patch, patch_string ], [INFO] [stderr] 575 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:365:76 [INFO] [stderr] | [INFO] [stderr] 365 | pub fn $method_name(&self, url: TUrl) -> OneOfFuture, Error = HttpError>>, FutureResult, HttpError>, Vec, HttpError> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = HttpError>` [INFO] [stderr] ... [INFO] [stderr] 565 | / http_client_methods!( [INFO] [stderr] 566 | | [x, HttpMethod::Options, options, options_string], [INFO] [stderr] 567 | | [no-content, HttpMethod::Get, get, get_string ], [INFO] [stderr] 568 | | [x, HttpMethod::Post, post, post_string ], [INFO] [stderr] ... | [INFO] [stderr] 574 | | [x, HttpMethod::Patch, patch, patch_string ], [INFO] [stderr] 575 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:388:83 [INFO] [stderr] | [INFO] [stderr] 388 | pub fn $string_method_name(&self, url: TUrl) -> OneOfFuture>, FutureResult, String, HttpError> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] ... [INFO] [stderr] 565 | / http_client_methods!( [INFO] [stderr] 566 | | [x, HttpMethod::Options, options, options_string], [INFO] [stderr] 567 | | [no-content, HttpMethod::Get, get, get_string ], [INFO] [stderr] 568 | | [x, HttpMethod::Post, post, post_string ], [INFO] [stderr] ... | [INFO] [stderr] 574 | | [x, HttpMethod::Patch, patch, patch_string ], [INFO] [stderr] 575 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:365:76 [INFO] [stderr] | [INFO] [stderr] 365 | pub fn $method_name(&self, url: TUrl) -> OneOfFuture, Error = HttpError>>, FutureResult, HttpError>, Vec, HttpError> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = HttpError>` [INFO] [stderr] ... [INFO] [stderr] 565 | / http_client_methods!( [INFO] [stderr] 566 | | [x, HttpMethod::Options, options, options_string], [INFO] [stderr] 567 | | [no-content, HttpMethod::Get, get, get_string ], [INFO] [stderr] 568 | | [x, HttpMethod::Post, post, post_string ], [INFO] [stderr] ... | [INFO] [stderr] 574 | | [x, HttpMethod::Patch, patch, patch_string ], [INFO] [stderr] 575 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:388:83 [INFO] [stderr] | [INFO] [stderr] 388 | pub fn $string_method_name(&self, url: TUrl) -> OneOfFuture>, FutureResult, String, HttpError> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] ... [INFO] [stderr] 565 | / http_client_methods!( [INFO] [stderr] 566 | | [x, HttpMethod::Options, options, options_string], [INFO] [stderr] 567 | | [no-content, HttpMethod::Get, get, get_string ], [INFO] [stderr] 568 | | [x, HttpMethod::Post, post, post_string ], [INFO] [stderr] ... | [INFO] [stderr] 574 | | [x, HttpMethod::Patch, patch, patch_string ], [INFO] [stderr] 575 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:365:76 [INFO] [stderr] | [INFO] [stderr] 365 | pub fn $method_name(&self, url: TUrl) -> OneOfFuture, Error = HttpError>>, FutureResult, HttpError>, Vec, HttpError> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = HttpError>` [INFO] [stderr] ... [INFO] [stderr] 565 | / http_client_methods!( [INFO] [stderr] 566 | | [x, HttpMethod::Options, options, options_string], [INFO] [stderr] 567 | | [no-content, HttpMethod::Get, get, get_string ], [INFO] [stderr] 568 | | [x, HttpMethod::Post, post, post_string ], [INFO] [stderr] ... | [INFO] [stderr] 574 | | [x, HttpMethod::Patch, patch, patch_string ], [INFO] [stderr] 575 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:388:83 [INFO] [stderr] | [INFO] [stderr] 388 | pub fn $string_method_name(&self, url: TUrl) -> OneOfFuture>, FutureResult, String, HttpError> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] ... [INFO] [stderr] 565 | / http_client_methods!( [INFO] [stderr] 566 | | [x, HttpMethod::Options, options, options_string], [INFO] [stderr] 567 | | [no-content, HttpMethod::Get, get, get_string ], [INFO] [stderr] 568 | | [x, HttpMethod::Post, post, post_string ], [INFO] [stderr] ... | [INFO] [stderr] 574 | | [x, HttpMethod::Patch, patch, patch_string ], [INFO] [stderr] 575 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:462:113 [INFO] [stderr] | [INFO] [stderr] 462 | pub fn $method_name(&self, url: TUrl, content: Option) -> OneOfFuture, Error = HttpError>>, FutureResult, HttpError>, Vec, HttpError> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = HttpError>` [INFO] [stderr] ... [INFO] [stderr] 565 | / http_client_methods!( [INFO] [stderr] 566 | | [x, HttpMethod::Options, options, options_string], [INFO] [stderr] 567 | | [no-content, HttpMethod::Get, get, get_string ], [INFO] [stderr] 568 | | [x, HttpMethod::Post, post, post_string ], [INFO] [stderr] ... | [INFO] [stderr] 574 | | [x, HttpMethod::Patch, patch, patch_string ], [INFO] [stderr] 575 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:490:120 [INFO] [stderr] | [INFO] [stderr] 490 | pub fn $string_method_name(&self, url: TUrl, content: Option) -> OneOfFuture>, FutureResult, String, HttpError> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] ... [INFO] [stderr] 565 | / http_client_methods!( [INFO] [stderr] 566 | | [x, HttpMethod::Options, options, options_string], [INFO] [stderr] 567 | | [no-content, HttpMethod::Get, get, get_string ], [INFO] [stderr] 568 | | [x, HttpMethod::Post, post, post_string ], [INFO] [stderr] ... | [INFO] [stderr] 574 | | [x, HttpMethod::Patch, patch, patch_string ], [INFO] [stderr] 575 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/error.rs:44:32 [INFO] [stderr] | [INFO] [stderr] 44 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/response.rs:135:39 [INFO] [stderr] | [INFO] [stderr] 135 | pub fn read_as_bytes(self) -> Box, Error = HttpError>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = HttpError>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/response.rs:171:40 [INFO] [stderr] | [INFO] [stderr] 171 | pub fn read_as_string(self) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:173:56 [INFO] [stderr] | [INFO] [stderr] 173 | pub fn request(&self, request: HttpRequest) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:207:93 [INFO] [stderr] | [INFO] [stderr] 207 | fn run_bytes(&self, url: Url, method: HttpMethod, content: Option) -> Box, Error = HttpError>> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = HttpError>` [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:217:18 [INFO] [stderr] | [INFO] [stderr] 217 | 0...399 => OneOfFuture::A(response.read_as_bytes()), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:225:94 [INFO] [stderr] | [INFO] [stderr] 225 | fn run_string(&self, url: Url, method: HttpMethod, content: Option) -> Box> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:462:113 [INFO] [stderr] | [INFO] [stderr] 462 | pub fn $method_name(&self, url: TUrl, content: Option) -> OneOfFuture, Error = HttpError>>, FutureResult, HttpError>, Vec, HttpError> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = HttpError>` [INFO] [stderr] ... [INFO] [stderr] 565 | / http_client_methods!( [INFO] [stderr] 566 | | [x, HttpMethod::Options, options, options_string], [INFO] [stderr] 567 | | [no-content, HttpMethod::Get, get, get_string ], [INFO] [stderr] 568 | | [x, HttpMethod::Post, post, post_string ], [INFO] [stderr] ... | [INFO] [stderr] 574 | | [x, HttpMethod::Patch, patch, patch_string ], [INFO] [stderr] 575 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:490:120 [INFO] [stderr] | [INFO] [stderr] 490 | pub fn $string_method_name(&self, url: TUrl, content: Option) -> OneOfFuture>, FutureResult, String, HttpError> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] ... [INFO] [stderr] 565 | / http_client_methods!( [INFO] [stderr] 566 | | [x, HttpMethod::Options, options, options_string], [INFO] [stderr] 567 | | [no-content, HttpMethod::Get, get, get_string ], [INFO] [stderr] 568 | | [x, HttpMethod::Post, post, post_string ], [INFO] [stderr] ... | [INFO] [stderr] 574 | | [x, HttpMethod::Patch, patch, patch_string ], [INFO] [stderr] 575 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:365:76 [INFO] [stderr] | [INFO] [stderr] 365 | pub fn $method_name(&self, url: TUrl) -> OneOfFuture, Error = HttpError>>, FutureResult, HttpError>, Vec, HttpError> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = HttpError>` [INFO] [stderr] ... [INFO] [stderr] 565 | / http_client_methods!( [INFO] [stderr] 566 | | [x, HttpMethod::Options, options, options_string], [INFO] [stderr] 567 | | [no-content, HttpMethod::Get, get, get_string ], [INFO] [stderr] 568 | | [x, HttpMethod::Post, post, post_string ], [INFO] [stderr] ... | [INFO] [stderr] 574 | | [x, HttpMethod::Patch, patch, patch_string ], [INFO] [stderr] 575 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:388:83 [INFO] [stderr] | [INFO] [stderr] 388 | pub fn $string_method_name(&self, url: TUrl) -> OneOfFuture>, FutureResult, String, HttpError> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] ... [INFO] [stderr] 565 | / http_client_methods!( [INFO] [stderr] 566 | | [x, HttpMethod::Options, options, options_string], [INFO] [stderr] 567 | | [no-content, HttpMethod::Get, get, get_string ], [INFO] [stderr] 568 | | [x, HttpMethod::Post, post, post_string ], [INFO] [stderr] ... | [INFO] [stderr] 574 | | [x, HttpMethod::Patch, patch, patch_string ], [INFO] [stderr] 575 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:462:113 [INFO] [stderr] | [INFO] [stderr] 462 | pub fn $method_name(&self, url: TUrl, content: Option) -> OneOfFuture, Error = HttpError>>, FutureResult, HttpError>, Vec, HttpError> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = HttpError>` [INFO] [stderr] ... [INFO] [stderr] 565 | / http_client_methods!( [INFO] [stderr] 566 | | [x, HttpMethod::Options, options, options_string], [INFO] [stderr] 567 | | [no-content, HttpMethod::Get, get, get_string ], [INFO] [stderr] 568 | | [x, HttpMethod::Post, post, post_string ], [INFO] [stderr] ... | [INFO] [stderr] 574 | | [x, HttpMethod::Patch, patch, patch_string ], [INFO] [stderr] 575 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:490:120 [INFO] [stderr] | [INFO] [stderr] 490 | pub fn $string_method_name(&self, url: TUrl, content: Option) -> OneOfFuture>, FutureResult, String, HttpError> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] ... [INFO] [stderr] 565 | / http_client_methods!( [INFO] [stderr] 566 | | [x, HttpMethod::Options, options, options_string], [INFO] [stderr] 567 | | [no-content, HttpMethod::Get, get, get_string ], [INFO] [stderr] 568 | | [x, HttpMethod::Post, post, post_string ], [INFO] [stderr] ... | [INFO] [stderr] 574 | | [x, HttpMethod::Patch, patch, patch_string ], [INFO] [stderr] 575 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:462:113 [INFO] [stderr] | [INFO] [stderr] 462 | pub fn $method_name(&self, url: TUrl, content: Option) -> OneOfFuture, Error = HttpError>>, FutureResult, HttpError>, Vec, HttpError> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = HttpError>` [INFO] [stderr] ... [INFO] [stderr] 565 | / http_client_methods!( [INFO] [stderr] 566 | | [x, HttpMethod::Options, options, options_string], [INFO] [stderr] 567 | | [no-content, HttpMethod::Get, get, get_string ], [INFO] [stderr] 568 | | [x, HttpMethod::Post, post, post_string ], [INFO] [stderr] ... | [INFO] [stderr] 574 | | [x, HttpMethod::Patch, patch, patch_string ], [INFO] [stderr] 575 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:490:120 [INFO] [stderr] | [INFO] [stderr] 490 | pub fn $string_method_name(&self, url: TUrl, content: Option) -> OneOfFuture>, FutureResult, String, HttpError> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] ... [INFO] [stderr] 565 | / http_client_methods!( [INFO] [stderr] 566 | | [x, HttpMethod::Options, options, options_string], [INFO] [stderr] 567 | | [no-content, HttpMethod::Get, get, get_string ], [INFO] [stderr] 568 | | [x, HttpMethod::Post, post, post_string ], [INFO] [stderr] ... | [INFO] [stderr] 574 | | [x, HttpMethod::Patch, patch, patch_string ], [INFO] [stderr] 575 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:365:76 [INFO] [stderr] | [INFO] [stderr] 365 | pub fn $method_name(&self, url: TUrl) -> OneOfFuture, Error = HttpError>>, FutureResult, HttpError>, Vec, HttpError> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = HttpError>` [INFO] [stderr] ... [INFO] [stderr] 565 | / http_client_methods!( [INFO] [stderr] 566 | | [x, HttpMethod::Options, options, options_string], [INFO] [stderr] 567 | | [no-content, HttpMethod::Get, get, get_string ], [INFO] [stderr] 568 | | [x, HttpMethod::Post, post, post_string ], [INFO] [stderr] ... | [INFO] [stderr] 574 | | [x, HttpMethod::Patch, patch, patch_string ], [INFO] [stderr] 575 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:388:83 [INFO] [stderr] | [INFO] [stderr] 388 | pub fn $string_method_name(&self, url: TUrl) -> OneOfFuture>, FutureResult, String, HttpError> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] ... [INFO] [stderr] 565 | / http_client_methods!( [INFO] [stderr] 566 | | [x, HttpMethod::Options, options, options_string], [INFO] [stderr] 567 | | [no-content, HttpMethod::Get, get, get_string ], [INFO] [stderr] 568 | | [x, HttpMethod::Post, post, post_string ], [INFO] [stderr] ... | [INFO] [stderr] 574 | | [x, HttpMethod::Patch, patch, patch_string ], [INFO] [stderr] 575 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:365:76 [INFO] [stderr] | [INFO] [stderr] 365 | pub fn $method_name(&self, url: TUrl) -> OneOfFuture, Error = HttpError>>, FutureResult, HttpError>, Vec, HttpError> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = HttpError>` [INFO] [stderr] ... [INFO] [stderr] 565 | / http_client_methods!( [INFO] [stderr] 566 | | [x, HttpMethod::Options, options, options_string], [INFO] [stderr] 567 | | [no-content, HttpMethod::Get, get, get_string ], [INFO] [stderr] 568 | | [x, HttpMethod::Post, post, post_string ], [INFO] [stderr] ... | [INFO] [stderr] 574 | | [x, HttpMethod::Patch, patch, patch_string ], [INFO] [stderr] 575 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:388:83 [INFO] [stderr] | [INFO] [stderr] 388 | pub fn $string_method_name(&self, url: TUrl) -> OneOfFuture>, FutureResult, String, HttpError> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] ... [INFO] [stderr] 565 | / http_client_methods!( [INFO] [stderr] 566 | | [x, HttpMethod::Options, options, options_string], [INFO] [stderr] 567 | | [no-content, HttpMethod::Get, get, get_string ], [INFO] [stderr] 568 | | [x, HttpMethod::Post, post, post_string ], [INFO] [stderr] ... | [INFO] [stderr] 574 | | [x, HttpMethod::Patch, patch, patch_string ], [INFO] [stderr] 575 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:365:76 [INFO] [stderr] | [INFO] [stderr] 365 | pub fn $method_name(&self, url: TUrl) -> OneOfFuture, Error = HttpError>>, FutureResult, HttpError>, Vec, HttpError> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = HttpError>` [INFO] [stderr] ... [INFO] [stderr] 565 | / http_client_methods!( [INFO] [stderr] 566 | | [x, HttpMethod::Options, options, options_string], [INFO] [stderr] 567 | | [no-content, HttpMethod::Get, get, get_string ], [INFO] [stderr] 568 | | [x, HttpMethod::Post, post, post_string ], [INFO] [stderr] ... | [INFO] [stderr] 574 | | [x, HttpMethod::Patch, patch, patch_string ], [INFO] [stderr] 575 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:388:83 [INFO] [stderr] | [INFO] [stderr] 388 | pub fn $string_method_name(&self, url: TUrl) -> OneOfFuture>, FutureResult, String, HttpError> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] ... [INFO] [stderr] 565 | / http_client_methods!( [INFO] [stderr] 566 | | [x, HttpMethod::Options, options, options_string], [INFO] [stderr] 567 | | [no-content, HttpMethod::Get, get, get_string ], [INFO] [stderr] 568 | | [x, HttpMethod::Post, post, post_string ], [INFO] [stderr] ... | [INFO] [stderr] 574 | | [x, HttpMethod::Patch, patch, patch_string ], [INFO] [stderr] 575 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:365:76 [INFO] [stderr] | [INFO] [stderr] 365 | pub fn $method_name(&self, url: TUrl) -> OneOfFuture, Error = HttpError>>, FutureResult, HttpError>, Vec, HttpError> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = HttpError>` [INFO] [stderr] ... [INFO] [stderr] 565 | / http_client_methods!( [INFO] [stderr] 566 | | [x, HttpMethod::Options, options, options_string], [INFO] [stderr] 567 | | [no-content, HttpMethod::Get, get, get_string ], [INFO] [stderr] 568 | | [x, HttpMethod::Post, post, post_string ], [INFO] [stderr] ... | [INFO] [stderr] 574 | | [x, HttpMethod::Patch, patch, patch_string ], [INFO] [stderr] 575 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:388:83 [INFO] [stderr] | [INFO] [stderr] 388 | pub fn $string_method_name(&self, url: TUrl) -> OneOfFuture>, FutureResult, String, HttpError> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] ... [INFO] [stderr] 565 | / http_client_methods!( [INFO] [stderr] 566 | | [x, HttpMethod::Options, options, options_string], [INFO] [stderr] 567 | | [no-content, HttpMethod::Get, get, get_string ], [INFO] [stderr] 568 | | [x, HttpMethod::Post, post, post_string ], [INFO] [stderr] ... | [INFO] [stderr] 574 | | [x, HttpMethod::Patch, patch, patch_string ], [INFO] [stderr] 575 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:462:113 [INFO] [stderr] | [INFO] [stderr] 462 | pub fn $method_name(&self, url: TUrl, content: Option) -> OneOfFuture, Error = HttpError>>, FutureResult, HttpError>, Vec, HttpError> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = HttpError>` [INFO] [stderr] ... [INFO] [stderr] 565 | / http_client_methods!( [INFO] [stderr] 566 | | [x, HttpMethod::Options, options, options_string], [INFO] [stderr] 567 | | [no-content, HttpMethod::Get, get, get_string ], [INFO] [stderr] 568 | | [x, HttpMethod::Post, post, post_string ], [INFO] [stderr] ... | [INFO] [stderr] 574 | | [x, HttpMethod::Patch, patch, patch_string ], [INFO] [stderr] 575 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:490:120 [INFO] [stderr] | [INFO] [stderr] 490 | pub fn $string_method_name(&self, url: TUrl, content: Option) -> OneOfFuture>, FutureResult, String, HttpError> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] ... [INFO] [stderr] 565 | / http_client_methods!( [INFO] [stderr] 566 | | [x, HttpMethod::Options, options, options_string], [INFO] [stderr] 567 | | [no-content, HttpMethod::Get, get, get_string ], [INFO] [stderr] 568 | | [x, HttpMethod::Post, post, post_string ], [INFO] [stderr] ... | [INFO] [stderr] 574 | | [x, HttpMethod::Patch, patch, patch_string ], [INFO] [stderr] 575 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/error.rs:44:32 [INFO] [stderr] | [INFO] [stderr] 44 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/response.rs:135:39 [INFO] [stderr] | [INFO] [stderr] 135 | pub fn read_as_bytes(self) -> Box, Error = HttpError>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = HttpError>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/response.rs:171:40 [INFO] [stderr] | [INFO] [stderr] 171 | pub fn read_as_string(self) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.29s [INFO] running `"docker" "inspect" "c3b9214aba8457b89c7083f7962707f3131516090b8950aa189afffb4036e8c3"` [INFO] running `"docker" "rm" "-f" "c3b9214aba8457b89c7083f7962707f3131516090b8950aa189afffb4036e8c3"` [INFO] [stdout] c3b9214aba8457b89c7083f7962707f3131516090b8950aa189afffb4036e8c3