[INFO] crate simplist 0.0.5 is already in cache
[INFO] checking simplist-0.0.5 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate simplist 0.0.5 into /workspace/builds/worker-13/source
[INFO] validating manifest of crates.io crate simplist 0.0.5 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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-13/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] 0acb9a33596f2b97d5ec4e4a7e34bee88ed00fd9038fb500a29f283a68ea6e2d
[INFO] running `"docker" "start" "-a" "0acb9a33596f2b97d5ec4e4a7e34bee88ed00fd9038fb500a29f283a68ea6e2d"`
[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<Future<Item = HttpResponse, Error = HttpError>> {
[INFO] [stderr]     |                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = HttpResponse, Error = HttpError>`
[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<TBody>(&self, url: Url, method: HttpMethod, content: Option<TBody>) -> Box<Future<Item = Vec<u8>, Error = HttpError>>
[INFO] [stderr]     |                                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = Vec<u8>, 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<TBody>(&self, url: Url, method: HttpMethod, content: Option<TBody>) -> Box<Future<Item = String, Error = HttpError>>
[INFO] [stderr]     |                                                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = String, Error = HttpError>`
[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<TUrl, TContent>(&self, url: TUrl, content: Option<TContent>) -> OneOfFuture<Box<Future<Item = Vec<u8>, Error = HttpError>>, FutureResult<Vec<u8>, HttpError>, Vec<u8>, HttpError>
[INFO] [stderr]     |                                                                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = Vec<u8>, 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]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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<TUrl, TContent>(&self, url: TUrl, content: Option<TContent>) -> OneOfFuture<Box<Future<Item = String, Error = HttpError>>, FutureResult<String, HttpError>, String, HttpError>
[INFO] [stderr]     |                                                                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = String, 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]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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<TUrl>(&self, url: TUrl) -> OneOfFuture<Box<Future<Item = Vec<u8>, Error = HttpError>>, FutureResult<Vec<u8>, HttpError>, Vec<u8>, HttpError>
[INFO] [stderr]     |                                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = Vec<u8>, 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]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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<TUrl>(&self, url: TUrl) -> OneOfFuture<Box<Future<Item = String, Error = HttpError>>, FutureResult<String, HttpError>, String, HttpError>
[INFO] [stderr]     |                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = String, 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]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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<TUrl, TContent>(&self, url: TUrl, content: Option<TContent>) -> OneOfFuture<Box<Future<Item = Vec<u8>, Error = HttpError>>, FutureResult<Vec<u8>, HttpError>, Vec<u8>, HttpError>
[INFO] [stderr]     |                                                                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = Vec<u8>, 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]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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<TUrl, TContent>(&self, url: TUrl, content: Option<TContent>) -> OneOfFuture<Box<Future<Item = String, Error = HttpError>>, FutureResult<String, HttpError>, String, HttpError>
[INFO] [stderr]     |                                                                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = String, 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]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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<TUrl, TContent>(&self, url: TUrl, content: Option<TContent>) -> OneOfFuture<Box<Future<Item = Vec<u8>, Error = HttpError>>, FutureResult<Vec<u8>, HttpError>, Vec<u8>, HttpError>
[INFO] [stderr]     |                                                                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = Vec<u8>, 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]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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<TUrl, TContent>(&self, url: TUrl, content: Option<TContent>) -> OneOfFuture<Box<Future<Item = String, Error = HttpError>>, FutureResult<String, HttpError>, String, HttpError>
[INFO] [stderr]     |                                                                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = String, 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]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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<TUrl>(&self, url: TUrl) -> OneOfFuture<Box<Future<Item = Vec<u8>, Error = HttpError>>, FutureResult<Vec<u8>, HttpError>, Vec<u8>, HttpError>
[INFO] [stderr]     |                                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = Vec<u8>, 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]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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<TUrl>(&self, url: TUrl) -> OneOfFuture<Box<Future<Item = String, Error = HttpError>>, FutureResult<String, HttpError>, String, HttpError>
[INFO] [stderr]     |                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = String, 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]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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<TUrl>(&self, url: TUrl) -> OneOfFuture<Box<Future<Item = Vec<u8>, Error = HttpError>>, FutureResult<Vec<u8>, HttpError>, Vec<u8>, HttpError>
[INFO] [stderr]     |                                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = Vec<u8>, 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]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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<TUrl>(&self, url: TUrl) -> OneOfFuture<Box<Future<Item = String, Error = HttpError>>, FutureResult<String, HttpError>, String, HttpError>
[INFO] [stderr]     |                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = String, 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]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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<TUrl>(&self, url: TUrl) -> OneOfFuture<Box<Future<Item = Vec<u8>, Error = HttpError>>, FutureResult<Vec<u8>, HttpError>, Vec<u8>, HttpError>
[INFO] [stderr]     |                                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = Vec<u8>, 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]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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<Future<Item = HttpResponse, Error = HttpError>> {
[INFO] [stderr]     |                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = HttpResponse, Error = HttpError>`
[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<TBody>(&self, url: Url, method: HttpMethod, content: Option<TBody>) -> Box<Future<Item = Vec<u8>, Error = HttpError>>
[INFO] [stderr]     |                                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = Vec<u8>, 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<TBody>(&self, url: Url, method: HttpMethod, content: Option<TBody>) -> Box<Future<Item = String, Error = HttpError>>
[INFO] [stderr]     |                                                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = String, Error = HttpError>`
[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<TUrl, TContent>(&self, url: TUrl, content: Option<TContent>) -> OneOfFuture<Box<Future<Item = Vec<u8>, Error = HttpError>>, FutureResult<Vec<u8>, HttpError>, Vec<u8>, HttpError>
[INFO] [stderr]     |                                                                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = Vec<u8>, 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]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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<TUrl, TContent>(&self, url: TUrl, content: Option<TContent>) -> OneOfFuture<Box<Future<Item = String, Error = HttpError>>, FutureResult<String, HttpError>, String, HttpError>
[INFO] [stderr]     |                                                                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = String, 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]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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<TUrl>(&self, url: TUrl) -> OneOfFuture<Box<Future<Item = String, Error = HttpError>>, FutureResult<String, HttpError>, String, HttpError>
[INFO] [stderr]     |                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = String, 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]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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<TUrl>(&self, url: TUrl) -> OneOfFuture<Box<Future<Item = Vec<u8>, Error = HttpError>>, FutureResult<Vec<u8>, HttpError>, Vec<u8>, HttpError>
[INFO] [stderr]     |                                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = Vec<u8>, 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]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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<TUrl>(&self, url: TUrl) -> OneOfFuture<Box<Future<Item = String, Error = HttpError>>, FutureResult<String, HttpError>, String, HttpError>
[INFO] [stderr]     |                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = String, 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]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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<TUrl>(&self, url: TUrl) -> OneOfFuture<Box<Future<Item = Vec<u8>, Error = HttpError>>, FutureResult<Vec<u8>, HttpError>, Vec<u8>, HttpError>
[INFO] [stderr]     |                                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = Vec<u8>, 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]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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<TUrl>(&self, url: TUrl) -> OneOfFuture<Box<Future<Item = String, Error = HttpError>>, FutureResult<String, HttpError>, String, HttpError>
[INFO] [stderr]     |                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = String, 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]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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<TUrl, TContent>(&self, url: TUrl, content: Option<TContent>) -> OneOfFuture<Box<Future<Item = Vec<u8>, Error = HttpError>>, FutureResult<Vec<u8>, HttpError>, Vec<u8>, HttpError>
[INFO] [stderr]     |                                                                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = Vec<u8>, 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]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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<TUrl, TContent>(&self, url: TUrl, content: Option<TContent>) -> OneOfFuture<Box<Future<Item = String, Error = HttpError>>, FutureResult<String, HttpError>, String, HttpError>
[INFO] [stderr]     |                                                                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = String, 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]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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<TUrl, TContent>(&self, url: TUrl, content: Option<TContent>) -> OneOfFuture<Box<Future<Item = Vec<u8>, Error = HttpError>>, FutureResult<Vec<u8>, HttpError>, Vec<u8>, HttpError>
[INFO] [stderr]     |                                                                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = Vec<u8>, 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]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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<TUrl, TContent>(&self, url: TUrl, content: Option<TContent>) -> OneOfFuture<Box<Future<Item = String, Error = HttpError>>, FutureResult<String, HttpError>, String, HttpError>
[INFO] [stderr]     |                                                                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = String, 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]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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<TUrl, TContent>(&self, url: TUrl, content: Option<TContent>) -> OneOfFuture<Box<Future<Item = Vec<u8>, Error = HttpError>>, FutureResult<Vec<u8>, HttpError>, Vec<u8>, HttpError>
[INFO] [stderr]     |                                                                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = Vec<u8>, 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]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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<Future<Item = Vec<u8>, Error = HttpError>> {
[INFO] [stderr]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = Vec<u8>, 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<Future<Item = String, Error = HttpError>> {
[INFO] [stderr]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = String, Error = HttpError>`
[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<TUrl, TContent>(&self, url: TUrl, content: Option<TContent>) -> OneOfFuture<Box<Future<Item = String, Error = HttpError>>, FutureResult<String, HttpError>, String, HttpError>
[INFO] [stderr]     |                                                                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = String, 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]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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<TUrl>(&self, url: TUrl) -> OneOfFuture<Box<Future<Item = Vec<u8>, Error = HttpError>>, FutureResult<Vec<u8>, HttpError>, Vec<u8>, HttpError>
[INFO] [stderr]     |                                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = Vec<u8>, 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]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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<TUrl>(&self, url: TUrl) -> OneOfFuture<Box<Future<Item = String, Error = HttpError>>, FutureResult<String, HttpError>, String, HttpError>
[INFO] [stderr]     |                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = String, 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]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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<TUrl>(&self, url: TUrl) -> OneOfFuture<Box<Future<Item = Vec<u8>, Error = HttpError>>, FutureResult<Vec<u8>, HttpError>, Vec<u8>, HttpError>
[INFO] [stderr]     |                                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = Vec<u8>, 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]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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<TUrl>(&self, url: TUrl) -> OneOfFuture<Box<Future<Item = String, Error = HttpError>>, FutureResult<String, HttpError>, String, HttpError>
[INFO] [stderr]     |                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = String, 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]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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<TUrl>(&self, url: TUrl) -> OneOfFuture<Box<Future<Item = Vec<u8>, Error = HttpError>>, FutureResult<Vec<u8>, HttpError>, Vec<u8>, HttpError>
[INFO] [stderr]     |                                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = Vec<u8>, 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]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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<TUrl>(&self, url: TUrl) -> OneOfFuture<Box<Future<Item = String, Error = HttpError>>, FutureResult<String, HttpError>, String, HttpError>
[INFO] [stderr]     |                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = String, 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]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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<TUrl>(&self, url: TUrl) -> OneOfFuture<Box<Future<Item = Vec<u8>, Error = HttpError>>, FutureResult<Vec<u8>, HttpError>, Vec<u8>, HttpError>
[INFO] [stderr]     |                                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = Vec<u8>, 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]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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<TUrl>(&self, url: TUrl) -> OneOfFuture<Box<Future<Item = String, Error = HttpError>>, FutureResult<String, HttpError>, String, HttpError>
[INFO] [stderr]     |                                                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = String, 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]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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<TUrl, TContent>(&self, url: TUrl, content: Option<TContent>) -> OneOfFuture<Box<Future<Item = Vec<u8>, Error = HttpError>>, FutureResult<Vec<u8>, HttpError>, Vec<u8>, HttpError>
[INFO] [stderr]     |                                                                                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = Vec<u8>, 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]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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<TUrl, TContent>(&self, url: TUrl, content: Option<TContent>) -> OneOfFuture<Box<Future<Item = String, Error = HttpError>>, FutureResult<String, HttpError>, String, HttpError>
[INFO] [stderr]     |                                                                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = String, 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]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[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<Future<Item = Vec<u8>, Error = HttpError>> {
[INFO] [stderr]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = Vec<u8>, 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<Future<Item = String, Error = HttpError>> {
[INFO] [stderr]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = String, Error = HttpError>`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/simplist-stable/error.rs:37:43
[INFO] [stderr]    |
[INFO] [stderr] 37 |             HttpError::Uri   (ref x) => x.description(),
[INFO] [stderr]    |                                           ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/simplist-stable/error.rs:38:43
[INFO] [stderr]    |
[INFO] [stderr] 38 |             HttpError::Hyper (ref x) => x.description(),
[INFO] [stderr]    |                                           ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/simplist-stable/error.rs:39:43
[INFO] [stderr]    |
[INFO] [stderr] 39 |             HttpError::Utf8  (ref x) => x.description(),
[INFO] [stderr]    |                                           ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/simplist-stable/error.rs:37:43
[INFO] [stderr]    |
[INFO] [stderr] 37 |             HttpError::Uri   (ref x) => x.description(),
[INFO] [stderr]    |                                           ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/simplist-stable/error.rs:38:43
[INFO] [stderr]    |
[INFO] [stderr] 38 |             HttpError::Hyper (ref x) => x.description(),
[INFO] [stderr]    |                                           ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/simplist-stable/error.rs:39:43
[INFO] [stderr]    |
[INFO] [stderr] 39 |             HttpError::Utf8  (ref x) => x.description(),
[INFO] [stderr]    |                                           ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 3.50s
[INFO] running `"docker" "inspect" "0acb9a33596f2b97d5ec4e4a7e34bee88ed00fd9038fb500a29f283a68ea6e2d"`
[INFO] running `"docker" "rm" "-f" "0acb9a33596f2b97d5ec4e4a7e34bee88ed00fd9038fb500a29f283a68ea6e2d"`
[INFO] [stdout] 0acb9a33596f2b97d5ec4e4a7e34bee88ed00fd9038fb500a29f283a68ea6e2d
