[INFO] fetching crate simplist 0.0.5... [INFO] checking simplist-0.0.5 against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] extracting crate simplist 0.0.5 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate simplist 0.0.5 on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4fdf53a522ddabd1ddcfa75f09bc6d9fb1f0904b1c7cdda5dd3867f83d5dfdd5 [INFO] running `"docker" "start" "-a" "4fdf53a522ddabd1ddcfa75f09bc6d9fb1f0904b1c7cdda5dd3867f83d5dfdd5"` [INFO] [stderr] Checking hyper v0.11.27 [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 5.44s [INFO] running `"docker" "inspect" "4fdf53a522ddabd1ddcfa75f09bc6d9fb1f0904b1c7cdda5dd3867f83d5dfdd5"` [INFO] running `"docker" "rm" "-f" "4fdf53a522ddabd1ddcfa75f09bc6d9fb1f0904b1c7cdda5dd3867f83d5dfdd5"` [INFO] [stdout] 4fdf53a522ddabd1ddcfa75f09bc6d9fb1f0904b1c7cdda5dd3867f83d5dfdd5