[INFO] crate simplist 0.0.5 is already in cache [INFO] extracting crate simplist 0.0.5 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/simplist/0.0.5 [INFO] extracting crate simplist 0.0.5 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/simplist/0.0.5 [INFO] validating manifest of simplist-0.0.5 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of simplist-0.0.5 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing simplist-0.0.5 [INFO] finished frobbing simplist-0.0.5 [INFO] frobbed toml for simplist-0.0.5 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/simplist/0.0.5/Cargo.toml [INFO] started frobbing simplist-0.0.5 [INFO] finished frobbing simplist-0.0.5 [INFO] frobbed toml for simplist-0.0.5 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/simplist/0.0.5/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking simplist-0.0.5 against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-1/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/simplist/0.0.5:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 42ddd22926ced96640f7bbdd277370fcbc93a543012e4342714261b81649ce21 [INFO] running `"docker" "start" "-a" "42ddd22926ced96640f7bbdd277370fcbc93a543012e4342714261b81649ce21"` [INFO] [stderr] Checking simplist v0.0.5 (/opt/crater/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 2.60s [INFO] running `"docker" "inspect" "42ddd22926ced96640f7bbdd277370fcbc93a543012e4342714261b81649ce21"` [INFO] running `"docker" "rm" "-f" "42ddd22926ced96640f7bbdd277370fcbc93a543012e4342714261b81649ce21"` [INFO] [stdout] 42ddd22926ced96640f7bbdd277370fcbc93a543012e4342714261b81649ce21