[INFO] fetching crate simplist 0.0.5... [INFO] testing simplist-0.0.5 against 1.44.0 for beta-1.45-1 [INFO] extracting crate simplist 0.0.5 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate simplist 0.0.5 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-9/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5116f6792d2388cdccb2624f011c4c6ad4a723b5544a0e2f545576a9b279d6ca [INFO] running `"docker" "start" "-a" "5116f6792d2388cdccb2624f011c4c6ad4a723b5544a0e2f545576a9b279d6ca"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling scoped-tls v0.1.2 [INFO] [stderr] Compiling smallvec v0.2.1 [INFO] [stderr] Compiling slab v0.3.0 [INFO] [stderr] Compiling take v0.1.0 [INFO] [stderr] Compiling try-lock v0.1.0 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling relay v0.1.1 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling tokio-threadpool v0.1.18 [INFO] [stderr] Compiling want v0.0.4 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [INFO] [stderr] Compiling tokio-codec v0.1.2 [INFO] [stderr] Compiling tokio-fs v0.1.7 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling tokio-uds v0.2.6 [INFO] [stderr] Compiling tokio-udp v0.1.6 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling hyper v0.11.27 [INFO] [stderr] Compiling simplist v0.0.5 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:173:56 [INFO] [stderr] | [INFO] [stderr] 173 | pub fn request(&self, request: HttpRequest) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:207:93 [INFO] [stderr] | [INFO] [stderr] 207 | fn run_bytes(&self, url: Url, method: HttpMethod, content: Option) -> Box, Error = HttpError>> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = HttpError>` [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:217:18 [INFO] [stderr] | [INFO] [stderr] 217 | 0...399 => OneOfFuture::A(response.read_as_bytes()), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:225:94 [INFO] [stderr] | [INFO] [stderr] 225 | fn run_string(&self, url: Url, method: HttpMethod, content: Option) -> Box> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:462:113 [INFO] [stderr] | [INFO] [stderr] 462 | pub fn $method_name(&self, url: TUrl, content: Option) -> OneOfFuture, Error = HttpError>>, FutureResult, HttpError>, Vec, HttpError> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = HttpError>` [INFO] [stderr] ... [INFO] [stderr] 565 | / http_client_methods!( [INFO] [stderr] 566 | | [x, HttpMethod::Options, options, options_string], [INFO] [stderr] 567 | | [no-content, HttpMethod::Get, get, get_string ], [INFO] [stderr] 568 | | [x, HttpMethod::Post, post, post_string ], [INFO] [stderr] ... | [INFO] [stderr] 574 | | [x, HttpMethod::Patch, patch, patch_string ], [INFO] [stderr] 575 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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, 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: 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: 28 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 27.10s [INFO] running `"docker" "inspect" "5116f6792d2388cdccb2624f011c4c6ad4a723b5544a0e2f545576a9b279d6ca"` [INFO] running `"docker" "rm" "-f" "5116f6792d2388cdccb2624f011c4c6ad4a723b5544a0e2f545576a9b279d6ca"` [INFO] [stdout] 5116f6792d2388cdccb2624f011c4c6ad4a723b5544a0e2f545576a9b279d6ca [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0a593163202731c7183be62cec9d559dce3ee34c79ecfc068e0f3261d2118969 [INFO] running `"docker" "start" "-a" "0a593163202731c7183be62cec9d559dce3ee34c79ecfc068e0f3261d2118969"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling simplist v0.0.5 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:173:56 [INFO] [stderr] | [INFO] [stderr] 173 | pub fn request(&self, request: HttpRequest) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:207:93 [INFO] [stderr] | [INFO] [stderr] 207 | fn run_bytes(&self, url: Url, method: HttpMethod, content: Option) -> Box, Error = HttpError>> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = HttpError>` [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:217:18 [INFO] [stderr] | [INFO] [stderr] 217 | 0...399 => OneOfFuture::A(response.read_as_bytes()), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:225:94 [INFO] [stderr] | [INFO] [stderr] 225 | fn run_string(&self, url: Url, method: HttpMethod, content: Option) -> Box> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/simplist-stable/client.rs:462:113 [INFO] [stderr] | [INFO] [stderr] 462 | pub fn $method_name(&self, url: TUrl, content: Option) -> OneOfFuture, Error = HttpError>>, FutureResult, HttpError>, Vec, HttpError> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = HttpError>` [INFO] [stderr] ... [INFO] [stderr] 565 | / http_client_methods!( [INFO] [stderr] 566 | | [x, HttpMethod::Options, options, options_string], [INFO] [stderr] 567 | | [no-content, HttpMethod::Get, get, get_string ], [INFO] [stderr] 568 | | [x, HttpMethod::Post, post, post_string ], [INFO] [stderr] ... | [INFO] [stderr] 574 | | [x, HttpMethod::Patch, patch, patch_string ], [INFO] [stderr] 575 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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, 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: 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: 28 warnings emitted [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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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, 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: 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: 28 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.80s [INFO] running `"docker" "inspect" "0a593163202731c7183be62cec9d559dce3ee34c79ecfc068e0f3261d2118969"` [INFO] running `"docker" "rm" "-f" "0a593163202731c7183be62cec9d559dce3ee34c79ecfc068e0f3261d2118969"` [INFO] [stdout] 0a593163202731c7183be62cec9d559dce3ee34c79ecfc068e0f3261d2118969 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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" "+1.44.0" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c4a667b1694694fd8b9fad1d537e91b811b5a304b37340cb1ccb832bacb17831 [INFO] running `"docker" "start" "-a" "c4a667b1694694fd8b9fad1d537e91b811b5a304b37340cb1ccb832bacb17831"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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] = 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(&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] = 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> { [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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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, 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: 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: 28 warnings emitted [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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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(&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] = 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, 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: 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: 28 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.24s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/simplist-0a2a732158cc6345 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests simplist [INFO] [stdout] [INFO] [stdout] running 87 tests [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpClient (line 69) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpClient::connect (line 356) ... FAILED [INFO] [stdout] test src/lib.rs - (line 39) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpClient (line 84) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpClient::get (line 356) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpClient (line 101) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpClient::delete (line 356) ... FAILED [INFO] [stdout] test src/lib.rs - (line 19) ... FAILED [INFO] [stdout] test src/lib.rs - (line 27) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpClient::delete_string (line 379) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpClient::connect_string (line 379) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpClient::patch_string (line 480) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpClient::head (line 356) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpClient::get_string (line 379) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpClient::put (line 452) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpClient::head_string (line 379) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpClient::options_string (line 480) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpClient::post (line 452) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpClient (line 128) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpSyncClient (line 260) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpClient (line 113) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpClient::new (line 149) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpClient::options (line 452) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpSyncClient (line 275) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpClient::post_string (line 480) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpSyncClient::connect_string (line 424) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpClient::patch (line 452) ... FAILED [INFO] [stdout] test src/lib.rs - (line 54) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpClient::trace_string (line 379) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpSyncClient::delete (line 404) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpClient::put_string (line 480) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpClient::trace (line 356) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpSyncClient::head (line 404) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpClient::request (line 162) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpSyncClient (line 290) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpSyncClient::get (line 404) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpSyncClient::connect (line 404) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpSyncClient::options (line 510) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpSyncClient::new (line 311) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpSyncClient::get_string (line 424) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpSyncClient::put (line 510) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpSyncClient::patch (line 510) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpSyncClient::options_string (line 535) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpSyncClient::head_string (line 424) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpSyncClient::delete_string (line 424) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpSyncClient::post (line 510) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpSyncClient::trace (line 404) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpSyncClient::patch_string (line 535) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpSyncClient::post_string (line 535) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpSyncClient::trace_string (line 424) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpSyncClient::request (line 326) ... FAILED [INFO] [stdout] test src/simplist-stable/request.rs - simplist::request::HttpRequest::query (line 137) ... FAILED [INFO] [stdout] test src/simplist-stable/request.rs - simplist::request::HttpRequest (line 25) ... FAILED [INFO] [stdout] test src/simplist-stable/client.rs - simplist::client::HttpSyncClient::put_string (line 535) ... FAILED [INFO] [stdout] test src/simplist-stable/request.rs - simplist::request::HttpRequest::url (line 86) ... FAILED [INFO] [stdout] test src/simplist-stable/request.rs - simplist::request::HttpRequest::with (line 68) ... FAILED [INFO] [stdout] test src/simplist-stable/request.rs - simplist::request::HttpRequest::headers (line 154) ... FAILED [INFO] [stdout] test src/simplist-stable/request.rs - simplist::request::HttpRequest::headers_mut (line 171) ... FAILED [INFO] [stdout] test src/simplist-stable/request.rs - simplist::request::HttpRequest::with_body (line 242) ... FAILED [INFO] [stdout] test src/simplist-stable/request.rs - simplist::request::HttpRequest::method (line 103) ... FAILED [INFO] [stdout] test src/simplist-stable/request.rs - simplist::request::HttpRequest::with_header (line 271) ... FAILED [INFO] [stdout] test src/simplist-stable/response.rs - simplist::response::HttpResponse::headers (line 58) ... FAILED [INFO] [stdout] test src/simplist-stable/request.rs - simplist::request::HttpRequest::with_body (line 228) ... FAILED [INFO] [stdout] test src/simplist-stable/request.rs - simplist::request::HttpRequest::path (line 120) ... FAILED [INFO] [stdout] test src/simplist-stable/request.rs - simplist::request::HttpRequest::with_url (line 209) ... FAILED [INFO] [stdout] test src/simplist-stable/response.rs - simplist::response::HttpResponse (line 30) ... FAILED [INFO] [stdout] test src/simplist-stable/response.rs - simplist::response::HttpResponse::read_as_bytes (line 121) ... FAILED [INFO] [stdout] test src/simplist-stable/response.rs - simplist::response::HttpSyncResponse (line 199) ... FAILED [INFO] [stdout] test src/simplist-stable/response.rs - simplist::response::HttpSyncResponse::status (line 249) ... FAILED [INFO] [stdout] test src/simplist-stable/request.rs - simplist::request::HttpRequest::with_method (line 192) ... FAILED [INFO] [stdout] test src/simplist-stable/response.rs - simplist::response::HttpSyncResponse::headers (line 227) ... FAILED [INFO] [stdout] test src/simplist-stable/response.rs - simplist::response::HttpResponse::status (line 80) ... FAILED [INFO] [stdout] test src/simplist-stable/response.rs - simplist::response::HttpResponse::read_as_string (line 157) ... FAILED [INFO] [stdout] test src/simplist-stable/url.rs - simplist::url::Url (line 18) ... FAILED [INFO] [stdout] test src/simplist-stable/response.rs - simplist::response::HttpSyncResponse::read_as_bytes (line 290) ... FAILED [INFO] [stdout] test src/simplist-stable/response.rs - simplist::response::HttpResponse::status_code (line 101) ... FAILED [INFO] [stdout] test src/simplist-stable/response.rs - simplist::response::HttpSyncResponse::status_code (line 270) ... FAILED [INFO] [stdout] test src/simplist-stable/response.rs - simplist::response::HttpSyncResponse::read_as_string (line 312) ... FAILED [INFO] [stdout] test src/simplist-stable/url.rs - simplist::url::Url::path (line 31) ... FAILED [INFO] [stdout] test src/simplist-stable/url.rs - simplist::url::Url::is_absolute (line 109) ... FAILED [INFO] [stdout] test src/simplist-stable/url.rs - simplist::url::Url::port (line 83) ... FAILED [INFO] [stdout] test src/simplist-stable/url.rs - simplist::url::Url::authority (line 57) ... FAILED [INFO] [stdout] test src/simplist-stable/url.rs - simplist::url::Url::query (line 96) ... FAILED [INFO] [stdout] test src/simplist-stable/url.rs - simplist::url::Url::host (line 70) ... FAILED [INFO] [stdout] test src/simplist-stable/url.rs - simplist::url::Url::scheme (line 44) ... FAILED [INFO] [stdout] test src/simplist-stable/content.rs - simplist::content::HttpContent::none (line 42) ... ok [INFO] [stdout] test src/simplist-stable/request.rs - simplist::request::HttpRequest::new (line 52) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpClient (line 69) stdout ---- [INFO] [stdout] error: expected expression, found `.` [INFO] [stdout] --> src/simplist-stable/client.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 3 | . [INFO] [stdout] | ^ expected expression [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpClient::connect (line 356) stdout ---- [INFO] [stdout] error: no rules expected the token `http` [INFO] [stdout] --> src/simplist-stable/client.rs:362:12 [INFO] [stdout] | [INFO] [stdout] 9 | &await http.get("https://hinaria.com")?, [INFO] [stdout] | ^^^^ no rules expected this token in macro call [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:359:28 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 39) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/lib.rs:42:30 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/lib.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 12 | handle.spawn(future); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `and_then` found for enum `simplist::hina::task::OneOfFuture + 'static)>, futures::future::result_::FutureResult, std::string::String, simplist::HttpError>` in the current scope [INFO] [stdout] --> src/lib.rs:43:53 [INFO] [stdout] | [INFO] [stdout] 7 | let future = http.get_string("https://hinaria.com").and_then(|html| { [INFO] [stdout] | ^^^^^^^^ method not found in `simplist::hina::task::OneOfFuture + 'static)>, futures::future::result_::FutureResult, std::string::String, simplist::HttpError>` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.29/src/future/mod.rs:526:8 [INFO] [stdout] | [INFO] [stdout] 526 | fn and_then(self, f: F) -> AndThen [INFO] [stdout] | -------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box + 'static)>, futures::future::result_::FutureResult, std::string::String, simplist::HttpError>>` here [INFO] [stdout] | the method is available for `std::sync::Arc + 'static)>, futures::future::result_::FutureResult, std::string::String, simplist::HttpError>>` here [INFO] [stdout] | the method is available for `std::rc::Rc + 'static)>, futures::future::result_::FutureResult, std::string::String, simplist::HttpError>>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] | [INFO] [stdout] 3 | use futures::future::Future; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpClient (line 84) stdout ---- [INFO] [stdout] error: expected expression, found `.` [INFO] [stdout] --> src/simplist-stable/client.rs:85:1 [INFO] [stdout] | [INFO] [stdout] 3 | . [INFO] [stdout] | ^ expected expression [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpClient::get (line 356) stdout ---- [INFO] [stdout] error: no rules expected the token `http` [INFO] [stdout] --> src/simplist-stable/client.rs:362:12 [INFO] [stdout] | [INFO] [stdout] 9 | &await http.get("https://hinaria.com")?, [INFO] [stdout] | ^^^^ no rules expected this token in macro call [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:359:28 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpClient (line 101) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, or an operator, found `http` [INFO] [stdout] --> src/simplist-stable/client.rs:105:18 [INFO] [stdout] | [INFO] [stdout] 7 | let html = await http.get_string("https://hinaria.com")?; [INFO] [stdout] | ^^^^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:104:28 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpClient::delete (line 356) stdout ---- [INFO] [stdout] error: no rules expected the token `http` [INFO] [stdout] --> src/simplist-stable/client.rs:362:12 [INFO] [stdout] | [INFO] [stdout] 9 | &await http.get("https://hinaria.com")?, [INFO] [stdout] | ^^^^ no rules expected this token in macro call [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:359:28 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 19) stdout ---- [INFO] [stdout] error: expected one of `.`, `;`, `?`, `}`, or an operator, found `,` [INFO] [stdout] --> src/lib.rs:20:31 [INFO] [stdout] | [INFO] [stdout] 4 | simplist = { version = "0.0.5", features = ["nightly"] } [INFO] [stdout] | ^ expected one of `.`, `;`, `?`, `}`, or an operator [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found crate `simplist` [INFO] [stdout] --> src/lib.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 4 | simplist = { version = "0.0.5", features = ["nightly"] } [INFO] [stdout] | ^^^^^^^^ not a value [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0423`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 27) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, or an operator, found `http` [INFO] [stdout] --> src/lib.rs:31:18 [INFO] [stdout] | [INFO] [stdout] 7 | let html = await http.get_string("https://hinaria.com")?; [INFO] [stdout] | ^^^^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/lib.rs:30:28 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpClient::delete_string (line 379) stdout ---- [INFO] [stdout] error: no rules expected the token `http` [INFO] [stdout] --> src/simplist-stable/client.rs:385:11 [INFO] [stdout] | [INFO] [stdout] 9 | await http.get_string("https://hinaria.com")?, [INFO] [stdout] | ^^^^ no rules expected this token in macro call [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:382:28 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpClient::connect_string (line 379) stdout ---- [INFO] [stdout] error: no rules expected the token `http` [INFO] [stdout] --> src/simplist-stable/client.rs:385:11 [INFO] [stdout] | [INFO] [stdout] 9 | await http.get_string("https://hinaria.com")?, [INFO] [stdout] | ^^^^ no rules expected this token in macro call [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:382:28 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpClient::patch_string (line 480) stdout ---- [INFO] [stdout] error: no rules expected the token `http` [INFO] [stdout] --> src/simplist-stable/client.rs:487:12 [INFO] [stdout] | [INFO] [stdout] 10 | &await http.post_string("https://hinaria.com/users/@me/database", body)?, [INFO] [stdout] | ^^^^ no rules expected this token in macro call [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:483:28 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpClient::head (line 356) stdout ---- [INFO] [stdout] error: no rules expected the token `http` [INFO] [stdout] --> src/simplist-stable/client.rs:362:12 [INFO] [stdout] | [INFO] [stdout] 9 | &await http.get("https://hinaria.com")?, [INFO] [stdout] | ^^^^ no rules expected this token in macro call [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:359:28 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpClient::get_string (line 379) stdout ---- [INFO] [stdout] error: no rules expected the token `http` [INFO] [stdout] --> src/simplist-stable/client.rs:385:11 [INFO] [stdout] | [INFO] [stdout] 9 | await http.get_string("https://hinaria.com")?, [INFO] [stdout] | ^^^^ no rules expected this token in macro call [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:382:28 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpClient::put (line 452) stdout ---- [INFO] [stdout] error: no rules expected the token `http` [INFO] [stdout] --> src/simplist-stable/client.rs:459:12 [INFO] [stdout] | [INFO] [stdout] 10 | &await http.post("https://hinaria.com/users/@me/database", body)?, [INFO] [stdout] | ^^^^ no rules expected this token in macro call [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:455:28 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpClient::head_string (line 379) stdout ---- [INFO] [stdout] error: no rules expected the token `http` [INFO] [stdout] --> src/simplist-stable/client.rs:385:11 [INFO] [stdout] | [INFO] [stdout] 9 | await http.get_string("https://hinaria.com")?, [INFO] [stdout] | ^^^^ no rules expected this token in macro call [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:382:28 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpClient::options_string (line 480) stdout ---- [INFO] [stdout] error: no rules expected the token `http` [INFO] [stdout] --> src/simplist-stable/client.rs:487:12 [INFO] [stdout] | [INFO] [stdout] 10 | &await http.post_string("https://hinaria.com/users/@me/database", body)?, [INFO] [stdout] | ^^^^ no rules expected this token in macro call [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:483:28 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpClient::post (line 452) stdout ---- [INFO] [stdout] error: no rules expected the token `http` [INFO] [stdout] --> src/simplist-stable/client.rs:459:12 [INFO] [stdout] | [INFO] [stdout] 10 | &await http.post("https://hinaria.com/users/@me/database", body)?, [INFO] [stdout] | ^^^^ no rules expected this token in macro call [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:455:28 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpClient (line 128) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:131:32 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpSyncClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/client.rs:132:12 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpSyncClient; [INFO] [stdout] 5 | | [INFO] [stdout] 6 | | let http = HttpSyncClient::new(handle); [INFO] [stdout] 7 | | let html = http.get_string("https://hinaria.com")?; [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 10 | | // => "\n\n\n ..." [INFO] [stdout] 11 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0425. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpSyncClient (line 260) stdout ---- [INFO] [stdout] error: expected expression, found `.` [INFO] [stdout] --> src/simplist-stable/client.rs:261:1 [INFO] [stdout] | [INFO] [stdout] 3 | . [INFO] [stdout] | ^ expected expression [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpClient (line 113) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:116:30 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:122:1 [INFO] [stdout] | [INFO] [stdout] 12 | handle.spawn(future); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `and_then` found for enum `simplist::hina::task::OneOfFuture + 'static)>, futures::future::result_::FutureResult, std::string::String, simplist::HttpError>` in the current scope [INFO] [stdout] --> src/simplist-stable/client.rs:117:53 [INFO] [stdout] | [INFO] [stdout] 7 | let future = http.get_string("https://hinaria.com").and_then(|html| { [INFO] [stdout] | ^^^^^^^^ method not found in `simplist::hina::task::OneOfFuture + 'static)>, futures::future::result_::FutureResult, std::string::String, simplist::HttpError>` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.29/src/future/mod.rs:526:8 [INFO] [stdout] | [INFO] [stdout] 526 | fn and_then(self, f: F) -> AndThen [INFO] [stdout] | -------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box + 'static)>, futures::future::result_::FutureResult, std::string::String, simplist::HttpError>>` here [INFO] [stdout] | the method is available for `std::sync::Arc + 'static)>, futures::future::result_::FutureResult, std::string::String, simplist::HttpError>>` here [INFO] [stdout] | the method is available for `std::rc::Rc + 'static)>, futures::future::result_::FutureResult, std::string::String, simplist::HttpError>>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] | [INFO] [stdout] 3 | use futures::future::Future; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0599. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpClient::new (line 149) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:152:28 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpClient::options (line 452) stdout ---- [INFO] [stdout] error: no rules expected the token `http` [INFO] [stdout] --> src/simplist-stable/client.rs:459:12 [INFO] [stdout] | [INFO] [stdout] 10 | &await http.post("https://hinaria.com/users/@me/database", body)?, [INFO] [stdout] | ^^^^ no rules expected this token in macro call [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:455:28 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpSyncClient (line 275) stdout ---- [INFO] [stdout] error: expected expression, found `.` [INFO] [stdout] --> src/simplist-stable/client.rs:276:1 [INFO] [stdout] | [INFO] [stdout] 3 | . [INFO] [stdout] | ^ expected expression [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpClient::post_string (line 480) stdout ---- [INFO] [stdout] error: no rules expected the token `http` [INFO] [stdout] --> src/simplist-stable/client.rs:487:12 [INFO] [stdout] | [INFO] [stdout] 10 | &await http.post_string("https://hinaria.com/users/@me/database", body)?, [INFO] [stdout] | ^^^^ no rules expected this token in macro call [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:483:28 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpSyncClient::connect_string (line 424) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:427:32 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpSyncClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/client.rs:430:5 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpSyncClient; [INFO] [stdout] 5 | | [INFO] [stdout] 6 | | let http = HttpSyncClient::new(handle); [INFO] [stdout] ... | [INFO] [stdout] 9 | | http.get_string("https://hinaria.com")?, [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] 10 | | "\n\n\n ..."); [INFO] [stdout] 11 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0425. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpClient::patch (line 452) stdout ---- [INFO] [stdout] error: no rules expected the token `http` [INFO] [stdout] --> src/simplist-stable/client.rs:459:12 [INFO] [stdout] | [INFO] [stdout] 10 | &await http.post("https://hinaria.com/users/@me/database", body)?, [INFO] [stdout] | ^^^^ no rules expected this token in macro call [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:455:28 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 54) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/lib.rs:57:32 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpSyncClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/lib.rs:58:12 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpSyncClient; [INFO] [stdout] 5 | | [INFO] [stdout] 6 | | let http = HttpSyncClient::new(handle); [INFO] [stdout] 7 | | let html = http.get_string("https://hinaria.com")?; [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 10 | | // => "\n\n\n ..." [INFO] [stdout] 11 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0425. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpClient::trace_string (line 379) stdout ---- [INFO] [stdout] error: no rules expected the token `http` [INFO] [stdout] --> src/simplist-stable/client.rs:385:11 [INFO] [stdout] | [INFO] [stdout] 9 | await http.get_string("https://hinaria.com")?, [INFO] [stdout] | ^^^^ no rules expected this token in macro call [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:382:28 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpSyncClient::delete (line 404) stdout ---- [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/simplist-stable/client.rs:411:57 [INFO] [stdout] | [INFO] [stdout] 10 | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ...]); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 10 | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ..]); [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 10 | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ..=]); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] error[E0586]: inclusive range with no end [INFO] [stdout] --> src/simplist-stable/client.rs:411:57 [INFO] [stdout] | [INFO] [stdout] 10 | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ...]); [INFO] [stdout] | ^^^ help: use `..` instead [INFO] [stdout] | [INFO] [stdout] = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:407:32 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpSyncClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/client.rs:410:6 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpSyncClient; [INFO] [stdout] 5 | | [INFO] [stdout] 6 | | let http = HttpSyncClient::new(handle); [INFO] [stdout] ... | [INFO] [stdout] 9 | | &http.get("https://hinaria.com")?, [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] 10 | | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ...]); [INFO] [stdout] 11 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0425, E0586. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpClient::put_string (line 480) stdout ---- [INFO] [stdout] error: no rules expected the token `http` [INFO] [stdout] --> src/simplist-stable/client.rs:487:12 [INFO] [stdout] | [INFO] [stdout] 10 | &await http.post_string("https://hinaria.com/users/@me/database", body)?, [INFO] [stdout] | ^^^^ no rules expected this token in macro call [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:483:28 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpClient::trace (line 356) stdout ---- [INFO] [stdout] error: no rules expected the token `http` [INFO] [stdout] --> src/simplist-stable/client.rs:362:12 [INFO] [stdout] | [INFO] [stdout] 9 | &await http.get("https://hinaria.com")?, [INFO] [stdout] | ^^^^ no rules expected this token in macro call [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:359:28 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpSyncClient::head (line 404) stdout ---- [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/simplist-stable/client.rs:411:57 [INFO] [stdout] | [INFO] [stdout] 10 | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ...]); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 10 | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ..]); [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 10 | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ..=]); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] error[E0586]: inclusive range with no end [INFO] [stdout] --> src/simplist-stable/client.rs:411:57 [INFO] [stdout] | [INFO] [stdout] 10 | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ...]); [INFO] [stdout] | ^^^ help: use `..` instead [INFO] [stdout] | [INFO] [stdout] = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:407:32 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpSyncClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/client.rs:410:6 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpSyncClient; [INFO] [stdout] 5 | | [INFO] [stdout] 6 | | let http = HttpSyncClient::new(handle); [INFO] [stdout] ... | [INFO] [stdout] 9 | | &http.get("https://hinaria.com")?, [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] 10 | | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ...]); [INFO] [stdout] 11 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0425, E0586. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpClient::request (line 162) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, or an operator, found `http` [INFO] [stdout] --> src/simplist-stable/client.rs:169:23 [INFO] [stdout] | [INFO] [stdout] 10 | let response = await http.request(operation)?; [INFO] [stdout] | ^^^^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `HttpRequest` [INFO] [stdout] --> src/simplist-stable/client.rs:168:17 [INFO] [stdout] | [INFO] [stdout] 9 | let operation = HttpRequest::with(url, HttpMethod::Get); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type or module `HttpRequest` [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:166:33 [INFO] [stdout] | [INFO] [stdout] 7 | let http = HttpClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/client.rs:167:17 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpClient; [INFO] [stdout] 5 | | use simplist::HttpMethod; [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | let http = HttpClient::new(handle); [INFO] [stdout] 8 | | let url = "https://hinaria.com".parse()?; [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 12 | | assert_eq!(response.status(), StatusCode::Ok); [INFO] [stdout] 13 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0425, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpSyncClient (line 290) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:293:32 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpSyncClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/client.rs:294:12 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpSyncClient; [INFO] [stdout] 5 | | [INFO] [stdout] 6 | | let http = HttpSyncClient::new(handle); [INFO] [stdout] 7 | | let html = http.get_string("https://hinaria.com")?; [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 10 | | // => "\n\n\n ..." [INFO] [stdout] 11 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0425. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpSyncClient::get (line 404) stdout ---- [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/simplist-stable/client.rs:411:57 [INFO] [stdout] | [INFO] [stdout] 10 | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ...]); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 10 | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ..]); [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 10 | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ..=]); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] error[E0586]: inclusive range with no end [INFO] [stdout] --> src/simplist-stable/client.rs:411:57 [INFO] [stdout] | [INFO] [stdout] 10 | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ...]); [INFO] [stdout] | ^^^ help: use `..` instead [INFO] [stdout] | [INFO] [stdout] = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:407:32 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpSyncClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/client.rs:410:6 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpSyncClient; [INFO] [stdout] 5 | | [INFO] [stdout] 6 | | let http = HttpSyncClient::new(handle); [INFO] [stdout] ... | [INFO] [stdout] 9 | | &http.get("https://hinaria.com")?, [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] 10 | | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ...]); [INFO] [stdout] 11 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0425, E0586. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpSyncClient::connect (line 404) stdout ---- [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/simplist-stable/client.rs:411:57 [INFO] [stdout] | [INFO] [stdout] 10 | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ...]); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 10 | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ..]); [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 10 | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ..=]); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] error[E0586]: inclusive range with no end [INFO] [stdout] --> src/simplist-stable/client.rs:411:57 [INFO] [stdout] | [INFO] [stdout] 10 | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ...]); [INFO] [stdout] | ^^^ help: use `..` instead [INFO] [stdout] | [INFO] [stdout] = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:407:32 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpSyncClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/client.rs:410:6 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpSyncClient; [INFO] [stdout] 5 | | [INFO] [stdout] 6 | | let http = HttpSyncClient::new(handle); [INFO] [stdout] ... | [INFO] [stdout] 9 | | &http.get("https://hinaria.com")?, [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] 10 | | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ...]); [INFO] [stdout] 11 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0425, E0586. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpSyncClient::options (line 510) stdout ---- [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/simplist-stable/client.rs:518:57 [INFO] [stdout] | [INFO] [stdout] 11 | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ...]); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 11 | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ..]); [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 11 | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ..=]); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] error[E0586]: inclusive range with no end [INFO] [stdout] --> src/simplist-stable/client.rs:518:57 [INFO] [stdout] | [INFO] [stdout] 11 | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ...]); [INFO] [stdout] | ^^^ help: use `..` instead [INFO] [stdout] | [INFO] [stdout] = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:513:32 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpSyncClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/client.rs:517:6 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpSyncClient; [INFO] [stdout] 5 | | [INFO] [stdout] 6 | | let http = HttpSyncClient::new(handle); [INFO] [stdout] ... | [INFO] [stdout] 10 | | &http.post("https://hinaria.com/users/@me/database", body)?, [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] 11 | | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ...]); [INFO] [stdout] 12 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0425, E0586. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpSyncClient::new (line 311) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:314:32 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpSyncClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpSyncClient::get_string (line 424) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:427:32 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpSyncClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/client.rs:430:5 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpSyncClient; [INFO] [stdout] 5 | | [INFO] [stdout] 6 | | let http = HttpSyncClient::new(handle); [INFO] [stdout] ... | [INFO] [stdout] 9 | | http.get_string("https://hinaria.com")?, [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] 10 | | "\n\n\n ..."); [INFO] [stdout] 11 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0425. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpSyncClient::put (line 510) stdout ---- [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/simplist-stable/client.rs:518:57 [INFO] [stdout] | [INFO] [stdout] 11 | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ...]); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 11 | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ..]); [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 11 | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ..=]); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] error[E0586]: inclusive range with no end [INFO] [stdout] --> src/simplist-stable/client.rs:518:57 [INFO] [stdout] | [INFO] [stdout] 11 | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ...]); [INFO] [stdout] | ^^^ help: use `..` instead [INFO] [stdout] | [INFO] [stdout] = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:513:32 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpSyncClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/client.rs:517:6 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpSyncClient; [INFO] [stdout] 5 | | [INFO] [stdout] 6 | | let http = HttpSyncClient::new(handle); [INFO] [stdout] ... | [INFO] [stdout] 10 | | &http.post("https://hinaria.com/users/@me/database", body)?, [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] 11 | | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ...]); [INFO] [stdout] 12 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0425, E0586. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpSyncClient::patch (line 510) stdout ---- [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/simplist-stable/client.rs:518:57 [INFO] [stdout] | [INFO] [stdout] 11 | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ...]); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 11 | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ..]); [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 11 | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ..=]); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] error[E0586]: inclusive range with no end [INFO] [stdout] --> src/simplist-stable/client.rs:518:57 [INFO] [stdout] | [INFO] [stdout] 11 | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ...]); [INFO] [stdout] | ^^^ help: use `..` instead [INFO] [stdout] | [INFO] [stdout] = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:513:32 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpSyncClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/client.rs:517:6 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpSyncClient; [INFO] [stdout] 5 | | [INFO] [stdout] 6 | | let http = HttpSyncClient::new(handle); [INFO] [stdout] ... | [INFO] [stdout] 10 | | &http.post("https://hinaria.com/users/@me/database", body)?, [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] 11 | | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ...]); [INFO] [stdout] 12 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0425, E0586. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpSyncClient::options_string (line 535) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:538:32 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpSyncClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/client.rs:542:6 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpSyncClient; [INFO] [stdout] 5 | | [INFO] [stdout] 6 | | let http = HttpSyncClient::new(handle); [INFO] [stdout] ... | [INFO] [stdout] 10 | | &http.post_string("https://hinaria.com/users/@me/database", body)?, [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] 11 | | "\n\n\n ..."); [INFO] [stdout] 12 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0425. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpSyncClient::head_string (line 424) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:427:32 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpSyncClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/client.rs:430:5 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpSyncClient; [INFO] [stdout] 5 | | [INFO] [stdout] 6 | | let http = HttpSyncClient::new(handle); [INFO] [stdout] ... | [INFO] [stdout] 9 | | http.get_string("https://hinaria.com")?, [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] 10 | | "\n\n\n ..."); [INFO] [stdout] 11 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0425. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpSyncClient::delete_string (line 424) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:427:32 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpSyncClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/client.rs:430:5 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpSyncClient; [INFO] [stdout] 5 | | [INFO] [stdout] 6 | | let http = HttpSyncClient::new(handle); [INFO] [stdout] ... | [INFO] [stdout] 9 | | http.get_string("https://hinaria.com")?, [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] 10 | | "\n\n\n ..."); [INFO] [stdout] 11 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0425. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpSyncClient::post (line 510) stdout ---- [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/simplist-stable/client.rs:518:57 [INFO] [stdout] | [INFO] [stdout] 11 | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ...]); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 11 | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ..]); [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 11 | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ..=]); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] error[E0586]: inclusive range with no end [INFO] [stdout] --> src/simplist-stable/client.rs:518:57 [INFO] [stdout] | [INFO] [stdout] 11 | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ...]); [INFO] [stdout] | ^^^ help: use `..` instead [INFO] [stdout] | [INFO] [stdout] = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:513:32 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpSyncClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/client.rs:517:6 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpSyncClient; [INFO] [stdout] 5 | | [INFO] [stdout] 6 | | let http = HttpSyncClient::new(handle); [INFO] [stdout] ... | [INFO] [stdout] 10 | | &http.post("https://hinaria.com/users/@me/database", body)?, [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] 11 | | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ...]); [INFO] [stdout] 12 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0425, E0586. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpSyncClient::trace (line 404) stdout ---- [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/simplist-stable/client.rs:411:57 [INFO] [stdout] | [INFO] [stdout] 10 | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ...]); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 10 | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ..]); [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 10 | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ..=]); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] error[E0586]: inclusive range with no end [INFO] [stdout] --> src/simplist-stable/client.rs:411:57 [INFO] [stdout] | [INFO] [stdout] 10 | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ...]); [INFO] [stdout] | ^^^ help: use `..` instead [INFO] [stdout] | [INFO] [stdout] = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:407:32 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpSyncClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/client.rs:410:6 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpSyncClient; [INFO] [stdout] 5 | | [INFO] [stdout] 6 | | let http = HttpSyncClient::new(handle); [INFO] [stdout] ... | [INFO] [stdout] 9 | | &http.get("https://hinaria.com")?, [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] 10 | | &[60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ...]); [INFO] [stdout] 11 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0425, E0586. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpSyncClient::patch_string (line 535) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:538:32 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpSyncClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/client.rs:542:6 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpSyncClient; [INFO] [stdout] 5 | | [INFO] [stdout] 6 | | let http = HttpSyncClient::new(handle); [INFO] [stdout] ... | [INFO] [stdout] 10 | | &http.post_string("https://hinaria.com/users/@me/database", body)?, [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] 11 | | "\n\n\n ..."); [INFO] [stdout] 12 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0425. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpSyncClient::post_string (line 535) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:538:32 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpSyncClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/client.rs:542:6 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpSyncClient; [INFO] [stdout] 5 | | [INFO] [stdout] 6 | | let http = HttpSyncClient::new(handle); [INFO] [stdout] ... | [INFO] [stdout] 10 | | &http.post_string("https://hinaria.com/users/@me/database", body)?, [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] 11 | | "\n\n\n ..."); [INFO] [stdout] 12 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0425. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpSyncClient::trace_string (line 424) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:427:32 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpSyncClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/client.rs:430:5 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpSyncClient; [INFO] [stdout] 5 | | [INFO] [stdout] 6 | | let http = HttpSyncClient::new(handle); [INFO] [stdout] ... | [INFO] [stdout] 9 | | http.get_string("https://hinaria.com")?, [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] 10 | | "\n\n\n ..."); [INFO] [stdout] 11 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0425. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpSyncClient::request (line 326) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `HttpRequest` [INFO] [stdout] --> src/simplist-stable/client.rs:332:17 [INFO] [stdout] | [INFO] [stdout] 9 | let operation = HttpRequest::with(url, HttpMethod::Get); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type or module `HttpRequest` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `StatusCode` [INFO] [stdout] --> src/simplist-stable/client.rs:335:31 [INFO] [stdout] | [INFO] [stdout] 12 | assert_eq!(response.status(), StatusCode::Ok); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `StatusCode` [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:330:33 [INFO] [stdout] | [INFO] [stdout] 7 | let http = HttpClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/client.rs:331:17 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpClient; [INFO] [stdout] 5 | | use simplist::HttpMethod; [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | let http = HttpClient::new(handle); [INFO] [stdout] 8 | | let url = "https://hinaria.com".parse()?; [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 12 | | assert_eq!(response.status(), StatusCode::Ok); [INFO] [stdout] 13 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try` [INFO] [stdout] --> src/simplist-stable/client.rs:333:17 [INFO] [stdout] | [INFO] [stdout] 10 | let response = http.request(operation)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ the `?` operator cannot be applied to type `std::boxed::Box>` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `std::boxed::Box>` [INFO] [stdout] = note: required by `std::ops::Try::into_result` [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/client.rs:333:17 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpClient; [INFO] [stdout] 5 | | use simplist::HttpMethod; [INFO] [stdout] 6 | | [INFO] [stdout] ... | [INFO] [stdout] 10 | | let response = http.request(operation)?; [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] 11 | | [INFO] [stdout] 12 | | assert_eq!(response.status(), StatusCode::Ok); [INFO] [stdout] 13 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0425, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/request.rs - simplist::request::HttpRequest::query (line 137) stdout ---- [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/request.rs:141:15 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpMethod; [INFO] [stdout] 5 | | use simplist::HttpRequest; [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | let url = "http://hinaria.com/hello/index.html?q=search".parse()?; [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 10 | | assert_eq!(request.query(), Some("q=search")); [INFO] [stdout] 11 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/request.rs - simplist::request::HttpRequest (line 25) stdout ---- [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/simplist-stable/request.rs:30:30 [INFO] [stdout] | [INFO] [stdout] 8 | let client = HttpClient::new(...); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 8 | let client = HttpClient::new(..); [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 8 | let client = HttpClient::new(..=); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] error[E0586]: inclusive range with no end [INFO] [stdout] --> src/simplist-stable/request.rs:30:30 [INFO] [stdout] | [INFO] [stdout] 8 | let client = HttpClient::new(...); [INFO] [stdout] | ^^^ help: use `..` instead [INFO] [stdout] | [INFO] [stdout] = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, or an operator, found `client` [INFO] [stdout] --> src/simplist-stable/request.rs:35:22 [INFO] [stdout] | [INFO] [stdout] 13 | let response = await client.request(custom)?; [INFO] [stdout] | ^^^^^^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/request.rs:32:15 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpClient; [INFO] [stdout] 5 | | use simplist::HttpMethod; [INFO] [stdout] 6 | | use simplist::HttpRequest; [INFO] [stdout] ... | [INFO] [stdout] 10 | | .with_url("https://hinaria.com".parse()?) [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 17 | | // => Ok("\n\n\n ...") [INFO] [stdout] 18 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0586. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/client.rs - simplist::client::HttpSyncClient::put_string (line 535) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `handle` in this scope [INFO] [stdout] --> src/simplist-stable/client.rs:538:32 [INFO] [stdout] | [INFO] [stdout] 6 | let http = HttpSyncClient::new(handle); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/client.rs:542:6 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpSyncClient; [INFO] [stdout] 5 | | [INFO] [stdout] 6 | | let http = HttpSyncClient::new(handle); [INFO] [stdout] ... | [INFO] [stdout] 10 | | &http.post_string("https://hinaria.com/users/@me/database", body)?, [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] 11 | | "\n\n\n ..."); [INFO] [stdout] 12 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0425. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/request.rs - simplist::request::HttpRequest::url (line 86) stdout ---- [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/request.rs:90:15 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpMethod; [INFO] [stdout] 5 | | use simplist::HttpRequest; [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | let url = "https://hinaria.com".parse()?; [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 10 | | assert_eq!(request.url(), url); [INFO] [stdout] 11 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/request.rs - simplist::request::HttpRequest::with (line 68) stdout ---- [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/request.rs:72:15 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpMethod; [INFO] [stdout] 5 | | use simplist::HttpRequest; [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | let url = "https://hinaria.com".parse()?; [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] 8 | | let method = HttpMethod::Get; [INFO] [stdout] 9 | | let request = HttpRequest::with(url, method); [INFO] [stdout] 10 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/request.rs - simplist::request::HttpRequest::headers (line 154) stdout ---- [INFO] [stdout] error[E0412]: cannot find type `ContentType` in this scope [INFO] [stdout] --> src/simplist-stable/request.rs:161:26 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(headers.has::(), true); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/simplist-stable/request.rs:158:33 [INFO] [stdout] | [INFO] [stdout] 7 | let request = HttpRequest::with("https://hinaria.com", HttpMethod::Get); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ expected struct `simplist::Url`, found `&str` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0412. [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/request.rs - simplist::request::HttpRequest::headers_mut (line 171) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `hyper`? [INFO] [stdout] --> src/simplist-stable/request.rs:172:5 [INFO] [stdout] | [INFO] [stdout] 4 | use hyper::headers::Basic; [INFO] [stdout] | ^^^^^ maybe a missing crate `hyper`? [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Basic` in this scope [INFO] [stdout] --> src/simplist-stable/request.rs:179:13 [INFO] [stdout] | [INFO] [stdout] 11 | headers.set(Basic { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/simplist-stable/request.rs:176:33 [INFO] [stdout] | [INFO] [stdout] 8 | let request = HttpRequest::with("https://hinaria.com", HttpMethod::Get); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ expected struct `simplist::Url`, found `&str` [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0422, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/request.rs - simplist::request::HttpRequest::with_body (line 242) stdout ---- [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/simplist-stable/request.rs:247:21 [INFO] [stdout] | [INFO] [stdout] 8 | let data: Vec = ...; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 8 | let data: Vec = ..; [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 8 | let data: Vec = ..=; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] error[E0586]: inclusive range with no end [INFO] [stdout] --> src/simplist-stable/request.rs:247:21 [INFO] [stdout] | [INFO] [stdout] 8 | let data: Vec = ...; [INFO] [stdout] | ^^^ help: use `..` instead [INFO] [stdout] | [INFO] [stdout] = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `hyper`? [INFO] [stdout] --> src/simplist-stable/request.rs:243:5 [INFO] [stdout] | [INFO] [stdout] 4 | use hyper::header::ContentType; [INFO] [stdout] | ^^^^^ maybe a missing crate `hyper`? [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ContentType` [INFO] [stdout] --> src/simplist-stable/request.rs:252:18 [INFO] [stdout] | [INFO] [stdout] 13 | .with_header(ContentType::octet_stream()) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type or module `ContentType` [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/request.rs:250:18 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use hyper::header::ContentType; [INFO] [stdout] 5 | | use simplist::HttpMethod; [INFO] [stdout] 6 | | use simplist::HttpRequest; [INFO] [stdout] ... | [INFO] [stdout] 11 | | .with_url ("https://api.hinaria.com/users/@me/database".parse()?) [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 14 | | .with_body (data); [INFO] [stdout] 15 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 2 arguments but 1 argument was supplied [INFO] [stdout] --> src/simplist-stable/request.rs:252:6 [INFO] [stdout] | [INFO] [stdout] 13 | .with_header(ContentType::octet_stream()) [INFO] [stdout] | ^^^^^^^^^^^ --------------------------- supplied 1 argument [INFO] [stdout] | | [INFO] [stdout] | expected 2 arguments [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/simplist-stable/request.rs:253:18 [INFO] [stdout] | [INFO] [stdout] 14 | .with_body (data); [INFO] [stdout] | ^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `std::option::Option`, found struct `std::vec::Vec` [INFO] [stdout] | help: try using a variant of the expected enum: `Some(data)` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `std::option::Option<_>` [INFO] [stdout] found struct `std::vec::Vec` [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0277, E0308, E0433, E0586. [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/request.rs - simplist::request::HttpRequest::method (line 103) stdout ---- [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/simplist-stable/request.rs:107:33 [INFO] [stdout] | [INFO] [stdout] 7 | let request = HttpRequest::with("https://hinaria.com", HttpMethod::Get); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ expected struct `simplist::Url`, found `&str` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/request.rs - simplist::request::HttpRequest::with_header (line 271) stdout ---- [INFO] [stdout] error: expected expression, found `.` [INFO] [stdout] --> src/simplist-stable/request.rs:277:5 [INFO] [stdout] | [INFO] [stdout] 9 | .with_header(ContentType::json()) [INFO] [stdout] | ^ expected expression [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Basic` in this scope [INFO] [stdout] --> src/simplist-stable/request.rs:276:18 [INFO] [stdout] | [INFO] [stdout] 8 | .with_header(Basic { username: "annie".to_owned(), password: None }); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/simplist-stable/request.rs:275:33 [INFO] [stdout] | [INFO] [stdout] 7 | let request = HttpRequest::with("https://hinaria.com", HttpMethod::Get) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ expected struct `simplist::Url`, found `&str` [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 2 arguments but 1 argument was supplied [INFO] [stdout] --> src/simplist-stable/request.rs:276:6 [INFO] [stdout] | [INFO] [stdout] 8 | .with_header(Basic { username: "annie".to_owned(), password: None }); [INFO] [stdout] | ^^^^^^^^^^^ ------------------------------------------------------ supplied 1 argument [INFO] [stdout] | | [INFO] [stdout] | expected 2 arguments [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0308, E0422. [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/response.rs - simplist::response::HttpResponse::headers (line 58) stdout ---- [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/simplist-stable/response.rs:65:32 [INFO] [stdout] | [INFO] [stdout] 10 | let http = HttpClient::new(...); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 10 | let http = HttpClient::new(..); [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 10 | let http = HttpClient::new(..=); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] error[E0586]: inclusive range with no end [INFO] [stdout] --> src/simplist-stable/response.rs:65:32 [INFO] [stdout] | [INFO] [stdout] 10 | let http = HttpClient::new(...); [INFO] [stdout] | ^^^ help: use `..` instead [INFO] [stdout] | [INFO] [stdout] = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, or an operator, found `http` [INFO] [stdout] --> src/simplist-stable/response.rs:67:22 [INFO] [stdout] | [INFO] [stdout] 12 | let response = await http.request(request)?; [INFO] [stdout] | ^^^^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `hyper` [INFO] [stdout] --> src/simplist-stable/response.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 4 | use hyper::Headers; [INFO] [stdout] | ^^^^^ maybe a missing crate `hyper`? [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/response.rs:64:16 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use hyper::Headers; [INFO] [stdout] 5 | | use simplist::HttpClient; [INFO] [stdout] 6 | | use simplist::HttpMethod; [INFO] [stdout] ... | [INFO] [stdout] 9 | | let url = "https://hinaria.com".parse()?; [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 15 | | assert_eq!(headers.has::(), true); [INFO] [stdout] 16 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0432, E0586. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/request.rs - simplist::request::HttpRequest::with_body (line 228) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `hyper`? [INFO] [stdout] --> src/simplist-stable/request.rs:229:5 [INFO] [stdout] | [INFO] [stdout] 4 | use hyper::header::ContentType; [INFO] [stdout] | ^^^^^ maybe a missing crate `hyper`? [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `ContentType` [INFO] [stdout] --> src/simplist-stable/request.rs:236:18 [INFO] [stdout] | [INFO] [stdout] 11 | .with_header(ContentType::json()) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type or module `ContentType` [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/request.rs:234:18 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use hyper::header::ContentType; [INFO] [stdout] 5 | | use simplist::HttpMethod; [INFO] [stdout] 6 | | use simplist::HttpRequest; [INFO] [stdout] ... | [INFO] [stdout] 9 | | .with_url ("https://api.hinaria.com/users/@me/database".parse()?) [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 12 | | .with_body ("{ id: 1234 }"); [INFO] [stdout] 13 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 2 arguments but 1 argument was supplied [INFO] [stdout] --> src/simplist-stable/request.rs:236:6 [INFO] [stdout] | [INFO] [stdout] 11 | .with_header(ContentType::json()) [INFO] [stdout] | ^^^^^^^^^^^ ------------------- supplied 1 argument [INFO] [stdout] | | [INFO] [stdout] | expected 2 arguments [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/simplist-stable/request.rs:237:18 [INFO] [stdout] | [INFO] [stdout] 12 | .with_body ("{ id: 1234 }"); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected enum `std::option::Option`, found `&str` [INFO] [stdout] | help: try using a variant of the expected enum: `Some("{ id: 1234 }")` [INFO] [stdout] | [INFO] [stdout] = note: expected enum `std::option::Option<_>` [INFO] [stdout] found reference `&'static str` [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0277, E0308, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/request.rs - simplist::request::HttpRequest::path (line 120) stdout ---- [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/request.rs:124:15 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpMethod; [INFO] [stdout] 5 | | use simplist::HttpRequest; [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | let url = "http://hinaria.com/hello/index.html?q=search".parse()?; [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 10 | | assert_eq!(request.path(), "/hello/index.html"); [INFO] [stdout] 11 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/request.rs - simplist::request::HttpRequest::with_url (line 209) stdout ---- [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/request.rs:214:18 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpMethod; [INFO] [stdout] 5 | | use simplist::HttpRequest; [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | HttpRequest::new() [INFO] [stdout] 8 | | .with_url ("https://hinaria.com".parse()?) [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] 9 | | .with_method(HttpMethod::Get); [INFO] [stdout] 10 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/response.rs - simplist::response::HttpResponse (line 30) stdout ---- [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/simplist-stable/response.rs:36:32 [INFO] [stdout] | [INFO] [stdout] 9 | let http = HttpClient::new(...); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 9 | let http = HttpClient::new(..); [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 9 | let http = HttpClient::new(..=); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] error[E0586]: inclusive range with no end [INFO] [stdout] --> src/simplist-stable/response.rs:36:32 [INFO] [stdout] | [INFO] [stdout] 9 | let http = HttpClient::new(...); [INFO] [stdout] | ^^^ help: use `..` instead [INFO] [stdout] | [INFO] [stdout] = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, or an operator, found `http` [INFO] [stdout] --> src/simplist-stable/response.rs:38:22 [INFO] [stdout] | [INFO] [stdout] 11 | let response = await http.request(request)?; [INFO] [stdout] | ^^^^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/response.rs:35:16 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpClient; [INFO] [stdout] 5 | | use simplist::HttpMethod; [INFO] [stdout] 6 | | use simplist::HttpRequest; [INFO] [stdout] 7 | | [INFO] [stdout] 8 | | let url = "https://hinaria.com".parse()?; [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 15 | | // => Ok("\n\n\n ...") [INFO] [stdout] 16 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0586. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/response.rs - simplist::response::HttpResponse::read_as_bytes (line 121) stdout ---- [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/simplist-stable/response.rs:127:32 [INFO] [stdout] | [INFO] [stdout] 9 | let http = HttpClient::new(...); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 9 | let http = HttpClient::new(..); [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 9 | let http = HttpClient::new(..=); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] error[E0586]: inclusive range with no end [INFO] [stdout] --> src/simplist-stable/response.rs:127:32 [INFO] [stdout] | [INFO] [stdout] 9 | let http = HttpClient::new(...); [INFO] [stdout] | ^^^ help: use `..` instead [INFO] [stdout] | [INFO] [stdout] = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, or an operator, found `http` [INFO] [stdout] --> src/simplist-stable/response.rs:129:22 [INFO] [stdout] | [INFO] [stdout] 11 | let response = await http.request(request)?; [INFO] [stdout] | ^^^^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/response.rs:126:16 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpClient; [INFO] [stdout] 5 | | use simplist::HttpMethod; [INFO] [stdout] 6 | | use simplist::HttpRequest; [INFO] [stdout] 7 | | [INFO] [stdout] 8 | | let url = "https://hinaria.com".parse()?; [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 15 | | // => Ok([60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ...]) [INFO] [stdout] 16 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0586. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/response.rs - simplist::response::HttpSyncResponse (line 199) stdout ---- [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/simplist-stable/response.rs:205:36 [INFO] [stdout] | [INFO] [stdout] 9 | let http = HttpSyncClient::new(...); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 9 | let http = HttpSyncClient::new(..); [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 9 | let http = HttpSyncClient::new(..=); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] error[E0586]: inclusive range with no end [INFO] [stdout] --> src/simplist-stable/response.rs:205:36 [INFO] [stdout] | [INFO] [stdout] 9 | let http = HttpSyncClient::new(...); [INFO] [stdout] | ^^^ help: use `..` instead [INFO] [stdout] | [INFO] [stdout] = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `HttpRequest` [INFO] [stdout] --> src/simplist-stable/response.rs:206:16 [INFO] [stdout] | [INFO] [stdout] 10 | let request = HttpRequest::with(url, HttpMethod::Get); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type or module `HttpRequest` [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/response.rs:204:16 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpMethod; [INFO] [stdout] 5 | | use simplist::HttpResponse; [INFO] [stdout] 6 | | use simplist::HttpSyncClient; [INFO] [stdout] 7 | | [INFO] [stdout] 8 | | let url = "https://hinaria.com".parse()?; [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 15 | | // => Ok("\n\n\n ...") [INFO] [stdout] 16 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/response.rs:207:16 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpMethod; [INFO] [stdout] 5 | | use simplist::HttpResponse; [INFO] [stdout] 6 | | use simplist::HttpSyncClient; [INFO] [stdout] ... | [INFO] [stdout] 11 | | let response = http.request(request)?; [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 15 | | // => Ok("\n\n\n ...") [INFO] [stdout] 16 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0433, E0586. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/response.rs - simplist::response::HttpSyncResponse::status (line 249) stdout ---- [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/simplist-stable/response.rs:256:36 [INFO] [stdout] | [INFO] [stdout] 10 | let http = HttpSyncClient::new(...); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 10 | let http = HttpSyncClient::new(..); [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 10 | let http = HttpSyncClient::new(..=); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] error[E0586]: inclusive range with no end [INFO] [stdout] --> src/simplist-stable/response.rs:256:36 [INFO] [stdout] | [INFO] [stdout] 10 | let http = HttpSyncClient::new(...); [INFO] [stdout] | ^^^ help: use `..` instead [INFO] [stdout] | [INFO] [stdout] = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `hyper`? [INFO] [stdout] --> src/simplist-stable/response.rs:250:5 [INFO] [stdout] | [INFO] [stdout] 4 | use hyper::status::StatusCode; [INFO] [stdout] | ^^^^^ maybe a missing crate `hyper`? [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type or module `StatusCode` [INFO] [stdout] --> src/simplist-stable/response.rs:260:31 [INFO] [stdout] | [INFO] [stdout] 14 | assert_eq!(response.status(), StatusCode::Ok); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type or module `StatusCode` [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/response.rs:255:16 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use hyper::status::StatusCode; [INFO] [stdout] 5 | | use simplist::HttpMethod; [INFO] [stdout] 6 | | use simplist::HttpRequest; [INFO] [stdout] ... | [INFO] [stdout] 9 | | let url = "https://hinaria.com".parse()?; [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 14 | | assert_eq!(response.status(), StatusCode::Ok); [INFO] [stdout] 15 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/response.rs:258:16 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use hyper::status::StatusCode; [INFO] [stdout] 5 | | use simplist::HttpMethod; [INFO] [stdout] 6 | | use simplist::HttpRequest; [INFO] [stdout] ... | [INFO] [stdout] 12 | | let response = http.request(request)?; [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] 13 | | [INFO] [stdout] 14 | | assert_eq!(response.status(), StatusCode::Ok); [INFO] [stdout] 15 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0433, E0586. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/request.rs - simplist::request::HttpRequest::with_method (line 192) stdout ---- [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/request.rs:197:18 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpMethod; [INFO] [stdout] 5 | | use simplist::HttpRequest; [INFO] [stdout] 6 | | [INFO] [stdout] 7 | | HttpRequest::new() [INFO] [stdout] 8 | | .with_url ("https://hinaria.com".parse()?) [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] 9 | | .with_method(HttpMethod::Get); [INFO] [stdout] 10 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/response.rs - simplist::response::HttpSyncResponse::headers (line 227) stdout ---- [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/simplist-stable/response.rs:234:36 [INFO] [stdout] | [INFO] [stdout] 10 | let http = HttpSyncClient::new(...); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 10 | let http = HttpSyncClient::new(..); [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 10 | let http = HttpSyncClient::new(..=); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] error[E0586]: inclusive range with no end [INFO] [stdout] --> src/simplist-stable/response.rs:234:36 [INFO] [stdout] | [INFO] [stdout] 10 | let http = HttpSyncClient::new(...); [INFO] [stdout] | ^^^ help: use `..` instead [INFO] [stdout] | [INFO] [stdout] = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, or an operator, found `http` [INFO] [stdout] --> src/simplist-stable/response.rs:236:22 [INFO] [stdout] | [INFO] [stdout] 12 | let response = await http.request(request)?; [INFO] [stdout] | ^^^^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `hyper` [INFO] [stdout] --> src/simplist-stable/response.rs:228:5 [INFO] [stdout] | [INFO] [stdout] 4 | use hyper::Headers; [INFO] [stdout] | ^^^^^ maybe a missing crate `hyper`? [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/response.rs:233:16 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use hyper::Headers; [INFO] [stdout] 5 | | use simplist::HttpSyncClient; [INFO] [stdout] 6 | | use simplist::HttpMethod; [INFO] [stdout] ... | [INFO] [stdout] 9 | | let url = "https://hinaria.com".parse()?; [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 15 | | assert_eq!(headers.has::(), true); [INFO] [stdout] 16 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0432, E0586. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/response.rs - simplist::response::HttpResponse::status (line 80) stdout ---- [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/simplist-stable/response.rs:87:32 [INFO] [stdout] | [INFO] [stdout] 10 | let http = HttpClient::new(...); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 10 | let http = HttpClient::new(..); [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 10 | let http = HttpClient::new(..=); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] error[E0586]: inclusive range with no end [INFO] [stdout] --> src/simplist-stable/response.rs:87:32 [INFO] [stdout] | [INFO] [stdout] 10 | let http = HttpClient::new(...); [INFO] [stdout] | ^^^ help: use `..` instead [INFO] [stdout] | [INFO] [stdout] = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, or an operator, found `http` [INFO] [stdout] --> src/simplist-stable/response.rs:89:22 [INFO] [stdout] | [INFO] [stdout] 12 | let response = await http.request(request)?; [INFO] [stdout] | ^^^^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `hyper`? [INFO] [stdout] --> src/simplist-stable/response.rs:81:5 [INFO] [stdout] | [INFO] [stdout] 4 | use hyper::status::StatusCode; [INFO] [stdout] | ^^^^^ maybe a missing crate `hyper`? [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/response.rs:86:16 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use hyper::status::StatusCode; [INFO] [stdout] 5 | | use simplist::HttpClient; [INFO] [stdout] 6 | | use simplist::HttpMethod; [INFO] [stdout] ... | [INFO] [stdout] 9 | | let url = "https://hinaria.com".parse()?; [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 14 | | assert_eq!(response.status(), StatusCode::Ok); [INFO] [stdout] 15 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0433, E0586. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/response.rs - simplist::response::HttpResponse::read_as_string (line 157) stdout ---- [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/simplist-stable/response.rs:163:32 [INFO] [stdout] | [INFO] [stdout] 9 | let http = HttpClient::new(...); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 9 | let http = HttpClient::new(..); [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 9 | let http = HttpClient::new(..=); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] error[E0586]: inclusive range with no end [INFO] [stdout] --> src/simplist-stable/response.rs:163:32 [INFO] [stdout] | [INFO] [stdout] 9 | let http = HttpClient::new(...); [INFO] [stdout] | ^^^ help: use `..` instead [INFO] [stdout] | [INFO] [stdout] = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, or an operator, found `http` [INFO] [stdout] --> src/simplist-stable/response.rs:165:22 [INFO] [stdout] | [INFO] [stdout] 11 | let response = await http.request(request)?; [INFO] [stdout] | ^^^^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/response.rs:162:16 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpClient; [INFO] [stdout] 5 | | use simplist::HttpMethod; [INFO] [stdout] 6 | | use simplist::HttpRequest; [INFO] [stdout] 7 | | [INFO] [stdout] 8 | | let url = "https://hinaria.com".parse()?; [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 15 | | // => Ok("\n\n\n ...") [INFO] [stdout] 16 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0586. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/url.rs - simplist::url::Url (line 18) stdout ---- [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/url.rs:19:11 [INFO] [stdout] | [INFO] [stdout] 2 | / fn main() { [INFO] [stdout] 3 | | let url = "https://hinaria.com".parse()?; [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] 4 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/response.rs - simplist::response::HttpSyncResponse::read_as_bytes (line 290) stdout ---- [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/simplist-stable/response.rs:296:36 [INFO] [stdout] | [INFO] [stdout] 9 | let http = HttpSyncClient::new(...); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 9 | let http = HttpSyncClient::new(..); [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 9 | let http = HttpSyncClient::new(..=); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] error[E0586]: inclusive range with no end [INFO] [stdout] --> src/simplist-stable/response.rs:296:36 [INFO] [stdout] | [INFO] [stdout] 9 | let http = HttpSyncClient::new(...); [INFO] [stdout] | ^^^ help: use `..` instead [INFO] [stdout] | [INFO] [stdout] = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, or an operator, found `response` [INFO] [stdout] --> src/simplist-stable/response.rs:299:22 [INFO] [stdout] | [INFO] [stdout] 12 | let data = await response.read_as_bytes(); [INFO] [stdout] | ^^^^^^^^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/response.rs:295:16 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpMethod; [INFO] [stdout] 5 | | use simplist::HttpRequest; [INFO] [stdout] 6 | | use simplist::HttpSyncClient; [INFO] [stdout] 7 | | [INFO] [stdout] 8 | | let url = "https://hinaria.com".parse()?; [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 15 | | // => Ok([60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ...]) [INFO] [stdout] 16 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/response.rs:298:16 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpMethod; [INFO] [stdout] 5 | | use simplist::HttpRequest; [INFO] [stdout] 6 | | use simplist::HttpSyncClient; [INFO] [stdout] ... | [INFO] [stdout] 11 | | let response = http.request(request)?; [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 15 | | // => Ok([60, 33, 68, 79, 67, 84, 89, 80, 69, 32, 104, 116, ...]) [INFO] [stdout] 16 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0586. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/response.rs - simplist::response::HttpResponse::status_code (line 101) stdout ---- [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/simplist-stable/response.rs:107:32 [INFO] [stdout] | [INFO] [stdout] 9 | let http = HttpClient::new(...); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 9 | let http = HttpClient::new(..); [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 9 | let http = HttpClient::new(..=); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] error[E0586]: inclusive range with no end [INFO] [stdout] --> src/simplist-stable/response.rs:107:32 [INFO] [stdout] | [INFO] [stdout] 9 | let http = HttpClient::new(...); [INFO] [stdout] | ^^^ help: use `..` instead [INFO] [stdout] | [INFO] [stdout] = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, or an operator, found `http` [INFO] [stdout] --> src/simplist-stable/response.rs:109:22 [INFO] [stdout] | [INFO] [stdout] 11 | let response = await http.request(request)?; [INFO] [stdout] | ^^^^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/response.rs:106:16 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpClient; [INFO] [stdout] 5 | | use simplist::HttpMethod; [INFO] [stdout] 6 | | use simplist::HttpRequest; [INFO] [stdout] 7 | | [INFO] [stdout] 8 | | let url = "https://hinaria.com".parse()?; [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 13 | | assert_eq!(response.status_code(), 200); [INFO] [stdout] 14 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0586. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/response.rs - simplist::response::HttpSyncResponse::status_code (line 270) stdout ---- [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/simplist-stable/response.rs:276:36 [INFO] [stdout] | [INFO] [stdout] 9 | let http = HttpSyncClient::new(...); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 9 | let http = HttpSyncClient::new(..); [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 9 | let http = HttpSyncClient::new(..=); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] error[E0586]: inclusive range with no end [INFO] [stdout] --> src/simplist-stable/response.rs:276:36 [INFO] [stdout] | [INFO] [stdout] 9 | let http = HttpSyncClient::new(...); [INFO] [stdout] | ^^^ help: use `..` instead [INFO] [stdout] | [INFO] [stdout] = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/response.rs:275:16 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpMethod; [INFO] [stdout] 5 | | use simplist::HttpRequest; [INFO] [stdout] 6 | | use simplist::HttpSyncClient; [INFO] [stdout] 7 | | [INFO] [stdout] 8 | | let url = "https://hinaria.com".parse()?; [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 13 | | assert_eq!(response.status_code(), 200); [INFO] [stdout] 14 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/response.rs:278:16 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpMethod; [INFO] [stdout] 5 | | use simplist::HttpRequest; [INFO] [stdout] 6 | | use simplist::HttpSyncClient; [INFO] [stdout] ... | [INFO] [stdout] 11 | | let response = http.request(request)?; [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] 12 | | [INFO] [stdout] 13 | | assert_eq!(response.status_code(), 200); [INFO] [stdout] 14 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0586. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/response.rs - simplist::response::HttpSyncResponse::read_as_string (line 312) stdout ---- [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/simplist-stable/response.rs:318:36 [INFO] [stdout] | [INFO] [stdout] 9 | let http = HttpSyncClient::new(...); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 9 | let http = HttpSyncClient::new(..); [INFO] [stdout] | ^^ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 9 | let http = HttpSyncClient::new(..=); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] error[E0586]: inclusive range with no end [INFO] [stdout] --> src/simplist-stable/response.rs:318:36 [INFO] [stdout] | [INFO] [stdout] 9 | let http = HttpSyncClient::new(...); [INFO] [stdout] | ^^^ help: use `..` instead [INFO] [stdout] | [INFO] [stdout] = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/response.rs:317:16 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpMethod; [INFO] [stdout] 5 | | use simplist::HttpRequest; [INFO] [stdout] 6 | | use simplist::HttpSyncClient; [INFO] [stdout] 7 | | [INFO] [stdout] 8 | | let url = "https://hinaria.com".parse()?; [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 15 | | // => Ok("\n\n\n ...") [INFO] [stdout] 16 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/response.rs:320:16 [INFO] [stdout] | [INFO] [stdout] 3 | / fn main() { [INFO] [stdout] 4 | | use simplist::HttpMethod; [INFO] [stdout] 5 | | use simplist::HttpRequest; [INFO] [stdout] 6 | | use simplist::HttpSyncClient; [INFO] [stdout] ... | [INFO] [stdout] 11 | | let response = http.request(request)?; [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] ... | [INFO] [stdout] 15 | | // => Ok("\n\n\n ...") [INFO] [stdout] 16 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0586. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/url.rs - simplist::url::Url::path (line 31) stdout ---- [INFO] [stdout] error[E0412]: cannot find type `Url` in this scope [INFO] [stdout] --> src/simplist-stable/url.rs:32:10 [INFO] [stdout] | [INFO] [stdout] 3 | let url: Url = "https://hinaria.com/hello/index.html?q=search".parse()?; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/url.rs:32:16 [INFO] [stdout] | [INFO] [stdout] 2 | / fn main() { [INFO] [stdout] 3 | | let url: Url = "https://hinaria.com/hello/index.html?q=search".parse()?; [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] 4 | | [INFO] [stdout] 5 | | assert_eq!(url.path(), "/hello/index.html"); [INFO] [stdout] 6 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0412. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/url.rs - simplist::url::Url::is_absolute (line 109) stdout ---- [INFO] [stdout] error[E0412]: cannot find type `Url` in this scope [INFO] [stdout] --> src/simplist-stable/url.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 3 | let url: Url = "https://hinaria.com/hello/index.html?q=search".parse()?; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/url.rs:110:16 [INFO] [stdout] | [INFO] [stdout] 2 | / fn main() { [INFO] [stdout] 3 | | let url: Url = "https://hinaria.com/hello/index.html?q=search".parse()?; [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] 4 | | [INFO] [stdout] 5 | | assert_eq!(url.is_absolute(), true); [INFO] [stdout] 6 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0412. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/url.rs - simplist::url::Url::port (line 83) stdout ---- [INFO] [stdout] error[E0412]: cannot find type `Url` in this scope [INFO] [stdout] --> src/simplist-stable/url.rs:84:10 [INFO] [stdout] | [INFO] [stdout] 3 | let url: Url = "https://hinaria.com/hello/index.html?q=search".parse()?; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/url.rs:84:16 [INFO] [stdout] | [INFO] [stdout] 2 | / fn main() { [INFO] [stdout] 3 | | let url: Url = "https://hinaria.com/hello/index.html?q=search".parse()?; [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] 4 | | [INFO] [stdout] 5 | | assert_eq!(url.port(), None); [INFO] [stdout] 6 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0412. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/url.rs - simplist::url::Url::authority (line 57) stdout ---- [INFO] [stdout] error[E0412]: cannot find type `Url` in this scope [INFO] [stdout] --> src/simplist-stable/url.rs:58:10 [INFO] [stdout] | [INFO] [stdout] 3 | let url: Url = "https://hinaria.com/hello/index.html?q=search".parse()?; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/url.rs:58:16 [INFO] [stdout] | [INFO] [stdout] 2 | / fn main() { [INFO] [stdout] 3 | | let url: Url = "https://hinaria.com/hello/index.html?q=search".parse()?; [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] 4 | | [INFO] [stdout] 5 | | assert_eq!(url.authority(), Some("hinaria.com")); [INFO] [stdout] 6 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0412. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/url.rs - simplist::url::Url::query (line 96) stdout ---- [INFO] [stdout] error[E0412]: cannot find type `Url` in this scope [INFO] [stdout] --> src/simplist-stable/url.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 3 | let url: Url = "https://hinaria.com/hello/index.html?q=search".parse()?; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/url.rs:97:16 [INFO] [stdout] | [INFO] [stdout] 2 | / fn main() { [INFO] [stdout] 3 | | let url: Url = "https://hinaria.com/hello/index.html?q=search".parse()?; [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] 4 | | [INFO] [stdout] 5 | | assert_eq!(url.query(), Some("q=search")); [INFO] [stdout] 6 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0412. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/url.rs - simplist::url::Url::host (line 70) stdout ---- [INFO] [stdout] error[E0412]: cannot find type `Url` in this scope [INFO] [stdout] --> src/simplist-stable/url.rs:71:10 [INFO] [stdout] | [INFO] [stdout] 3 | let url: Url = "https://hinaria.com/hello/index.html?q=search".parse()?; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/url.rs:71:16 [INFO] [stdout] | [INFO] [stdout] 2 | / fn main() { [INFO] [stdout] 3 | | let url: Url = "https://hinaria.com/hello/index.html?q=search".parse()?; [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] 4 | | [INFO] [stdout] 5 | | assert_eq!(url.host(), Some("hinaria.com")); [INFO] [stdout] 6 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0412. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/simplist-stable/url.rs - simplist::url::Url::scheme (line 44) stdout ---- [INFO] [stdout] error[E0412]: cannot find type `Url` in this scope [INFO] [stdout] --> src/simplist-stable/url.rs:45:10 [INFO] [stdout] | [INFO] [stdout] 3 | let url: Url = "https://hinaria.com/hello/index.html?q=search".parse()?; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0277]: the `?` operator can only be used in a function that returns `Result` or `Option` (or another type that implements `std::ops::Try`) [INFO] [stdout] --> src/simplist-stable/url.rs:45:16 [INFO] [stdout] | [INFO] [stdout] 2 | / fn main() { [INFO] [stdout] 3 | | let url: Url = "https://hinaria.com/hello/index.html?q=search".parse()?; [INFO] [stdout] | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot use the `?` operator in a function that returns `()` [INFO] [stdout] 4 | | [INFO] [stdout] 5 | | assert_eq!(url.scheme(), Some("https")); [INFO] [stdout] 6 | | } [INFO] [stdout] | |_- this function should return `Result` or `Option` to accept `?` [INFO] [stdout] | [INFO] [stdout] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stdout] = note: required by `std::ops::Try::from_error` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0412. [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - (line 19) [INFO] [stdout] src/lib.rs - (line 27) [INFO] [stdout] src/lib.rs - (line 39) [INFO] [stdout] src/lib.rs - (line 54) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpClient (line 101) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpClient (line 113) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpClient (line 128) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpClient (line 69) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpClient (line 84) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpClient::connect (line 356) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpClient::connect_string (line 379) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpClient::delete (line 356) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpClient::delete_string (line 379) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpClient::get (line 356) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpClient::get_string (line 379) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpClient::head (line 356) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpClient::head_string (line 379) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpClient::new (line 149) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpClient::options (line 452) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpClient::options_string (line 480) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpClient::patch (line 452) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpClient::patch_string (line 480) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpClient::post (line 452) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpClient::post_string (line 480) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpClient::put (line 452) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpClient::put_string (line 480) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpClient::request (line 162) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpClient::trace (line 356) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpClient::trace_string (line 379) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpSyncClient (line 260) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpSyncClient (line 275) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpSyncClient (line 290) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpSyncClient::connect (line 404) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpSyncClient::connect_string (line 424) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpSyncClient::delete (line 404) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpSyncClient::delete_string (line 424) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpSyncClient::get (line 404) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpSyncClient::get_string (line 424) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpSyncClient::head (line 404) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpSyncClient::head_string (line 424) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpSyncClient::new (line 311) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpSyncClient::options (line 510) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpSyncClient::options_string (line 535) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpSyncClient::patch (line 510) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpSyncClient::patch_string (line 535) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpSyncClient::post (line 510) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpSyncClient::post_string (line 535) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpSyncClient::put (line 510) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpSyncClient::put_string (line 535) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpSyncClient::request (line 326) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpSyncClient::trace (line 404) [INFO] [stdout] src/simplist-stable/client.rs - simplist::client::HttpSyncClient::trace_string (line 424) [INFO] [stdout] src/simplist-stable/request.rs - simplist::request::HttpRequest (line 25) [INFO] [stdout] src/simplist-stable/request.rs - simplist::request::HttpRequest::headers (line 154) [INFO] [stdout] src/simplist-stable/request.rs - simplist::request::HttpRequest::headers_mut (line 171) [INFO] [stdout] src/simplist-stable/request.rs - simplist::request::HttpRequest::method (line 103) [INFO] [stdout] src/simplist-stable/request.rs - simplist::request::HttpRequest::path (line 120) [INFO] [stdout] src/simplist-stable/request.rs - simplist::request::HttpRequest::query (line 137) [INFO] [stdout] src/simplist-stable/request.rs - simplist::request::HttpRequest::url (line 86) [INFO] [stdout] src/simplist-stable/request.rs - simplist::request::HttpRequest::with (line 68) [INFO] [stdout] src/simplist-stable/request.rs - simplist::request::HttpRequest::with_body (line 228) [INFO] [stdout] src/simplist-stable/request.rs - simplist::request::HttpRequest::with_body (line 242) [INFO] [stdout] src/simplist-stable/request.rs - simplist::request::HttpRequest::with_header (line 271) [INFO] [stdout] src/simplist-stable/request.rs - simplist::request::HttpRequest::with_method (line 192) [INFO] [stdout] src/simplist-stable/request.rs - simplist::request::HttpRequest::with_url (line 209) [INFO] [stdout] src/simplist-stable/response.rs - simplist::response::HttpResponse (line 30) [INFO] [stdout] src/simplist-stable/response.rs - simplist::response::HttpResponse::headers (line 58) [INFO] [stdout] src/simplist-stable/response.rs - simplist::response::HttpResponse::read_as_bytes (line 121) [INFO] [stdout] src/simplist-stable/response.rs - simplist::response::HttpResponse::read_as_string (line 157) [INFO] [stdout] src/simplist-stable/response.rs - simplist::response::HttpResponse::status (line 80) [INFO] [stdout] src/simplist-stable/response.rs - simplist::response::HttpResponse::status_code (line 101) [INFO] [stdout] src/simplist-stable/response.rs - simplist::response::HttpSyncResponse (line 199) [INFO] [stdout] src/simplist-stable/response.rs - simplist::response::HttpSyncResponse::headers (line 227) [INFO] [stdout] src/simplist-stable/response.rs - simplist::response::HttpSyncResponse::read_as_bytes (line 290) [INFO] [stdout] src/simplist-stable/response.rs - simplist::response::HttpSyncResponse::read_as_string (line 312) [INFO] [stdout] src/simplist-stable/response.rs - simplist::response::HttpSyncResponse::status (line 249) [INFO] [stdout] src/simplist-stable/response.rs - simplist::response::HttpSyncResponse::status_code (line 270) [INFO] [stdout] src/simplist-stable/url.rs - simplist::url::Url (line 18) [INFO] [stdout] src/simplist-stable/url.rs - simplist::url::Url::authority (line 57) [INFO] [stdout] src/simplist-stable/url.rs - simplist::url::Url::host (line 70) [INFO] [stdout] src/simplist-stable/url.rs - simplist::url::Url::is_absolute (line 109) [INFO] [stdout] src/simplist-stable/url.rs - simplist::url::Url::path (line 31) [INFO] [stdout] src/simplist-stable/url.rs - simplist::url::Url::port (line 83) [INFO] [stdout] src/simplist-stable/url.rs - simplist::url::Url::query (line 96) [INFO] [stdout] src/simplist-stable/url.rs - simplist::url::Url::scheme (line 44) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 2 passed; 85 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `"docker" "inspect" "c4a667b1694694fd8b9fad1d537e91b811b5a304b37340cb1ccb832bacb17831"` [INFO] running `"docker" "rm" "-f" "c4a667b1694694fd8b9fad1d537e91b811b5a304b37340cb1ccb832bacb17831"` [INFO] [stdout] c4a667b1694694fd8b9fad1d537e91b811b5a304b37340cb1ccb832bacb17831