reqwest-middleware-wasi 0.2.5

Wrapper around reqwest to allow for client middleware chains.
Build #10431292023-12-06T09:50:06.185063+00:00
# rustc version
rustc 1.76.0-nightly (e9013ac0e 2023-12-05)# docs.rs version
docsrs 0.6.0 (cd4e3294 2023-12-01)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/reqwest-middleware-wasi-0.2.5/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/reqwest-middleware-wasi-0.2.5/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20231205-1.76.0-nightly-e9013ac0e\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 32c44768c03132f51321bccb13b9fc1dd0e7ee55726c4b16adda3276a400567e
[INFO] running `Command { std: "docker" "start" "-a" "32c44768c03132f51321bccb13b9fc1dd0e7ee55726c4b16adda3276a400567e", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]     Checking reqwest_wasi v0.11.16
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `hyper`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/decoder.rs:19:5
[INFO] [stderr]    |
[INFO] [stderr] 19 | use hyper::body::HttpBody;
[INFO] [stderr]    |     ^^^^^ use of undeclared crate or module `hyper`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `percent_encoding`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/multipart.rs:8:24
[INFO] [stderr]   |
[INFO] [stderr] 8 | use percent_encoding::{self, AsciiSet, NON_ALPHANUMERIC};
[INFO] [stderr]   |                        ^^^^ no external crate `percent_encoding`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `percent_encoding`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/request.rs:554:9
[INFO] [stderr]     |
[INFO] [stderr] 554 |     use percent_encoding::percent_decode;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^ use of undeclared crate or module `percent_encoding`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `hyper`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/response.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 | use hyper::client::connect::HttpInfo;
[INFO] [stderr]   |     ^^^^^ use of undeclared crate or module `hyper`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `encoding_rs`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/response.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use encoding_rs::{Encoding, UTF_8};
[INFO] [stderr]   |     ^^^^^^^^^^^ use of undeclared crate or module `encoding_rs`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `hyper`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/response.rs:10:5
[INFO] [stderr]    |
[INFO] [stderr] 10 | use hyper::{HeaderMap, StatusCode, Version};
[INFO] [stderr]    |     ^^^^^ use of undeclared crate or module `hyper`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `tokio`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/response.rs:16:5
[INFO] [stderr]    |
[INFO] [stderr] 16 | use tokio::time::Sleep;
[INFO] [stderr]    |     ^^^^^ use of undeclared crate or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `hyper`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/response.rs:82:13
[INFO] [stderr]    |
[INFO] [stderr] 82 |         use hyper::body::HttpBody;
[INFO] [stderr]    |             ^^^^^ use of undeclared crate or module `hyper`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `tokio`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/upgrade.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | use tokio::io::{AsyncRead, AsyncWrite, ReadBuf};
[INFO] [stderr]   |     ^^^^^ use of undeclared crate or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `hyper`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/connect.rs:983:9
[INFO] [stderr]     |
[INFO] [stderr] 983 |     use hyper::client::connect::{Connected, Connection};
[INFO] [stderr]     |         ^^^^^ use of undeclared crate or module `hyper`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `tokio`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/connect.rs:988:9
[INFO] [stderr]     |
[INFO] [stderr] 988 |     use tokio::io::{AsyncRead, AsyncWrite, ReadBuf};
[INFO] [stderr]     |         ^^^^^ use of undeclared crate or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `hyper`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/dns/gai.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use hyper::client::connect::dns::{GaiResolver as HyperGaiResolver, Name};
[INFO] [stderr]   |     ^^^^^ use of undeclared crate or module `hyper`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `hyper`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/dns/gai.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use hyper::service::Service;
[INFO] [stderr]   |     ^^^^^ use of undeclared crate or module `hyper`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `hyper`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/dns/resolve.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use hyper::client::connect::dns::Name;
[INFO] [stderr]   |     ^^^^^ use of undeclared crate or module `hyper`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `hyper`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/dns/resolve.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use hyper::service::Service;
[INFO] [stderr]   |     ^^^^^ use of undeclared crate or module `hyper`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `mime`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/response.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr] 11 | use mime::Mime;
[INFO] [stderr]    |     ^^^^ help: a similar path exists: `mime_guess::mime`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `once_cell`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/proxy.rs:10:5
[INFO] [stderr]    |
[INFO] [stderr] 10 | use once_cell::sync::Lazy;
[INFO] [stderr]    |     ^^^^^^^^^ use of undeclared crate or module `once_cell`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `ipnet`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/proxy.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 | use ipnet::IpNet;
[INFO] [stderr]   |     ^^^^^ use of undeclared crate or module `ipnet`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `percent_encoding`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/proxy.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr] 11 | use percent_encoding::percent_decode;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^ use of undeclared crate or module `percent_encoding`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `hyper`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/redirect.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr] 11 | use hyper::StatusCode;
[INFO] [stderr]    |     ^^^^^ use of undeclared crate or module `hyper`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `http_body`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/body.rs:13:5
[INFO] [stderr]    |
[INFO] [stderr] 13 | use http_body::Body as HttpBody;
[INFO] [stderr]    |     ^^^^^^^^^ use of undeclared crate or module `http_body`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `tokio`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/body.rs:17:5
[INFO] [stderr]    |
[INFO] [stderr] 17 | use tokio::time::Sleep;
[INFO] [stderr]    |     ^^^^^ use of undeclared crate or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `hyper`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/client.rs:16:5
[INFO] [stderr]    |
[INFO] [stderr] 16 | use hyper::client::{HttpConnector, ResponseFuture};
[INFO] [stderr]    |     ^^^^^ use of undeclared crate or module `hyper`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `pin_project_lite`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/body.rs:14:5
[INFO] [stderr]    |
[INFO] [stderr] 14 | use pin_project_lite::pin_project;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^ use of undeclared crate or module `pin_project_lite`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `tokio`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/client.rs:23:5
[INFO] [stderr]    |
[INFO] [stderr] 23 | use tokio::time::Sleep;
[INFO] [stderr]    |     ^^^^^ use of undeclared crate or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `pin_project_lite`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/client.rs:19:5
[INFO] [stderr]    |
[INFO] [stderr] 19 | use pin_project_lite::pin_project;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^ use of undeclared crate or module `pin_project_lite`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `log`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/client.rs:25:5
[INFO] [stderr]    |
[INFO] [stderr] 25 | use log::{debug, trace};
[INFO] [stderr]    |     ^^^ use of undeclared crate or module `log`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `hyper`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/connect.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | use hyper::client::connect::{Connected, Connection};
[INFO] [stderr]   |     ^^^^^ use of undeclared crate or module `hyper`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `hyper`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/connect.rs:6:5
[INFO] [stderr]   |
[INFO] [stderr] 6 | use hyper::service::Service;
[INFO] [stderr]   |     ^^^^^ use of undeclared crate or module `hyper`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `tokio`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/connect.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 | use tokio::io::{AsyncRead, AsyncWrite, ReadBuf};
[INFO] [stderr]   |     ^^^^^ use of undeclared crate or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `super::client::Pending`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/request.rs:11:29
[INFO] [stderr]    |
[INFO] [stderr] 11 | use super::client::{Client, Pending};
[INFO] [stderr]    |                             ^^^^^^^ no `Pending` in `async_impl::client`
[INFO] [stderr]    |
[INFO] [stderr]    = help: consider importing one of these items instead:
[INFO] [stderr]            core::future::Pending
[INFO] [stderr]            core::task::Poll::Pending
[INFO] [stderr]            futures_core::task::Poll::Pending
[INFO] [stderr]            futures_util::future::Pending
[INFO] [stderr]            futures_util::stream::Pending
[INFO] [stderr]            futures_util::task::Poll::Pending
[INFO] [stderr]            std::future::Pending
[INFO] [stderr]            std::task::Poll::Pending
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `pin_project_lite`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/connect.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr] 11 | use pin_project_lite::pin_project;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^ use of undeclared crate or module `pin_project_lite`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `log`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/proxy.rs:839:12
[INFO] [stderr]     |
[INFO] [stderr] 839 |         if log::log_enabled!(log::Level::Warn) && env::var_os("HTTP_PROXY").is_some() {
[INFO] [stderr]     |            ^^^ use of undeclared crate or module `log`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `log`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/connect.rs:997:26
[INFO] [stderr]     |
[INFO] [stderr] 997 |             if self.0 && log::log_enabled!(log::Level::Trace) {
[INFO] [stderr]     |                          ^^^ use of undeclared crate or module `log`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `log`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/proxy.rs:840:13
[INFO] [stderr]     |
[INFO] [stderr] 840 |             log::warn!("HTTP_PROXY environment variable ignored in CGI");
[INFO] [stderr]     |             ^^^ use of undeclared crate or module `log`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `log`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/connect.rs:1045:21
[INFO] [stderr]      |
[INFO] [stderr] 1045 |                     log::trace!("{:08x} write: {:?}", self.id, Escape(&buf[..n]));
[INFO] [stderr]      |                     ^^^ use of undeclared crate or module `log`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `log`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/connect.rs:1028:21
[INFO] [stderr]      |
[INFO] [stderr] 1028 |                     log::trace!("{:08x} read: {:?}", self.id, Escape(buf.filled()));
[INFO] [stderr]      |                     ^^^ use of undeclared crate or module `log`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `log`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/connect.rs:500:9
[INFO] [stderr]     |
[INFO] [stderr] 500 |         log::debug!("starting new connection: {:?}", dst);
[INFO] [stderr]     |         ^^^ use of undeclared crate or module `log`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `log`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/connect.rs:366:9
[INFO] [stderr]     |
[INFO] [stderr] 366 |         log::debug!("proxy({:?}) intercepts '{:?}'", proxy_scheme, dst);
[INFO] [stderr]     |         ^^^ use of undeclared crate or module `log`
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `pin_project`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/connect.rs:527:1
[INFO] [stderr]     |
[INFO] [stderr] 527 | pin_project! {
[INFO] [stderr]     | ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `debug`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/client.rs:2112:29
[INFO] [stderr]      |
[INFO] [stderr] 2112 | ...                   debug!("redirect policy disallowed redirection to '{}'", loc);
[INFO] [stderr]      |                       ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `debug`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/client.rs:2073:29
[INFO] [stderr]      |
[INFO] [stderr] 2073 | ...                   debug!("redirecting '{}' to '{}'", self.url, loc);
[INFO] [stderr]      |                       ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `debug`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/client.rs:2054:25
[INFO] [stderr]      |
[INFO] [stderr] 2054 |                         debug!("Location header had invalid URI: {:?}", val);
[INFO] [stderr]      |                         ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `trace`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/client.rs:1913:13
[INFO] [stderr]      |
[INFO] [stderr] 1913 |             trace!("retry count too high");
[INFO] [stderr]      |             ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `debug`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/client.rs:1906:17
[INFO] [stderr]      |
[INFO] [stderr] 1906 |                 debug!("error was retryable, but body not reusable");
[INFO] [stderr]      |                 ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `trace`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/client.rs:1901:9
[INFO] [stderr]      |
[INFO] [stderr] 1901 |         trace!("can retry {:?}", err);
[INFO] [stderr]      |         ^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `pin_project`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/client.rs:1859:1
[INFO] [stderr]      |
[INFO] [stderr] 1859 | pin_project! {
[INFO] [stderr]      | ^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `pin_project`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/client.rs:1847:1
[INFO] [stderr]      |
[INFO] [stderr] 1847 | pin_project! {
[INFO] [stderr]      | ^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `pin_project`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/body.rs:43:1
[INFO] [stderr]    |
[INFO] [stderr] 43 | pin_project! {
[INFO] [stderr]    | ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `http_body`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/body.rs:289:32
[INFO] [stderr]     |
[INFO] [stderr] 289 |                 let mut hint = http_body::SizeHint::default();
[INFO] [stderr]     |                                ^^^^^^^^^ use of undeclared crate or module `http_body`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `tokio`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/client.rs:1606:18
[INFO] [stderr]      |
[INFO] [stderr] 1606 |             .map(tokio::time::sleep)
[INFO] [stderr]      |                  ^^^^^ use of undeclared crate or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `h2`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/client.rs:1939:41
[INFO] [stderr]      |
[INFO] [stderr] 1939 |                 && err.reason() == Some(h2::Reason::NO_ERROR);
[INFO] [stderr]      |                                         ^^ use of undeclared crate or module `h2`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `hyper`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/response.rs:263:9
[INFO] [stderr]     |
[INFO] [stderr] 263 |         hyper::body::to_bytes(self.res.into_body()).await
[INFO] [stderr]     |         ^^^^^ use of undeclared crate or module `hyper`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `hyper`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/upgrade.rs:10:12
[INFO] [stderr]    |
[INFO] [stderr] 10 |     inner: hyper::upgrade::Upgraded,
[INFO] [stderr]    |            ^^^^^ use of undeclared crate or module `hyper`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `hyper`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/upgrade.rs:59:11
[INFO] [stderr]    |
[INFO] [stderr] 59 | impl From<hyper::upgrade::Upgraded> for Upgraded {
[INFO] [stderr]    |           ^^^^^ use of undeclared crate or module `hyper`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `hyper`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/upgrade.rs:60:20
[INFO] [stderr]    |
[INFO] [stderr] 60 |     fn from(inner: hyper::upgrade::Upgraded) -> Self {
[INFO] [stderr]    |                    ^^^^^ use of undeclared crate or module `hyper`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `hyper`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/upgrade.rs:68:9
[INFO] [stderr]    |
[INFO] [stderr] 68 |         hyper::upgrade::on(self.res)
[INFO] [stderr]    |         ^^^^^ use of undeclared crate or module `hyper`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `tokio`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/connect.rs:480:15
[INFO] [stderr]     |
[INFO] [stderr] 480 |         match tokio::time::timeout(to, f).await {
[INFO] [stderr]     |               ^^^^^ use of undeclared crate or module `tokio`
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `WrapStream` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/body.rs:105:29
[INFO] [stderr]     |
[INFO] [stderr] 105 |         let body = Box::pin(WrapStream {
[INFO] [stderr]     |                             ^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WrapStream` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/body.rs:307:28
[INFO] [stderr]     |
[INFO] [stderr] 307 | impl<S, D, E> HttpBody for WrapStream<S>
[INFO] [stderr]     |                            ^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `hyper`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/client.rs:490:27
[INFO] [stderr]     |
[INFO] [stderr] 490 |         let mut builder = hyper::Client::builder();
[INFO] [stderr]     |                           ^^^^^ use of undeclared crate or module `hyper`
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing this struct through its public re-export
[INFO] [stderr]     |
[INFO] [stderr] 3   + use crate::Client;
[INFO] [stderr]     |
[INFO] [stderr] help: if you import `Client`, refer to it directly
[INFO] [stderr]     |
[INFO] [stderr] 490 -         let mut builder = hyper::Client::builder();
[INFO] [stderr] 490 +         let mut builder = Client::builder();
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Pending` in this scope
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/client.rs:1548:59
[INFO] [stderr]      |
[INFO] [stderr] 1548 |     pub(super) fn execute_request(&self, req: Request) -> Pending {
[INFO] [stderr]      |                                                           ^^^^^^^ not found in this scope
[INFO] [stderr]      |
[INFO] [stderr] help: consider importing one of these items
[INFO] [stderr]      |
[INFO] [stderr] 3    + use core::future::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use futures_util::future::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use futures_util::stream::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use std::future::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `Pending`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/client.rs:1551:20
[INFO] [stderr]      |
[INFO] [stderr] 1551 |             return Pending::new_err(error::url_bad_scheme(url));
[INFO] [stderr]      |                    ^^^^^^^ use of undeclared type `Pending`
[INFO] [stderr]      |
[INFO] [stderr] help: consider importing one of these items
[INFO] [stderr]      |
[INFO] [stderr] 3    + use core::future::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use futures_util::future::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use futures_util::stream::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use std::future::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type `Pending`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/client.rs:1556:20
[INFO] [stderr]      |
[INFO] [stderr] 1556 |             return Pending::new_err(error::url_bad_scheme(url));
[INFO] [stderr]      |                    ^^^^^^^ use of undeclared type `Pending`
[INFO] [stderr]      |
[INFO] [stderr] help: consider importing one of these items
[INFO] [stderr]      |
[INFO] [stderr] 3    + use core::future::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use futures_util::future::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use futures_util::stream::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use std::future::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `hyper`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/client.rs:1597:23
[INFO] [stderr]      |
[INFO] [stderr] 1597 |         let mut req = hyper::Request::builder()
[INFO] [stderr]      |                       ^^^^^ use of undeclared crate or module `hyper`
[INFO] [stderr]      |
[INFO] [stderr] help: consider importing one of these items
[INFO] [stderr]      |
[INFO] [stderr] 3    + use core::error::Request;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use crate::Request;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use http::Request;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use std::error::Request;
[INFO] [stderr]      |
[INFO] [stderr] help: if you import `Request`, refer to it directly
[INFO] [stderr]      |
[INFO] [stderr] 1597 -         let mut req = hyper::Request::builder()
[INFO] [stderr] 1597 +         let mut req = Request::builder()
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Pending` in this scope
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/client.rs:1613:9
[INFO] [stderr]      |
[INFO] [stderr] 1613 |         Pending {
[INFO] [stderr]      |         ^^^^^^^ not found in this scope
[INFO] [stderr]      |
[INFO] [stderr] help: consider importing one of these items
[INFO] [stderr]      |
[INFO] [stderr] 3    + use core::future::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use core::task::Poll::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use crate::async_impl::client::Poll::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use futures_core::task::Poll::Pending;
[INFO] [stderr]      |
[INFO] [stderr]        and 5 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `PendingRequest` in this scope
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/client.rs:1614:42
[INFO] [stderr]      |
[INFO] [stderr] 1614 |             inner: PendingInner::Request(PendingRequest {
[INFO] [stderr]      |                                          ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Pending` in this scope
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/client.rs:1671:19
[INFO] [stderr]      |
[INFO] [stderr] 1671 |     type Future = Pending;
[INFO] [stderr]      |                   ^^^^^^^ not found in this scope
[INFO] [stderr]      |
[INFO] [stderr] help: consider importing one of these items
[INFO] [stderr]      |
[INFO] [stderr] 3    + use core::future::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use futures_util::future::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use futures_util::stream::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use std::future::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Pending` in this scope
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/client.rs:1685:19
[INFO] [stderr]      |
[INFO] [stderr] 1685 |     type Future = Pending;
[INFO] [stderr]      |                   ^^^^^^^ not found in this scope
[INFO] [stderr]      |
[INFO] [stderr] help: consider importing one of these items
[INFO] [stderr]      |
[INFO] [stderr] 3    + use core::future::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use futures_util::future::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use futures_util::stream::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use std::future::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `PendingRequest` in this scope
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/client.rs:1855:13
[INFO] [stderr]      |
[INFO] [stderr] 1855 |     Request(PendingRequest),
[INFO] [stderr]      |             ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `PendingRequest` in this scope
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/client.rs:1879:6
[INFO] [stderr]      |
[INFO] [stderr] 1879 | impl PendingRequest {
[INFO] [stderr]      |      ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `hyper`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/client.rs:1919:23
[INFO] [stderr]      |
[INFO] [stderr] 1919 |         let mut req = hyper::Request::builder()
[INFO] [stderr]      |                       ^^^^^ use of undeclared crate or module `hyper`
[INFO] [stderr]      |
[INFO] [stderr] help: consider importing one of these items
[INFO] [stderr]      |
[INFO] [stderr] 3    + use core::error::Request;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use crate::Request;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use http::Request;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use std::error::Request;
[INFO] [stderr]      |
[INFO] [stderr] help: if you import `Request`, refer to it directly
[INFO] [stderr]      |
[INFO] [stderr] 1919 -         let mut req = hyper::Request::builder()
[INFO] [stderr] 1919 +         let mut req = Request::builder()
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Pending` in this scope
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/client.rs:1945:6
[INFO] [stderr]      |
[INFO] [stderr] 1945 | impl Pending {
[INFO] [stderr]      |      ^^^^^^^ not found in this scope
[INFO] [stderr]      |
[INFO] [stderr] help: consider importing one of these items
[INFO] [stderr]      |
[INFO] [stderr] 3    + use core::future::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use futures_util::future::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use futures_util::stream::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use std::future::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Pending` in this scope
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/client.rs:1946:49
[INFO] [stderr]      |
[INFO] [stderr] 1946 |     pub(super) fn new_err(err: crate::Error) -> Pending {
[INFO] [stderr]      |                                                 ^^^^^^^ not found in this scope
[INFO] [stderr]      |
[INFO] [stderr] help: consider importing one of these items
[INFO] [stderr]      |
[INFO] [stderr] 3    + use core::future::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use futures_util::future::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use futures_util::stream::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use std::future::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Pending` in this scope
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/client.rs:1947:9
[INFO] [stderr]      |
[INFO] [stderr] 1947 |         Pending {
[INFO] [stderr]      |         ^^^^^^^ not found in this scope
[INFO] [stderr]      |
[INFO] [stderr] help: consider importing one of these items
[INFO] [stderr]      |
[INFO] [stderr] 3    + use core::future::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use core::task::Poll::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use crate::async_impl::client::Poll::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use futures_core::task::Poll::Pending;
[INFO] [stderr]      |
[INFO] [stderr]        and 5 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Pending` in this scope
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/client.rs:1957:17
[INFO] [stderr]      |
[INFO] [stderr] 1957 | impl Future for Pending {
[INFO] [stderr]      |                 ^^^^^^^ not found in this scope
[INFO] [stderr]      |
[INFO] [stderr] help: consider importing one of these items
[INFO] [stderr]      |
[INFO] [stderr] 3    + use core::future::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use futures_util::future::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use futures_util::stream::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use std::future::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `PendingRequest` in this scope
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/client.rs:1971:17
[INFO] [stderr]      |
[INFO] [stderr] 1971 | impl Future for PendingRequest {
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `hyper`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/client.rs:2092:43
[INFO] [stderr]      |
[INFO] [stderr] 2092 | ...                   let mut req = hyper::Request::builder()
[INFO] [stderr]      |                                     ^^^^^ use of undeclared crate or module `hyper`
[INFO] [stderr]      |
[INFO] [stderr] help: consider importing one of these items
[INFO] [stderr]      |
[INFO] [stderr] 3    + use core::error::Request;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use crate::Request;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use http::Request;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use std::error::Request;
[INFO] [stderr]      |
[INFO] [stderr] help: if you import `Request`, refer to it directly
[INFO] [stderr]      |
[INFO] [stderr] 2092 -                             let mut req = hyper::Request::builder()
[INFO] [stderr] 2092 +                             let mut req = Request::builder()
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Pending` in this scope
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/client.rs:2132:21
[INFO] [stderr]      |
[INFO] [stderr] 2132 | impl fmt::Debug for Pending {
[INFO] [stderr]      |                     ^^^^^^^ not found in this scope
[INFO] [stderr]      |
[INFO] [stderr] help: consider importing one of these items
[INFO] [stderr]      |
[INFO] [stderr] 3    + use core::future::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use futures_util::future::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use futures_util::stream::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 3    + use std::future::Pending;
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `hyper`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/response.rs:42:19
[INFO] [stderr]    |
[INFO] [stderr] 42 |         let res = hyper::Response::from_parts(parts, decoder);
[INFO] [stderr]    |                   ^^^^^ use of undeclared crate or module `hyper`
[INFO] [stderr]    |
[INFO] [stderr] help: consider importing one of these items
[INFO] [stderr]    |
[INFO] [stderr] 1  + use crate::Response;
[INFO] [stderr]    |
[INFO] [stderr] 1  + use http::Response;
[INFO] [stderr]    |
[INFO] [stderr] help: if you import `Response`, refer to it directly
[INFO] [stderr]    |
[INFO] [stderr] 42 -         let res = hyper::Response::from_parts(parts, decoder);
[INFO] [stderr] 42 +         let res = Response::from_parts(parts, decoder);
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `hyper`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/response.rs:413:19
[INFO] [stderr]     |
[INFO] [stderr] 413 |         let res = hyper::Response::from_parts(parts, decoder);
[INFO] [stderr]     |                   ^^^^^ use of undeclared crate or module `hyper`
[INFO] [stderr]     |
[INFO] [stderr] help: consider importing one of these items
[INFO] [stderr]     |
[INFO] [stderr] 1   + use crate::Response;
[INFO] [stderr]     |
[INFO] [stderr] 1   + use http::Response;
[INFO] [stderr]     |
[INFO] [stderr] help: if you import `Response`, refer to it directly
[INFO] [stderr]     |
[INFO] [stderr] 413 -         let res = hyper::Response::from_parts(parts, decoder);
[INFO] [stderr] 413 +         let res = Response::from_parts(parts, decoder);
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `hyper`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/connect.rs:30:33
[INFO] [stderr]    |
[INFO] [stderr] 30 | pub(crate) type HttpConnector = hyper::client::HttpConnector<DynResolver>;
[INFO] [stderr]    |                                 ^^^^^ use of undeclared crate or module `hyper`
[INFO] [stderr]    |
[INFO] [stderr] help: consider importing this module
[INFO] [stderr]    |
[INFO] [stderr] 3  + use crate::async_impl::client;
[INFO] [stderr]    |
[INFO] [stderr] help: if you import `client`, refer to it directly
[INFO] [stderr]    |
[INFO] [stderr] 30 - pub(crate) type HttpConnector = hyper::client::HttpConnector<DynResolver>;
[INFO] [stderr] 30 + pub(crate) type HttpConnector = client::HttpConnector<DynResolver>;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Conn` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/connect.rs:257:81
[INFO] [stderr]     |
[INFO] [stderr] 257 |     async fn connect_with_maybe_proxy(self, dst: Uri, is_proxy: bool) -> Result<Conn, BoxError> {
[INFO] [stderr]     |                                                                                 ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 63  | impl<Conn> Connector {
[INFO] [stderr]     |     ++++++
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `Conn` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/connect.rs:262:20
[INFO] [stderr]     |
[INFO] [stderr] 262 |                 Ok(Conn {
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Conn` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/connect.rs:365:17
[INFO] [stderr]     |
[INFO] [stderr] 365 |     ) -> Result<Conn, BoxError> {
[INFO] [stderr]     |                 ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 63  | impl<Conn> Connector {
[INFO] [stderr]     |     ++++++
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Conn` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/connect.rs:491:21
[INFO] [stderr]     |
[INFO] [stderr] 491 |     type Response = Conn;
[INFO] [stderr]     |                     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Conn` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/connect.rs:539:21
[INFO] [stderr]     |
[INFO] [stderr] 539 | impl Connection for Conn {
[INFO] [stderr]     |                     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Conn` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/connect.rs:545:20
[INFO] [stderr]     |
[INFO] [stderr] 545 | impl AsyncRead for Conn {
[INFO] [stderr]     |                    ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Conn` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/connect.rs:556:21
[INFO] [stderr]     |
[INFO] [stderr] 556 | impl AsyncWrite for Conn {
[INFO] [stderr]     |                     ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Conn` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/connect.rs:590:65
[INFO] [stderr]     |
[INFO] [stderr] 590 | pub(crate) type Connecting = Pin<Box<dyn Future<Output = Result<Conn, BoxError>> + Send>>;
[INFO] [stderr]     |                                                                 ^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr] help: you might be missing a type parameter
[INFO] [stderr]     |
[INFO] [stderr] 590 | pub(crate) type Connecting<Conn> = Pin<Box<dyn Future<Output = Result<Conn, BoxError>> + Send>>;
[INFO] [stderr]     |                           ++++++
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `hyper`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/error.rs:125:57
[INFO] [stderr]     |
[INFO] [stderr] 125 |             if let Some(hyper_err) = err.downcast_ref::<hyper::Error>() {
[INFO] [stderr]     |                                                         ^^^^^ use of undeclared crate or module `hyper`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `hyper`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/body.rs:50:18
[INFO] [stderr]    |
[INFO] [stderr] 50 | struct WrapHyper(hyper::Body);
[INFO] [stderr]    |                  ^^^^^ use of undeclared crate or module `hyper`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `hyper`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/body.rs:116:34
[INFO] [stderr]     |
[INFO] [stderr] 116 |     pub(crate) fn response(body: hyper::Body, timeout: Option<Pin<Box<Sleep>>>) -> Body {
[INFO] [stderr]     |                                  ^^^^^ use of undeclared crate or module `hyper`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `hyper`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/body.rs:174:11
[INFO] [stderr]     |
[INFO] [stderr] 174 | impl From<hyper::Body> for Body {
[INFO] [stderr]     |           ^^^^^ use of undeclared crate or module `hyper`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `hyper`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/body.rs:176:19
[INFO] [stderr]     |
[INFO] [stderr] 176 |     fn from(body: hyper::Body) -> Body {
[INFO] [stderr]     |                   ^^^^^ use of undeclared crate or module `hyper`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `http_body`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/body.rs:285:28
[INFO] [stderr]     |
[INFO] [stderr] 285 |     fn size_hint(&self) -> http_body::SizeHint {
[INFO] [stderr]     |                            ^^^^^^^^^ use of undeclared crate or module `http_body`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `http_body`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/body.rs:360:28
[INFO] [stderr]     |
[INFO] [stderr] 360 |     fn size_hint(&self) -> http_body::SizeHint {
[INFO] [stderr]     |                            ^^^^^^^^^ use of undeclared crate or module `http_body`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `hyper`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/client.rs:1405:20
[INFO] [stderr]      |
[INFO] [stderr] 1405 | type HyperClient = hyper::Client<Connector, super::body::ImplStream>;
[INFO] [stderr]      |                    ^^^^^ use of undeclared crate or module `hyper`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `h2`
[INFO] [stderr]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/client.rs:1935:49
[INFO] [stderr]      |
[INFO] [stderr] 1935 |         if let Some(err) = cause.downcast_ref::<h2::Error>() {
[INFO] [stderr]      |                                                 ^^ use of undeclared crate or module `h2`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `http_body`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/decoder.rs:280:28
[INFO] [stderr]     |
[INFO] [stderr] 280 |     fn size_hint(&self) -> http_body::SizeHint {
[INFO] [stderr]     |                            ^^^^^^^^^ use of undeclared crate or module `http_body`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `hyper`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/response.rs:27:21
[INFO] [stderr]    |
[INFO] [stderr] 27 |     pub(super) res: hyper::Response<Decoder>,
[INFO] [stderr]    |                     ^^^^^ use of undeclared crate or module `hyper`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `hyper`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/response.rs:35:14
[INFO] [stderr]    |
[INFO] [stderr] 35 |         res: hyper::Response<hyper::Body>,
[INFO] [stderr]    |              ^^^^^ use of undeclared crate or module `hyper`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared crate or module `hyper`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/reqwest_wasi-0.11.16/src/async_impl/response.rs:35:30
[INFO] [stderr]    |
[INFO] [stderr] 35 |         res: hyper::Response<hyper::Body>,
[INFO] [stderr]    |                              ^^^^^ use of undeclared crate or module `hyper`
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0422, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `reqwest_wasi` (lib) due to 103 previous errors
[INFO] running `Command { std: "docker" "inspect" "32c44768c03132f51321bccb13b9fc1dd0e7ee55726c4b16adda3276a400567e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "32c44768c03132f51321bccb13b9fc1dd0e7ee55726c4b16adda3276a400567e", kill_on_drop: false }`
[INFO] [stdout] 32c44768c03132f51321bccb13b9fc1dd0e7ee55726c4b16adda3276a400567e